makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
828 stars 84 forks source link

Bunch of Fixes #796

Closed brendancol closed 5 months ago

brendancol commented 5 months ago

The following PR includes a bunch of fixes that I need to get CI/CD working again.

The most technically unstable is an update to experimental/polygonize.py which now has a custom implementation of generated_jit, but should in the future use nb.extends.overload style...

I also:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.04%. Comparing base (27ab0c8) to head (a83bf9b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #796 +/- ## ========================================== + Coverage 79.94% 80.04% +0.10% ========================================== Files 19 19 Lines 4178 4179 +1 ========================================== + Hits 3340 3345 +5 + Misses 838 834 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.