Changes between Version 2 and Version 3 of rfc22_rpc


Ignore:
Timestamp:
Mar 28, 2008, 9:02:13 PM (16 years ago)
Author:
warmerdam
Comment:

more detailed notes on GeoTIFF driver.

Legend:

Unmodified
Added
Removed
Modified
  • rfc22_rpc

    v2 v3  
    4343  http://geotiff.maptools.org/rpc_prop.html
    4444
    45 == Updating Drivers ==
     45== Updating NITF Driver ==
    4646
    47 # NITF: Already supports RPCs in this model, but will be modified to put them in the RPC domain instead of the primary metadata domain.  Add support for .RPB files.
    48 # GTiff: Will be upgraded to support reading Digital Globe .RPB files, and possibly support for Space Imaging rpc.txt files.
     47 * Already supports RPCs in this model, but will be modified to put them in the RPC domain instead of the primary metadata domain. 
     48 * Add support for reading Digital Globe .RPB files.
     49 * No support for writing RPCs for now.
     50
     51== Updating GeoTIFF Driver ==
     52
     53 * Upgrade to support reading Digital Globe .RPB files.
     54 * Possible support reading Space Imaging (GeoEye?) rpc.txt files.
     55 * Support reading RPC TIFF tag (per http://geotiff.maptools.org/rpc_prop.html)
     56 * Support writing RPC TIFF tag.
     57 * Support writing .RPB files (if RPB=YES or PROFILE not GDALGeoTIFF).
    4958
    5059== Changes to !GenImgProj Transformer ==