Opened 13 years ago
Closed 13 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)
Change History (3)
by , 13 years ago
Attachment: | gdal_tif_rpc_txt.patch added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Milestone: | → 1.8.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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
GDAL GTiff driver *_rpc.txt patch