Skip to content

MARS-Group-HAW/model-einp

 
 

Repository files navigation

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.

About

A simulation of animals living in Elk Island National Park

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%