gdal icon indicating copy to clipboard operation
gdal copied to clipboard

GTX driver lacks a documentation page

Open rouault opened this issue 3 years ago • 2 comments

Cf https://github.com/OSGeo/gdal/pull/5811#pullrequestreview-989588013

rouault avatar May 30 '22 17:05 rouault

I also noticed the following drivers are listed at https://gdal.org/drivers/raster/index.html but not at https://gdal.org/drivers/vector/index.html despite having both raster and vector drivers:

  • MBTiles -raster,vector- (rw+v): MBTiles
  • OGCAPI -raster,vector- (rov): OGCAPI
  • PCIDSK -raster,vector- (rw+v): PCIDSK Database File
  • PDS4 -raster,vector- (rw+vs): NASA Planetary Data System 4
  • VICAR -raster,vector- (rw+v): MIPL VICAR file

while these drivers are listed at https://gdal.org/drivers/vector/index.html but not https://gdal.org/drivers/raster/index.html:

  • PLSCENES -raster,vector- (ro): Planet Labs Scenes API

adamjstewart avatar May 30 '22 17:05 adamjstewart

Drivers for which there is no documentation:

  • GTX -raster- (rw+v): NOAA Vertical Datum .GTX
  • BIGGIF -raster- (rov): Graphics Interchange Format (.gif)
  • HTTP -raster,vector- (ro): HTTP Fetching Wrapper

Drivers where the name reported by ogrinfo --formats does not match the documentation:

  • OGR_SDTS -vector- (rov): SDTS
  • OGR_VRT -vector- (rov): VRT - Virtual Datasource
  • OGR_GMT -vector- (rw+v): GMT ASCII Vectors (.gmt)
  • OGR_PDS -vector- (rov): Planetary Data Systems TABLE

adamjstewart avatar May 30 '22 18:05 adamjstewart