Version bump with notable fixes and improvements. See Beta Release Notes for API and naming changes.
- BNG aggregators (
bng_cellunion_agg,bng_cellintersection_agg): fixed shared aggregation buffer bug (fresh buffer per partition); chip field resolution by type/name in union agg. - Reader renames and other API changes documented in Beta Release Notes.
This is the beta release series.
Altered python bindings to databricks.labs.gbx.* to more closely match scala bindings (was geobrix.*).
Changed init script to install numpy 2.x which allows GDAL python array operations to successfully execute.
A handful of functions known to throw exceptions during execution have been addressed by the changes to the init script: gbx_rst_mapalgebra(tiles, expression) and gbx_rst_ndvi(tile, red_band, nir_band).
Added more error handling to bubble up exceptions during execution; functions now return null or a catch-all default with error messages captured.
Initial Beta Release