Re: [gdal-dev] convert shapefile from California State Plane to EPSG:4326

2016-02-08 Thread Daniel Fenton
t 11:17 AM Even Rouault wrote: > Le lundi 08 février 2016 15:54:11, Daniel Fenton a écrit : > > Hi Maning, > > > > For NAD83 you need to convert the Datum to WGS84. The WKT string you show > > does not include that conversion. Proj.4 is missing these in a lot of >

Re: [gdal-dev] convert shapefile from California State Plane to EPSG:4326

2016-02-08 Thread Daniel Fenton
quot;standard_parallel_1",35.47],PARAMETER["standard_parallel_2",34.03],PARAMETER["latitude_of_origin",33.5],PARAMETER["central_meridian",-118],PARAMETER["false_easting",6561666.667],PARAMETER["false_northing",1640416.667],UNIT["Foo

Re: [gdal-dev] EPSG:2065 / South-oriented Krovak support (Czech friends thoughts wanted !)

2016-01-29 Thread Daniel Fenton
Northing",0],PARAMETER["Pseudo_Standard_Parallel_1",78.5],PARAMETER["Scale_Factor",0.],PARAMETER["Azimuth",30.2881397528],PARAMETER["Longitude_Of_Center",24.83],PARAMETER["Latitude_Of_Center",49.5],PARAMETER["X_Scale&qu

Re: [gdal-dev] Streaming Parser for OGR GeoJSON Driver

2016-01-28 Thread Daniel Fenton
Thanks for your reply Even. Very helpful! >I'm not a JS programmer, nevertheless I tried to understand https://github.com/koopjs/GeoXForm/blob/master/src/lib/vrt.js, and you seem to group GeoJSON Feature objects by batch of 5000 (*) , put them in a temp .json file, and assemble all the JSon files

[gdal-dev] Streaming Parser for OGR GeoJSON Driver

2016-01-26 Thread Daniel Fenton
streams: https://github.com/lloyd/yajl, but I do not know enough C++ (or C for that matter) to integrate it. Has anyone considered this approach before? Any advice on how to implement it? I would sincerely appreciate any help. Daniel Fenton ___ gdal