EnvModellingGroup / hrds

Hierarchical raster data set: smooth interpolation of raster files at different resolutions for multiscale modelling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with nodata values

jhill1 opened this issue · comments

Some datasets have holes or missing data. The buffer should be constructed from the nodata values as well as the edge to facilitate data of this kind. I think it's as simple as setting the nodata cells to 1 before calculating the euclidian distance.