Skip to main content

Folder structure

<model> is the name/folder of your project, i.e. hh-bikestations.

. <model>
├── <model>.csproj #
├── Model # C# files for Layers and Agents
├── Program.cs # Entra file for model execution
├── Resources # Assest like input CSVs or geo data
├── bin # Generated by .NET
|   └── Debug
|   └── net6.0 # <- contains the model output CSVs, etc.
├── obj/* # Generated by .NET
├── config.json # Model configuration parameters
├── <model>.sln
└── README.md