Releases: nicofirst1/Terraselect
Release list
Pre-built score grids v0.1.0
Pre-computed per-cell suitability scores for AI Factory / Gigafactory site selection across Europe. Lets you run the TerraSelect Streamlit explorer without rebuilding any score grids locally.
Bundles
| Map | Size | Cell resolution | Cell count |
|---|---|---|---|
terraselect-grids-germany-v0.1.0.tar.zst |
10.5 MB | 3 km × 3 km | 65,260 |
terraselect-grids-eu-v0.1.0.tar.zst |
10.7 MB | 10 km × 10 km | ~370,000 |
terraselect-grids-eu_highres-v0.1.0.tar.zst |
239 MB | 2 km × 2 km | ~3.83 M |
Each bundle ships 19 layers, the base grid GPKG, both LICENSE files, and a MANIFEST listing per-layer licenses and sources.
Install
```bash
Pick the map you want (or all three)
curl -LO https://github.com/nicofirst1/terraselect/releases/download/v0.1.0-data/terraselect-grids-germany-v0.1.0.tar.zst
tar -xf terraselect-grids-germany-v0.1.0.tar.zst
Merge into your TerraSelect data root (creates data_mount/gpkg/ + data_mount/score_grid/)
rsync -av terraselect-grids-germany-v0.1.0/data_mount/ /path/to/your/data_mount/
Run
TERRASELECT_DATA_PATH=/path/to/your/data_mount poetry run streamlit run src/terraselect/app/main.py
```
The reader prefers `.parquet` and falls back to `.gpkg`, so you can mix pre-built and locally-computed layers in the same directory.
Licensing — Collective Database
Distributed as a Collective Database under OpenStreetMap Foundation terminology: each layer retains its upstream license; share-alike obligations on OSM-derived layers attach only to that layer.
| Layer | License | Source |
|---|---|---|
AI_factories, AI_factories_100_km |
EC re-use (attribution) | EU Digital Strategy |
agrigultural_land_price |
Eurostat re-use | Eurostat apri_lprc |
employment_in_tech |
Eurostat re-use | Eurostat tgs00039 |
landtypes_* (5 layers) |
Copernicus (attribution) | CORINE Land Cover |
natura2000 |
EEA re-use (attribution) | EEA Natura 2000 |
powerplants_* (4 layers) |
CC-BY 4.0 | JRC Open Power Plants Database |
research_and_development |
Eurostat re-use | Eurostat rd_p_persreg |
slopes |
Copernicus (attribution) | EU-DEM v1.1 |
transmissionlines |
ODbL (share-alike on this layer only) | SciGRID / OpenStreetMap |
universities |
CC0 1.0 | OpenAlex |
waterbodies |
Copernicus (attribution) | EU-Hydro |
Excluded layers
Two layers are part of TerraSelect locally but not in this release:
ai_gigafactories,ai_gigafactories_sure,ai_gigafactories_unsure— Euractiv source is all-rights-reservedixp_proximity— PeeringDB is CC-BY-SA 4.0, which would force the whole bundle to share-alike
Regenerate them locally if needed: `poetry run terraselect build-grid --layer --map `.
Attribution
When publishing analyses or maps from these grids:
Pre-computed score grids from TerraSelect (v0.1.0-data). Underlying data: © European Union (Copernicus, Eurostat, EEA, JRC, EC DG Connect); SciGRID / OpenStreetMap contributors (ODbL); OpenAlex (CC0).
Versioning
`v0.1.0-data` tags this dataset release independently from TerraSelect code releases. Future data drops (refreshed upstream data, new layers, methodology changes) get their own `-data` tags.