xarray-spatial
xarray-spatial copied to clipboard
Raster-based Spatial Analytics for Python
`zonal.stats` should run for each layer in `xr.Dataset` and return a pd.DataFrame with columns named `{dataset_layer_name}_{stat_name}` @chase-dwelle hey what do you think about the API for accepting `xr.Dataset`s as inputs...
Would be helpful to add Python 3 type hinting to all public functions.
- [ ] Create an example of a xr.DataArray (say a xarray-spatial or datashader result) and display in Unity app as `TiledMap` - [ ] this may be more appropriate...
https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer https://medium.com/geoai/high-resolution-land-cover-mapping-using-deep-learning-7126fee571dd
New Jupyter Notebook in `examples` called `xarray-spatial-basic-ml.ipynb` The general template for ML examples: - Use an Xarray-Spatial Analysis Function - Take outputs and use as features for an scikit-learn model....