csiro-hydrogeology / pyela

Python package for Exploratory Lithology Analysis
Other
24 stars 5 forks source link

surface_array on a raster with correct looking bounds (CRS derived) has plenty of nodata #4

Closed jmp75 closed 5 years ago

jmp75 commented 5 years ago

dem_array = surface_array(bungendore_raster, x_min, y_min, x_max, y_max, grid_res) on a raster from ELVIS that was saved with grid coordinates. May not have been the same CRS as the one from Bungendore.

jmp75 commented 5 years ago

This appears to have the same root cause as #2 . Had not pulled changes.