The EINP Model is a simple MARS model that simmulates the bison, elk and moose population of Elk Island National Park.
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.
The generated movement trajectories can be visualized by going to kepler.gl and uploading the generated files mentioned above.