echo 2 49 | /build-release/lib/gdal/bin/gdaltransform -s_srs EPSG:4326 -t_srs "+proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" --debug on OGRCT: PROJ >= 4.8.0 features enabled OGRCT: Using locale-safe proj version OGRCT: Source: +proj=longlat +datum=WGS84 +no_defs OGRCT: Target: +proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs OGRCT: Source: +proj=aea +lat_1=20 +lat_2=60 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs OGRCT: Target: +proj=longlat +datum=WGS84 +no_defs 5634252.86902731 4265258.45946341 0
On 19 October 2017 at 13:34, Even Rouault <[email protected]> wrote: > On jeudi 19 octobre 2017 13:19:52 CEST Chris Marsh wrote: > > Hi, > > > > I build GDAL by specifying --with-static-proj4 on the configure command > > line. This does not seem to have resolved the problem. > > > > echo 2 49 | build-release/lib/gdal/bin/gdaltransform -s_srs EPSG:4326 > > > > > -t_srs EPSG:32632 > > > -11818.9526229417 5451106.95020125 0 > > > > OK, so GDAL and proj.4 have some minimum level of functionnality > > And what about > > echo 2 49 | gdaltransform -s_srs EPSG:4326 -t_srs "+proj=aea +lat_1=20 > +lat_2=60 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 > +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" --debug on > > > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
