python-distance-rasters icon indicating copy to clipboard operation
python-distance-rasters copied to clipboard

Handling bigger raster

Open MrZombie69232 opened this issue 2 years ago • 1 comments

There hasn't been any example of handling more big raster data like a country as big as Brazil or the USA. If you could provide example of the same.

Thanks

MrZombie69232 avatar Jul 05 '23 21:07 MrZombie69232

Hi @MrZombie69232

The spatial extent of your input data combined with the output resolution of the distance raster will ultimately determine your ability to run distance calculations on your machine. Even data covering only a smaller area will potentially be limited by your machine's memory if the resolution is sufficiently fine. Similarly, even global data can be run quickly when using a very coarse output resolution. I've run distance calculations on global datasets using a 1km resolution on a relatively normal consumer machine (32GB of memory) - as a reference point - but you may need to adapt based on your specific data.

I'll look into providing more in depth examples of this in the future, and consider other ways to better support working with larger datasets.

sgoodm avatar Jul 06 '23 14:07 sgoodm