Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCD Add DEM Survey Allows Loading (to a point) an ESRI Grid! #393

Open
joewheaton opened this issue Feb 19, 2021 · 0 comments
Open

GCD Add DEM Survey Allows Loading (to a point) an ESRI Grid! #393

joewheaton opened this issue Feb 19, 2021 · 0 comments

Comments

@joewheaton
Copy link
Contributor

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:

  1. Allowed her to select the esri grid raster (it should filter to only allow what we accept geoTiff or IMG).
  2. Then threw this totally unhelpful exception error that gives her no hint what she did wrong:

image

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 ;)>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants