Changes between Version 2 and Version 3 of rfc46_gdal_ogr_unification


Ignore:
Timestamp:
May 16, 2014, 12:04:47 PM (10 years ago)
Author:
Even Rouault
Comment:

Mention RFC 36

Legend:

Unmodified
Added
Removed
Modified
  • rfc46_gdal_ogr_unification

    v2 v3  
    3939    now achieved in RFC 46 by lazy loading with GDALOpenInfo::GetSiblingFiles().
    4040    At least Identify() should not trigger GetSiblingFiles().
     41  * [wiki:rfc36_open_by_drivername RFC 36: Allow specification of intended on GDALOpen].
     42    The new GDALOpenEx() accepts a list of a subset drivers that must be probed,
     43    as suggested by RFC36. The specification of the drivers on the command line
     44    of utilies could be easily done through a new option, but that's not in the scope of
     45    RFC 46.
    4146  * [wiki:rfc38_ogr_faster_open RFC 38: OGR Faster Open] is completely included
    4247    in RFC 46 through the possibility of using Open(GDALOpenInfo*) in OGR drivers