#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)
Change History (3)
by , 8 years ago
Attachment: | isce_georeferencing_write.diff added |
---|
comment:2 by , 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
Support to write georeferencing information to ISCE datasets (whitespace change removed)