[gdal-dev] change PROJCS information within GDAL dataset

Otto Dassau dassau at gbd-consult.de
Thu May 21 08:57:04 PDT 2015


Hi,

is it possible to change parameters, e.g. a AUTHORITY["EPSG","9001"]]]
value inside the PROJCS area of an existing GDAL dataset with gdal_edit.py?

PROJCS["UTM Zone 33, Northern Hemisphere",
    GEOGCS["GRS 1980(IUGG, 1980)",
        DATUM["unknown",
            SPHEROID["GRS80",6378137,298.257222101],
            TOWGS84[0,0,0,0,0,0,0]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",15],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]]]
[...]

I managed to add Metadata information with -mo, but don't know how to use
the -oo parameter.

thanks a lot
Otto


More information about the gdal-dev mailing list