Skip to content

Commit

Permalink
Update model_structure.md
Browse files Browse the repository at this point in the history
edit
  • Loading branch information
olgan995 authored Jan 28, 2024
1 parent d8f7b64 commit ec98e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/model_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The following components and resources make up the model:

- `LandscapeLayer`: This layer holds a grid of cells. Each cell is referenced by geo-coordinates. The georeferenced data contained in the `Model` folder are used to determine which cell is accessible (i.e., within the perimeter) and inaccessible (i.e., outside the perimeter).

- `VegetationLayer`: This raster layer consists of a collection of pixels representing the vegetation on the surface of the park, based on the calculated NDVI. This high-resolution vegetation map was created using QGIS processing and then exported to a raster file. The georeferenced data enable agents in the simulation to effectively determine which areas in the park are suitable for food production. The associated data are located in the file mars_ndvi_raster.geojson in the Resources/ folder.
- `VegetationLayer`: This raster layer consists of a collection of pixels representing the vegetation on the surface of the park, based on the calculated NDVI. This high-resolution vegetation map was created using QGIS processing and then exported to a raster file. The georeferenced data enable agents in the simulation to effectively determine which areas in the park are suitable for food production. The associated data are located in the Resources/ folder.

0 comments on commit ec98e4f

Please sign in to comment.