Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-14 Thread Even Rouault
On jeudi 14 septembre 2017 03:41:33 CEST Nick Cummins wrote: > Hey, I was able to solve by issue by compiling and installing GDAL from > source with --with-static-proj4 set. Thanks for the help. > Hum this could well be a sign that there's another libproj.so lying in your filesystem in a direct

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-13 Thread Nick Cummins
Hey, I was able to solve by issue by compiling and installing GDAL from source with --with-static-proj4 set. Thanks for the help. On Sep 13, 2017, at 09:58 AM, Nick Cummins wrote: ➜ ls -lah /usr/lib/ | grep -i libproj   lrwxrwxrwx   1 root root    17 Sep 14  2016 libproj.so -> libproj.so.12.

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-13 Thread Nick Cummins
➜ ls -lah /usr/lib/ | grep -i libproj   lrwxrwxrwx   1 root root    17 Sep 14  2016 libproj.so -> libproj.so.12.0.0 lrwxrwxrwx   1 root root    17 Sep 14  2016 libproj.so.12 -> libproj.so.12.0.0 -rwxr-xr-x   1 root root  423K Sep 14  2016 libproj.so.12.0.0 Also, ➜ ldd /usr/bin/ogr2ogr | grep -i p

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-13 Thread Even Rouault
On mardi 12 septembre 2017 23:47:09 CEST Nick Cummins wrote: > I am using Arch Linux (continuous/rolling distro), using gdal from the > official repositories. > > Using proj. 4.9.3-1 from official repos. > As mentioned, previously (within the past month) the first re-projection > example was worki

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Nick Cummins
I am using Arch Linux (continuous/rolling distro), using gdal from the official repositories. Using proj. 4.9.3-1 from official repos. As mentioned, previously (within the past month) the first re-projection example was working fine. Suddenly today I was analyzing a different tile and ran into the

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Even Rouault
On mardi 12 septembre 2017 23:08:13 CEST you wrote: > The source projection is contained in the accompanying .prj file in the zip, > so it's probably easiest just to download and extract the zip. I can't reproduce any crash nor error on Ubuntu 16.04 with gdal trunk, head of 2.2 branch or 2.2.1 r

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Nick Cummins
The source projection is contained in the accompanying .prj file in the zip, so it's probably easiest just to download and extract the zip. On Sep 12, 2017, at 04:06 PM, Nick Cummins wrote: TOWNSSURVEY_POLY.shp in http://wsgw.mass.gov/data/gispub/shape/state/townssurvey_shp.zip ogr2ogr -f

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Nick Cummins
TOWNSSURVEY_POLY.shp in http://wsgw.mass.gov/data/gispub/shape/state/townssurvey_shp.zip ogr2ogr -f "GeoJSON" -t_srs EPSG:4326 dest.json TOWNSSURVEY_POLY.shp produces the error for me On Sep 12, 2017, at 04:01 PM, Even Rouault wrote: On mardi 12 septembre 2017 21:55:31 CEST Nick Cummins wr

Re: [gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Even Rouault
On mardi 12 septembre 2017 21:55:31 CEST Nick Cummins wrote: > I'm trying to re-project a lidar point cloud file using PDAL, which uses > GDAL under the hood. When re-projecting a .las tile which I was previously > able to successfully transform the coordinate system from EPSG:4269 > (lat/lon) to a

[gdal-dev] illegal axis orientation combination when re-projecting

2017-09-12 Thread Nick Cummins
I'm trying to re-project a lidar point cloud file using PDAL, which uses GDAL under the hood. When re-projecting a .las tile which I was previously able to successfully transform the coordinate system from EPSG:4269 (lat/lon) to a US state plane projection, EPSG:102749, I now get the following