python-distance-rasters
python-distance-rasters copied to clipboard
Generate distance raster given set of geometry features
Jacob added progress bar and 3.12 support
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
Using appropriate projections could provide a more accurate distance calculation but may have a significant performance cost. I'd like to test: - how much distance calculations actually change (in various...
Explore options for accurate distance metrics that would cross antimeridian/poles for shortest distance Would be good to include some guidance around determining whether the current implementation could impact use cases...
Currently using SciPy's cKDTree along with a Haversine calculation for accurate distance metrics. cKDTree is now the same as KDTree as of SciPy 1.6.0 (See #12 ), but KDTree was...
Add some benchmarks for larger scale uses. I have tested using this to generate a global 1km distance to water dataset in one go, and remember it worked surprisingly well,...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffw💰. We've also integrated Zizmor to catch...