Changes between Initial Version and Version 1 of rfc27_supportdata


Ignore:
Timestamp:
Jan 16, 2010, 3:17:30 PM (14 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc27_supportdata

    v1 v1  
     1= RFC 27: Improved Supporting Data File Options =
     2
     3Author: Frank Warmerdam[[BR]]
     4Contact: warmerdam@pobox.com[[BR]]
     5Status: Development
     6
     7== Summary ==
     8
     9Currently GDAL depends on a variety of supporting data files from the [http://svn.osgeo.org/gdal/trunk/gdal/data gdal data] directory.  The largest part of these are coordinate system dictionaries from EPSG and other sources.  It also includes S-57 dictionaries, seed DGN and DXF files, and project logos.  Uncompressed it currently comes to roughly 1.8MB and it is expected to grow as additional dictionaries are added (for PCI and IAU coordinate systems for instance).
     10
     11It has also been a frequent problem at run time to find the data files when they are installed in unusual locations.
     12
     13This RFC aims to overhaul support file handling with two new major features.
     14
     151) The ability to read from compressed data files to reduce the disk footprint of GDAL.
     162) The ability to embed the data files with the GDAL DLL or shared library to remove the "finding" problem.