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.

xarray-spatial

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 the data used.

xrspatial copy-examples : Download the examples notebooks but not the data. Note: you won’t be able to run many of the examples.

xrspatial fetch-data : Download just the data and not the notebooks.

In all the above, the command

 

 

 

To finish reading, please visit source site