Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
gisinternals [2026/03/28 21:23] admin |
gisinternals [2026/03/31 18:00] (aktuell) jango |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | [[OpenStreetMap]]-Tool | ||
| + | |||
| GDAL [[https:// | GDAL [[https:// | ||
| < | < | ||
| - | ogrinfo.exe | + | ogrinfo at.pmtiles |
| - | ogrinfo.exe | + | ogrinfo.exe at.pmtiles poi -so |
| + | ogrinfo.exe | ||
| + | ogrinfo.exe at.pmtiles -dialect SQLite -sql " | ||
| + | |||
| + | ogrinfo.exe | ||
| </ | </ | ||
| Zeile 20: | Zeile 26: | ||
| < | < | ||
| ogr2ogr -f GeoJSON buildings.geojson input.osm.pbf multipolygons -where " | ogr2ogr -f GeoJSON buildings.geojson input.osm.pbf multipolygons -where " | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | # supermarkets | ||
| + | ogr2ogr -f GeoJSON supermarkets.geojson wien.osm.pbf points -where " | ||
| + | # Restaurants | ||
| + | ogr2ogr -f GeoJSON restaurant.geojson wien.osm.pbf points -sql " | ||
| </ | </ | ||
| Zeile 27: | Zeile 40: | ||
| ogr2ogr -f GeoJSON tram-stops.geojson wien.osm.pbf points -where " | ogr2ogr -f GeoJSON tram-stops.geojson wien.osm.pbf points -where " | ||
| + | # nur ubahn stationen | ||
| + | ogr2ogr -f GeoJSON subway-stops.geojson wien.osm.pbf points -where " | ||
| + | |||
| + | # ubahn stationen und bahnsteige extra | ||
| ogr2ogr -f GeoJSON subway-stops.geojson wien.osm.pbf points -where " | ogr2ogr -f GeoJSON subway-stops.geojson wien.osm.pbf points -where " | ||
| + | |||
| + | # nur train stationen | ||
| + | ogr2ogr -f GeoJSON train-stops.geojson wien.osm.pbf points -where " | ||
| + | |||
| + | # train stationen + bahnsteige extra | ||
| + | ogr2ogr -f GeoJSON train-stops.geojson wien.osm.pbf points -where " | ||
| </ | </ | ||