Discussion:
How to Import geojson data into postgis
Robert Buckley
2012-02-27 07:13:31 UTC
Permalink
Hi,
I have never worked with geojson data before, but have a data source which outputs geojson. I have to serve this with geoserver and have no idea how to import geojson into a postgis database.

Would anyone have any instructions or know of a tutorial that would show me how to do this.

Google doesnŽt come up with much!

yours,

Robert
Nicolas Ribot
2012-02-27 12:31:44 UTC
Permalink
Post by Robert Buckley
Hi,
I have never worked with geojson data before, but have a data source which
outputs geojson. I have to serve this with geoserver and have no idea how to
import geojson into a postgis database.
Would anyone have any instructions or know of a tutorial that would show me how to do this.
Google doesn´t come up with much!
yours,
Robert
Hi Robert

GDAL/OGR can convert from geojson to postgis format:
http://www.gdal.org/ogr/drv_geojson.html

NIcolas

Loading...