Ticket #3639 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Support for GeoEye RPC file

Reported by: bishop Owned by: rouault
Priority: normal Milestone: 1.8.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: RPC GeoEye GTiff GDALLoadRPCFile GDALRPCTransform
Cc:

Description

The are two world leader high resolution imagery producers - DigitalGlobe? and GeoEye?. The DigitalGlobe? *.RPB format is supported by GDAL, but GeoEye? - no. The provided patch adds support for *_rpc.txt files for GTiff driver. The patch was tested with GDALRPCTransform.

Attachments

gdal_tif_rpc_txt.patch Download (4.8 KB) - added by bishop 3 years ago.
GDAL GTiff driver *_rpc.txt patch

Change History

Changed 3 years ago by bishop

GDAL GTiff driver *_rpc.txt patch

Changed 3 years ago by rouault

  • owner changed from warmerdam to rouault

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.8.0

r19883 /trunk/gdal/ (4 files in 2 dirs): Add GDALLoadRPCFile() to read RPCs from GeoEye? _rpc.txt files and plug it into GeoTIFF driver (original patch contributed by bishop; #3639); Minor improvement in GTiffDataset::GetFileList?() to avoid extra stat(); Allow GDALLoadRPB/RPC/IMDFile() to be called directly with the RPB/RPC/IMD filename

Tested with  http://geoeyemediaportal.s3.amazonaws.com/assets/images/ChannelPartnerPortal/Australia/GeoStereo_11bit/Example1.zip (1 GB download) from  http://www.geoeye.com/CorpSite/resource/sample_imagery_response.aspx

Note: See TracTickets for help on using tickets.