Opened 11 years ago

Closed 5 years ago

#5179 closed defect (wontfix)

BAG 1.5 / Fledermaus metadata and coordinate system issues

Reported by: warmerdam Owned by: Kurt Schwehr
Priority: normal Milestone: closed_because_of_github_migration
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: bag
Cc: Kurt Schwehr, anthony

Description

The following sample file produced with Fledermaus has a read error report and odd coordinate system:

http://home.gdal.org/tmp/H12446_MB_4m_MLLW_combined_EXPORTED_FROM_FLEDERMAUS.bag

gdalinfo H12446_MB_4m_MLLW_combined_EXPORTED_FROM_FLEDERMAUS.bag 
ERROR 1: projection =  not recognised by ISO 19115 parser.
Driver: BAG/Bathymetry Attributed Grid
Files: H12446_MB_4m_MLLW_combined_EXPORTED_FROM_FLEDERMAUS.bag
Size is 2274, 1836
Coordinate System is:
PROJCS["FP_NAD83_UTM_zone_5N",
    GEOGCS["FG_NAD83",
        DATUM["FD_North_American_Datum_1983",
            SPHEROID["GRS 1980",6378137,298.257222101,
                AUTHORITY["EPSG","7019"]],
            TOWGS84[-0.991,1.9072,0.5129,1.25033e-007,4.6785e-008,5.6529e-008,0],
            AUTHORITY["EPSG","6269"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.01745329251994328,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4269"]],
    UNIT["meter",1,
        AUTHORITY["EPSG","9001"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",-153],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",0],
    AUTHORITY["EPSG","26905"],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    VERTCS["MSL_Depth",
        VDATUM["Mean_Sea_Level"],
        PARAMETER["Vertical_Shift",0.0],
        PARAMETER["Direction",1.0],
        UNIT["Meter",1.0]]]
...

Note the VERTCS embedded in the PROJCS!

Change History (4)

comment:1 by warmerdam, 11 years ago

Cc: Kurt Schwehr added

comment:2 by warmerdam, 11 years ago

Cc: anthony added

comment:3 by Kurt Schwehr, 11 years ago

Owner: changed from warmerdam to Kurt Schwehr
Status: newassigned

comment:4 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: assignedclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.