GeoJSON: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 9: Zeile 9:
 
* Bei [[QGIS]] kann mit Drag&Drop ein GeoJSON File dargestellt werden(?).
 
* Bei [[QGIS]] kann mit Drag&Drop ein GeoJSON File dargestellt werden(?).
  
Tools:
+
Hacker Tools:
* http://gitspatial.com/ - Repository with display of geodata using GeoJSON
+
* http://gitspatial.com/ - Repository with display and API of geodata using GeoJSON format/files.
* http://geojson.io/#map=18/47.22267/8.81300 - Editor based on GeoJSON (with export to Shapefile)
+
* http://geojson.io/#map=18/47.22267/8.81300 - Editor based on GeoJSON (with export to Shapefile).
* http://osm.dumoulin63.net/osm2kml/ and http://aaronlidman.com/osm-and-geojson/ - Converter, see also [[Online Geoconverter]]
+
* http://osm.dumoulin63.net/osm2kml/ and http://aaronlidman.com/osm-and-geojson/ - GeoJSON Converter, see also [[Online Geoconverter]]
 +
* [[PostGIS-Terminal]] e.g. with following SQL script: <code>SELECT ST_AsGeoJSON(way) geom FROM osm_poi WHERE tags @> hstore('tourism','zoo')</code>
  
 
[[Kategorie:Dateiformat]]
 
[[Kategorie:Dateiformat]]

Version vom 31. Oktober 2013, 01:36 Uhr

Geo-Dialekt des Text-Formats "JavaScript Object Notation" (JSON).

Siehe auch OGR-Konverter.

Notes:

  • Currently, GeoJSON is supported as output format of services implemented by FeatureServer, GeoServer and CartoWeb3.
  • Ein einfacher GPX zu GeoJSON Konverter: gpx2GeoJSON
  • Binär codiertes GeoJSON: GeoBSON (.geobson) and Arc GeoServices BSON (.arcbson) BSON-encoded GeoJSON and Arc JSON, see http://bsonspec.org/#/specification
  • Bei QGIS kann mit Drag&Drop ein GeoJSON File dargestellt werden(?).

Hacker Tools: