On mardi 6 novembre 2018 11:53:10 CET Nikos Alexandris wrote: > Dear list, > > the projection "Bertin 1953" was recently added in Proj4 [0] > > [0] https://github.com/OSGeo/proj.4/blob/master/src/PJ_bertin1953.c > > What would be the fastest way to try this out, except of compiling all > Proj4 and GDAL from source, then re-compile whatever tool uses GDAL > again?
You just need to recompile PROJ. You can then use it in your existing GDAL (providing it links to the recompiled PROJ) with "+proj=bertin1953 +wktext" (the key is to add +wktext to the PROJ string) Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
