Re: [gdal-dev] OGR GeoJSON output

2017-12-17 Thread Jeremy Palmer
Thanks Both. On Mon, Dec 18, 2017 at 10:58 AM, Sean Gillies wrote: > Even, > > I found an example in the jq Cookbook of doing it with nothing other than > jq. > > https://github.com/stedolan/jq/wiki/Cookbook#convert-a- > csv-file-with-headers-to-json > > The "sed for JSON" tagline is pretty ac

Re: [gdal-dev] OGR GeoJSON output

2017-12-17 Thread Sean Gillies
Even, I found an example in the jq Cookbook of doing it with nothing other than jq. https://github.com/stedolan/jq/wiki/Cookbook#convert-a-csv-file-with-headers-to-json The "sed for JSON" tagline is pretty accurate! On Sun, Dec 17, 2017 at 2:03 PM, Even Rouault wrote: > On lundi 18 décembre

Re: [gdal-dev] OGR GeoJSON output

2017-12-17 Thread Even Rouault
On lundi 18 décembre 2017 09:36:10 CET Jeremy Palmer wrote: > I have a table without a geometry field and would like to create a simple > JSON file containing property key-pairs values without the GeoJSON schema. > Is this possible with ogr2ogr? Jeremy, Given test.csv id,val 1,100 2,200 $ ogr2

[gdal-dev] OGR GeoJSON output

2017-12-17 Thread Jeremy Palmer
I have a table without a geometry field and would like to create a simple JSON file containing property key-pairs values without the GeoJSON schema. Is this possible with ogr2ogr? Thanks, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://

[gdal-dev] EPSG v9.2 upgrade

2017-12-17 Thread Even Rouault
Hi, I've updated to the EPSG v9.2 database. The relevant tickets/commits are: * libgeotiff: https://trac.osgeo.org/geotiff/changeset/2802 * GDAL: https://trac.osgeo.org/gdal/ticket/7125 * proj.4: https://github.com/OSGeo/proj.4/issues/711 * postgis: https://trac.osgeo.org/postgis/ticket/3944 (pat