Raster-based Spatial Analysis for Python
xarray-spatial Xarray-Spatial implements common raster analysis functions using Numba and provides an easy-to-install, easy-to-extend codebase for raster analysis. Installation # via pip pip install xarray-spatial # via conda conda install -c conda-forge xarray-spatial Dowloading our starter examples and data Once you have xarray-spatial installed in your environment, you can use one of the following in your terminal (with the environment active) to download our examples and/or sample data into your local directory. xrspatial examples : Download the examples notebooks and […]
Read more