You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for geometries that are non-rectangular polygons or multi-polygons, refactored stats calculation such that no-data values are now included in the total "count" property of the return object. Previously, geoblaze completely ignored no data values. However, this shouldn't impact any of the statistical results like sum and median. If you want to get the total number of valid values in an area, look for the "valid" property value in the stats result object. Note: this builds on the work in v2.3.0, which accidentally only included this no-data reporting for single rectangles
π New Feature / Improvement
see breaking change mentioned above
π Bug Fix
see breaking change mentioned above
π Internal
The version of GADM that we use for geoblaze testing doesn't appear to be hosted by UC Davis anymore, so I am hosting it on the geoblaze S3 bucket, so we don't lose it
unzip and use MapSPAM global wheat raster for testing
update tests to account for new improved logic around counting no-data values
pass along debug_level to intersect-polygon
wrote test for issue #212 , proving that it now works and can be closed. There was previously some discrepancy in combined results if you pass in polygons separately or as a multi-polygon
π Documentation
No changes
commits
Merge pull request #221 from GeoTIFF/issue-212 3f24625