Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
gisinternals [2026/03/24 03:34] jango |
gisinternals [2026/03/31 18:00] (aktuell) jango |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | [[https:// | + | [[OpenStreetMap]]-Tool |
| + | |||
| + | GDAL [[https:// | ||
| < | < | ||
| - | ogrinfo.exe | + | ogrinfo at.pmtiles |
| + | ogrinfo.exe at.pmtiles poi -so | ||
| + | ogrinfo.exe at.pmtiles -dialect SQLite -sql " | ||
| + | ogrinfo.exe at.pmtiles -dialect SQLite -sql " | ||
| + | |||
| + | ogrinfo.exe at.pmtiles building -so | ||
| </ | </ | ||
| < | < | ||
| - | ogr2ogr.exe -f GeoJSON | + | ogr2ogr.exe -f GeoJSON |
| + | |||
| + | ogr2ogr.exe -f GeoJSON -t_srs EPSG:4326 bus.geojson at.pmtiles -sql " | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ogr2ogr.exe -f GeoJSON -t_srs EPSG:4326 tram.geojson austria.osm.pbf points -sql " | ||
| + | |||
| + | ogr2ogr.exe -f GeoJSON -t_srs EPSG:4326 bus.geojson austria.osm.pbf points -sql " | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | 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 | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ogr2ogr -f GeoJSON bus-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 " | ||
| + | |||
| + | # 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 " | ||
| </ | </ | ||