- added band_to_img utils func
- Add download-examples CLI command for all notebooks (#241)
- added band_to_img utils func
- docs enhancements
- GPU and dask support for multispectral tools
- GPU and Dask support for classify module (#168)
- fixed savi dask cupy test skip
- moved validate_arrays to utils
- Add GPU support for hillshade (#151)
- Added GPU support for curvature (#150)
- Added dask.Array support for curvature (#150)
- Added GPU support for aspect (#156)
- Added dask.Array support for aspect (#156)
- Added GPU support for slope (#152)
- Added dask.Array support for slope (#152)
- Fixed slope cupy: nan edge effect, remove numpy padding that cause TypeError (#160)
- Fixed aspect cupy: nan edge effect, remove numpy padding that cause TypeError(#160)
- Updated README with Supported Spatial Features Table
- Added badge for open source gis timeline
- Added GPU Support for Multispectral tools (#148)
- Added Python 3.9 to Test Suite
- Added convolution module for use in focal statistics. (#131)
- Added example notebook for focal statistics and convolution modules.
- Moved kernel creation to name-specific functions. (#127)
- Separated the validate and custom kernel functions. (focal)
- Added annulus focal kernel (#126) (focal)
- Added outputting of z-scores from hotspots tool (focal)
- Changed type checking to use np.floating (focal)
- Added tests for refactored focal statistics (focal)
- Added A* pathfinding
- Allow all numpy float data types, not just numpy.float64 (#122)
- Broke out user-guide into individual notebooks (examples)
- Added num_sample param option to natural_breaks (#123)
- Removed sklearn dependency
- Fixed missing deps
- Added 2D Crosstab (zonal)
- Added suggest_zonal_canvas (zonal)
- Added conda-forge build
- Removed Versioneer
- Updates to CI/CD
- Added Proximity Direction (proximity)
- Added Proximity Allocation (proximity)
- Added Zonal Crop (zonal)
- Added Trim (zonal)
- Added ebbi (multispectral)
- Added more tests for slope (slope)
- Added image grid (readme)
- Changed ndvi.py -> multispectral.py
- Added arvi (multispectral)
- Added gci (multispectral)
- Added savi (multispectral)
- Added evi (multispectral)
- Added nbr (multispectral)
- Added sipi (multispectral)
- Added
countto default stats (zonal) - Added regions tools (zonal)
- Test Release
- Test Release
- Add Pixel-based Region Connectivity Tool (#52)
- Fixes to Proximity Tools (#45, #37, #36)
- Changes to slope function to allow for change x, y coordinate fields (#46)
- Added Pharmacy Desert Example Notebook
- Add natural breaks classification method
- Add equal-interval classification method
- Add quantile classification method
- Add binary membership classification method
- Fixes to zonal stats docstring (#40)
- Added experimental
query layerfrom agol-pandas (will probably not be supported long term) - Added ReadtheDocs page
- Added experimental
hotspotanalysis tool (Getis-Ord Gi*) (#27) - Added experimental
curvatureanalysis tool (Getis-Ord Gi*) - Added support for creating WMTS tilesets (moved out of datashader)
- Added contributor code of conduct
- First public release available on GitHub and PyPI.