<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.dinamicaego.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Dinamica EGO</title>
        <description></description>
        <link>https://www.dinamicaego.com/dokuwiki/</link>
        <lastBuildDate>Thu, 17 Sep 2026 11:51:49 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://www.dinamicaego.com/dokuwiki/lib/tpl/bootstrap3/images/favicon.ico</url>
            <title>Dinamica EGO</title>
            <link>https://www.dinamicaego.com/dokuwiki/</link>
        </image>
        <item>
            <title>while</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=while</link>
            <description>While

Description

This container executes the functors it contains while its condition is true. The condition is checked once before the first execution, using the value supplied to Initial Condition, and afterwards using the value set by a Set While Condition functor placed inside it. Each execution is called a step. While a step runs, the container makes the current step available to its contents through the internal output port Step.</description>
            <author>hermann</author>
            <pubDate>Wed, 09 Sep 2026 11:44:36 +0000</pubDate>
        </item>
        <item>
            <title>repeat</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=repeat</link>
            <description>Repeat

Description

This container executes the functors it contains a specified number of times. Each execution is called an iteration. While an iteration runs, the container makes the current iteration number available to its contents through the internal output port Step, counting from 1 up to Iterations. If Iterations is zero, the contained functors are not executed at all.</description>
            <author>hermann</author>
            <pubDate>Wed, 09 Sep 2026 11:44:08 +0000</pubDate>
        </item>
        <item>
            <title>for_each_category</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=for_each_category</link>
            <description>For Each Category

Description

Container that executes the functors it contains once for every class or category present in a categorical map.

Inputs
 Name   Type   Description   Map   Categorical Map Type   Map of classes or categories the contained functors are executed for.</description>
            <author>hermann</author>
            <pubDate>Wed, 09 Sep 2026 11:43:42 +0000</pubDate>
        </item>
        <item>
            <title>for_each</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=for_each</link>
            <description>For Each

Description

Container that executes the functors it contains once for every entry of a given table or lookup table, making each entry's key available to its contents through the internal output port Step.

Inputs
 Name   Type   Description</description>
            <author>hermann</author>
            <pubDate>Wed, 09 Sep 2026 11:43:13 +0000</pubDate>
        </item>
        <item>
            <title>for_each_region</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=for_each_region</link>
            <description>For Each Region

Description

This container creates and manages the regions identified by a categorical map, and executes the functors it contains once for each region. Each execution is called a step. While a step runs, the container makes the region manager available to its contents through the internal output port Region Manager, and the identifier of the region currently being processed through the internal output port Step.</description>
            <author>hermann</author>
            <pubDate>Wed, 09 Sep 2026 01:42:37 +0000</pubDate>
        </item>
        <item>
            <title>submodels</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=submodels</link>
            <description>Submodels

Submodels are a way of reusing parts of a model to perform specific operations inside other models.

By using them, we can reduce the amount of work we have to put in when creating models that share similar functionalities. They are also an important tool for abstraction, hiding unnecessary details and making it easier to reason about the model concept and its implementation.</description>
            <author>hermann</author>
            <pubDate>Tue, 08 Sep 2026 20:44:00 +0000</pubDate>
        </item>
        <item>
            <title>gui_tips</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=gui_tips</link>
            <description>Useful Tips for Using the Graphical Interface

The following are useful tips for working with the graphical interface.

All Panels

You can perform searches using special options. For example, is:functor shows only functors, and is:loop shows only containers that are loops. These commands are valid in every search box of the interface. To use them, the</description>
            <author>hermann</author>
            <pubDate>Wed, 02 Sep 2026 02:12:32 +0000</pubDate>
        </item>
        <item>
            <title>what_is_new_8_13_0 - Fix incorrect claim that negated search patterns existed since 8.12. ...</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=what_is_new_8_13_0</link>
            <description>Dinamica EGO — version 8.13.0

Changes compared to version 8.12.0:

1. Elevation Graph refinements

Continuing the work introduced in 8.12.0, the Elevation Graph type and its functors received several follow-up improvements and fixes.

	*  Get Elevation Graph Common Paths Summaries — the input port</description>
            <author>hermann</author>
            <pubDate>Mon, 31 Aug 2026 19:15:51 +0000</pubDate>
        </item>
        <item>
            <title>calculate_python_expression</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=calculate_python_expression</link>
            <description>Calculate Python Expression

Description

This is a container functor that runs a Python instance with a user-defined expression. Like the other calculator functors, such as Calculate Map or Calculate Lookup Table, data is connected through hook functors placed inside its block, rather than through regular input ports. See also</description>
            <author>hermann</author>
            <pubDate>Mon, 31 Aug 2026 17:10:08 +0000</pubDate>
        </item>
        <item>
            <title>ego_script</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=ego_script</link>
            <description>EGO Script Language

