| # Grenzdaten / Boundary Data |
|
|
| ## Deutschland — BKG Verwaltungsgebiete VG250 |
|
|
| Offizielle Verwaltungsgrenzen vom Bundesamt für Kartographie und Geodäsie (BKG). |
|
|
| **Download-Anleitung:** |
| 1. https://gdz.bkg.bund.de aufrufen |
| 2. Suche: "Verwaltungsgebiete 1:250 000 (VG250)" |
| 3. Das aktuelle Jahrespaket (SHP-Format) herunterladen |
| 4. Entpacken nach: `data/boundaries/vg250/` |
|
|
| **Benötigte Dateien** (und ihre Begleitdateien .dbf, .shx, .prj, .cpg): |
| - `VG250_GEM.shp` — Gemeinden (~11.000 Einheiten) |
| - `VG250_KRS.shp` — Kreise und kreisfreie Städte (~400 Einheiten) |
| - `VG250_LAN.shp` — Bundesländer (16 Einheiten) |
|
|
| Koordinatensystem: ETRS89/UTM32N (EPSG:25832) — wird automatisch nach WGS84 reprojiziert. |
|
|
| **Alternativ (ohne Registrierung):** https://daten.gdz.bkg.bund.de/produkte/vg/vg250_ebenen_0101/ |
|
|
| --- |
|
|
| ## Welt — Natural Earth 1:10m |
|
|
| **Download:** https://www.naturalearthdata.com/downloads/10m-cultural-vectors/ |
|
|
| Benötigte Dateien nach `data/boundaries/natural_earth/` entpacken: |
| - `ne_10m_admin_0_countries.shp` — Länder weltweit |
| - `ne_10m_admin_1_states_provinces.shp` — Bundesstaaten/Provinzen weltweit |
|
|
| **Direktlinks:** |
| - https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip |
| - https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip |
| |