Skip to content

Releases: makepath/xarray-spatial

Version 0.0.8

22 Jul 21:12
Compare
Choose a tag to compare
  • Fixed Missing Dependencies

Version 0.0.7

22 Jul 03:18
Compare
Choose a tag to compare
  • Added 2D Crosstab (zonal)
  • Added suggest_zonal_canvas (zonal)
  • Added conda-forge build
  • Removed Versioneer
  • Updates to CI/CD

Version 0.0.6

15 Jul 00:43
Compare
Choose a tag to compare

Version 0.0.6 - 7/14/2020

  • 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)

Version 0.0.5

05 Jul 23:16
Compare
Choose a tag to compare

see CHANGELOG.md

Version 0.0.2

25 Jun 00:40
Compare
Choose a tag to compare

Version 0.0.2 - 6/24/2020

  • 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 layer from agol-pandas (will probably not be supported long term)
  • Added ReadtheDocs page
  • Added experimental hotspot analysis tool (Getis-Ord Gi*) (#27)
  • Added experimental curvature analysis tool (Getis-Ord Gi*)
  • Added support for creating WMTS tilesets (moved out of datashader)
  • Added contributor code of conduct

Initial Release

09 Apr 18:03
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the first release of xarray-spatial includes major contributions from @brendancol , @thuydotm and @jbednar. Geo-related functionality was moved over from Datashader which included things from datashader.geo and datashader.spatial