We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cce6d commit 366a72fCopy full SHA for 366a72f
1 file changed
README.md
@@ -64,7 +64,7 @@ Scripts are in `src/pipeline/` and can be executed end-to-end via:
64
65
66
67
-\## How to run (local)
+## How to run (local)
68
69
```bash
70
python -m venv .venv
@@ -81,6 +81,10 @@ python -m pip install -r requirements.txt
81
./run_all.ps1 # Windows
82
./run_all.sh # Mac/Linux
83
84
+Data sources
85
+
86
+Natural Earth (vector datasets). Raw files are downloaded during ingest and ignored by git; small samples are committed for fast demo loading.
87
88
89
90
0 commit comments