Opened 9 years ago
Closed 9 years ago
#3012 closed defect (fixed)
g.region -p reporting correct projection, but unknown datum NAD83(2011) /North Carolina (USft)
Reported by: | dnewcomb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | Projections/Datums | Version: | unspecified |
Keywords: | libgis g.proj | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description (last modified by )
When creating a location from a georeferenced file for NAD83(2011)/North Carolina (USft), http://epsg.io/6543, g.region reports the correct projection/datum in the projection line, but reports an unknown datum
GRASS 7.1.svn (bladen_stpft):~ > g.region -p projection: 99 (NAD83(2011) / North Carolina (ftUS)) zone: 0 datum: ** unknown (default: WGS84) ** ellipsoid: grs80
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Works correctly now.
g.region -p projection: 99 (NAD83(2011) / North Carolina (ftUS)) zone: 0 datum: nad83_2011 ellipsoid: grs80
comment:3 by , 9 years ago
Component: | Default → Projections/Datums |
---|---|
Description: | modified (diff) |
Keywords: | libgis g.proj added |
Resolution: | → fixed |
Status: | new → closed |
Backported in r68414, closing.
Note:
See TracTickets
for help on using tickets.
Please try r68384 (datum string added to lib/gis/datum.table) and check if this is now correct:
If yes: backport candidate.