Introduction

EGO Script is a simple, text-based language for creating and editing Dinamica EGO models. A model written in this format is stored in a file with the .ego extension. An .ego file is just another way of describing a model — it is equivalent to the XML form Dinamica EGO uses internally. Because the two are interchangeable, you can write a model as an EGO script, open it in the graphical interface, edit it there, and save it again, moving freely between the textua…</description>
            <author>hermann</author>
            <pubDate>Mon, 31 Aug 2026 15:12:16 +0000</pubDate>
        </item>
        <item>
            <title>working_with_subregions</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?id=working_with_subregions</link>
            <description>Working with Subregions Using Region Manager

Overview

Region Manager exists for three distinct reasons, and it's worth being clear about which one applies before reaching for it:

	*  The computation itself requires region-specific inputs. Patcher and Expander each take exactly one</description>
            <author>hermann</author>
            <pubDate>Mon, 31 Aug 2026 02:26:55 +0000</pubDate>
        </item>
        <item>
            <title>02_elevation_graph.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=02_elevation_graph.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=444&amp;t=1785550441&amp;amp;tok=317307&amp;amp;media=02_elevation_graph.png&quot; alt=&quot;02_elevation_graph.png&quot; /&gt;</description>
            <author>hermann</author>
            <pubDate>Sat, 01 Aug 2026 02:14:01 +0000</pubDate>
        </item>
        <item>
            <title>01_dem_and_patches.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=01_dem_and_patches.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=216&amp;t=1785550406&amp;amp;tok=4998f6&amp;amp;media=01_dem_and_patches.png&quot; alt=&quot;01_dem_and_patches.png&quot; /&gt;</description>
            <author>hermann</author>
            <pubDate>Sat, 01 Aug 2026 02:13:26 +0000</pubDate>
        </item>
        <item>
            <title>elevation_map.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=elevation_map.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=392&amp;t=1767997010&amp;amp;tok=1d3037&amp;amp;media=elevation_map.png&quot; alt=&quot;elevation_map.png&quot; /&gt;</description>
            <author>admin</author>
            <pubDate>Fri, 09 Jan 2026 22:16:50 +0000</pubDate>
        </item>
        <item>
            <title>elevation_graph.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=elevation_graph.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=415&amp;t=1767996814&amp;amp;tok=4cf6cb&amp;amp;media=elevation_graph.png&quot; alt=&quot;elevation_graph.png&quot; /&gt;</description>
            <author>admin</author>
            <pubDate>Fri, 09 Jan 2026 22:13:34 +0000</pubDate>
        </item>
        <item>
            <title>regionmanagerexample.zip - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=regionmanagerexample.zip&amp;ns=&amp;do=media</link>
            <description></description>
            <author>chrystian</author>
            <pubDate>Mon, 21 Oct 2024 14:56:38 +0000</pubDate>
        </item>
        <item>
            <title>tablemanagerexample.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=tablemanagerexample.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=177&amp;t=1729522357&amp;amp;tok=c8480e&amp;amp;media=tablemanagerexample.png&quot; alt=&quot;tablemanagerexample.png&quot; /&gt;</description>
            <author>chrystian</author>
            <pubDate>Mon, 21 Oct 2024 14:52:37 +0000</pubDate>
        </item>
        <item>
            <title>d18.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=d18.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=326&amp;t=1625681436&amp;amp;tok=ee3db4&amp;amp;media=d18.png&quot; alt=&quot;d18.png&quot; /&gt;</description>
            <author>argemiro</author>
            <pubDate>Wed, 07 Jul 2021 18:10:36 +0000</pubDate>
        </item>
        <item>
            <title>d16.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=d16.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=271&amp;t=1625674102&amp;amp;tok=9290ad&amp;amp;media=d16.png&quot; alt=&quot;d16.png&quot; /&gt;</description>
            <author>argemiro</author>
            <pubDate>Wed, 07 Jul 2021 16:08:22 +0000</pubDate>
        </item>
        <item>
            <title>d15.png - created</title>
            <link>https://www.dinamicaego.com/dokuwiki/doku.php?image=d15.png&amp;ns=&amp;do=media</link>
            <description>&lt;img src=&quot;https://www.dinamicaego.com/dokuwiki/lib/exe/fetch.php?w=500&amp;h=248&amp;t=1625674102&amp;amp;tok=9fe7b3&amp;amp;media=d15.png&quot; alt=&quot;d15.png&quot; /&gt;</description>
            <author>argemiro</author>
            <pubDate>Wed, 07 Jul 2021 16:08:22 +0000</pubDate>
        </item>
    </channel>
</rss>
