Riverscapes / gcd

Geomorphic Change Detection For Windows
http://gcd.riverscapes.xyz
GNU General Public License v3.0
25 stars 5 forks source link

NAVD88 not a recognized EPSG coordinate system?? #365

Open cpforester opened 5 years ago

cpforester commented 5 years ago

Attempting to import DEMs as existing surveys into the GCD Project. Receiving error and exception message copied below. I am using a standard state plane coordinate system for my XY data and NAVD 88 for my vertical coordinate system, which is specified as being in the EPSG registry.

image image

I am able to import a DEM survey into the project using a WGS datum that is not congruent with my raw survey data, nor does it use the correct units.

EPSG PCS/GCS code 6360 not found in EPSG support files. Is this a valid EPSG coordinate system? --- Stacktrace --- at OSGeo.GDAL.Band.GetUnitType() at GCDConsoleLib.Raster._initfromfile() in D:\Code\gcd\gcd\GCDConsoleLib\Raster.cs:line 186 at GCDConsoleLib.GISDataset.get_Proj() in D:\Code\gcd\gcd\GCDConsoleLib\GISDataset.cs:line 19 at GCDCore.UserInterface.SurveyLibrary.GISDatasetValidation.DSHasSpatialRef(GISDataset gisDS, String sTypeSingle, String sTypePlural) at GCDCore.UserInterface.SurveyLibrary.frmImportRaster.PrepareToImportRaster(Surface refSurface, Purposes purpose, String Noun, IntPtr parentWindow) at GCDCore.UserInterface.Project.TreeNodeTypes.DEMSurveysGroup.OnAdd(Object sender, EventArgs e) --- Exception Data --- ArcMap = 10.7.1.11595 GCD = 7.4.3.0 Windows: Microsoft Windows NT 6.2.9200.0 Date: 10/9/2019 12:40:01 PM```