Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6634 closed enhancement (fixed)

[PATCH] Write georeferencing to ISCE datasets

Reported by: mazhe Owned by: warmerdam
Priority: normal Milestone: 2.2.0
Component: default Version: svn-trunk
Severity: normal Keywords: driver, isce, georeferencing
Cc:

Description

Hello,

Thanks again to accepting the last patch to support input georeferencing from ISCE datasets. Here's now the last bit: adding support for writing georeferencing.

This one is a bit easier to review than the previous.

It also add default for two more properties ("access_mode" and "file_path") defaults to better conform to what ISCE expect from images informations.

Thanks again for allowing us and the scientific communities to use gdal out-of-the box in our interferometric radar processings.

Attachments (1)

isce_georeferencing_write.diff (8.0 KB ) - added by mazhe 8 years ago.
Support to write georeferencing information to ISCE datasets (whitespace change removed)

Download all attachments as: .zip

Change History (3)

by mazhe, 8 years ago

Support to write georeferencing information to ISCE datasets (whitespace change removed)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35249:

ISCE: write georeferencing (patch by mahze, fixes #6634)

comment:2 by Even Rouault, 8 years ago

Milestone: 2.2.0

Note: I've changed snprintf() calls to CPLsnprintf() since the later use C-locale, which avoid issues when the locale numeric separator is not decimal point

Note: See TracTickets for help on using tickets.