On vendredi 8 juin 2018 14:17:25 CEST Maria Ibarra wrote: > I downloaded GDAL from this package > http://download.osgeo.org/gdal/2.3.0/gdal-2.3.0.tar.gz Built with this > command : > ./configure --with-geos=yes with-pg=/usr/bin/pg_config > sudo make install
OK, the error message shows that GDAL doesn't find PROJ. In your particular case where your input dataset is already in WebMercator, no reprojection should normally occur, so that shouldn't matter. But it would be saner to build GDAL with PROJ support by adding --with-proj to configure, make clean and re-make So as that won't likely solve the issue, do you mind sharing your input dataset, or anyone that would show the issue ? (you can email it privately to me if you wish) Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
