GeoJSON: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 8: Zeile 8:
 
* Binär codiertes GeoJSON: GeoBSON (.geobson) and Arc GeoServices BSON (.arcbson) BSON-encoded GeoJSON and Arc JSON, see http://bsonspec.org/#/specification
 
* 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(?).
 
* Bei [[QGIS]] kann mit Drag&Drop ein GeoJSON File dargestellt werden(?).
 +
 +
Tools:
 +
* http://gitspatial.com/ - Repository with display of geodata using GeoJSON
 +
* 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]]
  
 
[[Kategorie:Dateiformat]]
 
[[Kategorie:Dateiformat]]

Version vom 31. Oktober 2013, 01:24 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(?).

Tools: