Opened 14 years ago

Closed 14 years ago

#3639 closed enhancement (fixed)

[PATCH] Support for GeoEye RPC file

Reported by: bishop Owned by: Even 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 (1)

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

Download all attachments as: .zip

Change History (3)

by bishop, 14 years ago

Attachment: gdal_tif_rpc_txt.patch added

GDAL GTiff driver *_rpc.txt patch

comment:1 by Even Rouault, 14 years ago

Owner: changed from warmerdam to Even Rouault

comment:2 by Even Rouault, 14 years ago

Milestone: 1.8.0
Resolution: fixed
Status: newclosed

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.