EcoJulia / RasterDataSources.jl

Easily download and use raster data sets in Julia
MIT License
21 stars 10 forks source link

Add matrix of available tile indices to SRTM dataset. #48

Closed rafaqz closed 1 year ago

rafaqz commented 2 years ago

Where there is no tile available (e.g. some places in the ocean) we probably need to return missing.

@jenkspt we can just define a bool matrix with true/false for each tile and check it.

rafaqz commented 1 year ago

This was completed in #50