Even Rouault

Results 1301 comments of Even Rouault

I could imagine a WKT_AXIS_ORDER=TRADITIONAL_GIS/AUTHORITY_COMPLIANT and WKT_CRS=AUTH:CODE or CRS WKT open options for the CSV driver to define the order of coordinates and the CRS (you would need both so...

Which driver do you use: the raster one or the vector one ? One issue we have is that our unit tests (https://github.com/OSGeo/gdal/blob/master/autotest/ogr/ogr_dods.py and https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/dods.py) don't work anymore due to...

Call for action to the mailing list audience: https://lists.osgeo.org/pipermail/gdal-dev/2022-January/thread.html#55348

@vtdrfuka Please provide feedback regarding the questions posted in this ticket

@vtdrfuka can you provide some feedback ? Otherwise the driver will be removed as planned

Pull request removing the DODS drivers: https://github.com/OSGeo/gdal/pull/5666

the man pages are already generated in the tar ball. The "man" target only works in a git checkout, since the tar ball doesn't include the doc/ subdirectory.

did you actually build the HTML docs ? Debian had stopped building them because that required Sphinx, etc. That was also removed from the tarball because the CMake target for...

I've uploaded in https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0-doc-src.tar.gz the content of the doc/ subdirectory. So if you untar alongside the main archive, you should be able to build docs.