Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 813 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 813 Bytes

Elk Island National Park Model

The EINP Model is a simple MARS model that simmulates the bison, elk and moose population of Elk Island National Park.

Quickstart

To use the model clone the repository by running:

git clone https://github.com/Red-Sigma/einp-model.git

Then go into the newly downloaded project and run the simmulation:

cd einp-model/GeoRasterBlueprint/
dotnet run -sm config.json

This will generate three files (Bison_trips.geojson, Elk_trips.geojson, Moose_trips.geojson) with the simmulated koordinates of the animals.

viewing the output

The generated movement trajectories can be visualized by going to kepler.gl and uploading the generated files mentioned above.