Overview of Xarray-Spatial
mainXarray-Spatial is a library that implements common raster analysis functions using Numba. It is designed to be easy to install and extend, providing core GIS functions for developers and analysts.
Key characteristics:
- Performance: Uses Numba for high-performance raster analysis.
- Independence: Does not depend on GDAL or GEOS, making it fully extensible in Python, though this limits the breadth of operations compared to the full non-Python geo stack.
- Integration: Grew out of the Datashader project, which provides fast rasterization of vector data (points, lines, polygons, meshes, and rasters) for use with xarray-spatial.