Dinamica EGO handles data in several formats, including raster maps or images, tables, matrices, and a Weights of Evidence coefficient file.
For spatial data, Dinamica EGO supports raster datasets for most analyses, but vector can also be input and then transformed into raster or used in Python or R hybrid EGO operators. Geo-referencing is mandatory, same projection and datum. Dinamica EGO virtualization machine can process maps with different spatial resolution and tie point.
Tables are a convenient way to represent attribute data, usually pertaining to a certain geographic zone, for example: country, state or counties. Dinamica EGO can also read data in Comma Separated Value format. It is possible to use two different kinds of tables: tables and lookup tables.
Key* | Key2* | Value | Value2 |
---|---|---|---|
1 | 2 | 10 | 60 |
2 | 6 | 30 | 40 |
3 | 9 | 15 | 20 |
Key | Value |
---|---|
1 | 10 |
2 | 30 |
3 | 15 |
The first line of the lookup table must contain the columns titles “Key” and the variable name, such as population, countries, etc.
A transition matrix is also represented by the following format:
To* | From* | Rate |
---|---|---|
1 | 2 | 0.223567 |
1 | 3 | 0.223567 |
2 | 1 | 0.024841 |
2 | 3 | 0.030573 |
3 | 2 | 0.000348 |
The previous table is equivalent to the following transition matrix. Note that the diagonal values do not need to be filled in.
1 | 2 | 3 | |
---|---|---|---|
1 | - | 0.223567 | 0.379618 |
2 | 0.024841 | - | 0.030573 |
3 | 0 | 0 | - |
Another supported format is the Weights of Evidence file, a text file containing the Weights of Evidence coefficients. This file is obtained through the Weights of Evidence method used in the calibration process of the model.
Congratulations, you have successfully completed this lesson!
☞ Next Lesson
☞ Back to Guidebook Start