Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Getting Started

## Why Python?

Python has become the standard language for data science and geographic analysis,
with a rich ecosystem of libraries that complement each other naturally:

- **Greater flexibility** — NumPy, SciPy, Pandas, GeoPandas, rasterio, and
machine learning frameworks can all be integrated into the same workflow,
allowing models of arbitrary complexity.
- **Active development** — the Python geospatial community is extremely active,
with frequent updates, extensive documentation, and strong support for
reproducible research practices.
- **Accessibility** — Python is widely considered one of the easiest languages
to learn, making spatial modeling more approachable for environmental scientists
and territorial planners who are not primarily software developers.

DisSModel builds on this ecosystem rather than replacing it. A DisSModel simulation
is just Python — the full power of the scientific stack is available at every step.

## Installation

```bash
Expand Down
Loading