GeoscienceAustralia / dea-notebooks

Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and Xarray
https://docs.dea.ga.gov.au/notebooks/
Apache License 2.0
448 stars 128 forks source link

Replace np.bool with bool #1081

Closed Ariana-B closed 1 year ago

Ariana-B commented 1 year ago

Proposed changes

np.bool has been deprecated and raises an error when using wofs_fuser to load WOFS data, so it needs to be replaced with bool.

Closes issues (optional)

Checklist (replace [ ] with [x] to check off)