Changes between Version 16 and Version 17 of UserDocs/ReadInZip


Ignore:
Timestamp:
Oct 2, 2017, 5:42:14 PM (7 years ago)
Author:
Mike Taves
Comment:

sort the GDAL drivers; mention a few OGR drivers too (with v)

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/ReadInZip

    v16 v17  
    9494
    9595The fact that this new capability is implemented as virtual file systems imply
    96 that it will only work for GDAL drivers supporting the "large file API". A non-exhaustive
    97 list of such drivers is :
     96that it will only work for GDAL or OGR drivers supporting the "large file API".
     97The full list of these formats can be obtained by looking at the driver marked with 'v' when running either `gdalinfo --formats` or `ogrinfo --formats`.
     98
     99A non-exhaustive list of such drivers is :
     100* GDAL raster drivers
     101  * ADRG
     102  * AAIGrid
     103  * BMP
     104  * DTED
     105  * EHdr
     106  * GIF
     107  * GTiff
     108  * HFA
     109  * ILWIS
     110  * JP2KAK
     111  * JPEG
     112  * LCP
     113  * NITF
    98114  * PNG
    99   * JPEG
    100   * ILWIS
    101   * GTiff
    102   * GIF
    103   * JP2KAK
    104   * NITF
    105   * ADRG
    106   * DTED
    107115  * SRTMHGT
    108   * BMP
    109   * LCP
    110   * HFA (Erdas Imagine)
    111   * AAIGRID
    112   * EHdr
    113 
    114 The full list can be obtained by looking at the driver marked with 'v' when running `gdalinfo --formats`
     116* OGR vector drivers
     117  * CSV
     118  * DXF
     119  * ESRI Shapefile
     120  * GeoJSON
     121  * GeoRSS
     122  * GML
     123  * GPX
     124  * KML
     125  * MapInfo File
     126  * OpenFileGDB
     127  * OSM
     128  * SQLite
     129  * SVG
     130  * WFS
     131  * XLSX
    115132
    116133= vsicurl - to read from HTTP or FTP files (partial downloading) =