gcd
gcd copied to clipboard
GCD Add DEM Survey Allows Loading (to a point) an ESRI Grid!
The Problem
I had a student doing a homework and she missed the step where you have to prepare your input raster DEM for use in GCD as a *.tif or *.img and just saved it as the default ESRI grid format.
What went wrong? She went to add the DEM survey to the GCD project, and it:
- Allowed her to select the esri grid raster (it should filter to only allow what we accept geoTiff or IMG).
- Then threw this totally unhelpful exception error that gives her no hint what she did wrong:

The solutions:
We should limit the file types in the add or load raster to the types we allow and can work with. If an error is going to get thrown, a more specific message like "GCD does not accept ESRI grids as rasters. You need to save your raster as a *.tif or *.img and try again." would be helpful.
Funny we haven't seen this earlier... I suspect we're so good at telling people how to prep their rasters we have gotten away with it ;)>