v0.3.3
opengeos/geoaiv0.3.3Mar 6, 2025by giswqs
AI Summary
Refactored the module structure by merging the preprocess functionality into the utils module and improved preprocessing capabilities with geoparquet support.
Key Highlights
- Added support for geoparquet in preprocess functions
- Merged preprocess module into utils
- Added geometric properties calculation
New Features
- Geoparquet support in preprocess functions
- max_object_area parameter for ObjectDetector
- Geometric properties calculation
- Merge of preprocess module into utils
Full Release Notes
## What's Changed * Add support to geoparquet in preprocess functions by @popogis24 in https://github.com/opengeos/geoai/pull/47 * Add max_object_area param for ObjectDetector by @giswqs in https://github.com/opengeos/geoai/pull/54 * Merge preprocess to utils module by @giswqs in https://github.com/opengeos/geoai/pull/55 * Update README by @giswqs in https://github.com/opengeos/geoai/pull/56 * Add support for calculating geometric properties by @giswqs in https://github.com/opengeos/geoai/pull/57 ## New Contributors * @popogis24 made their first contribution in https://github.com/opengeos/geoai/pull/47 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.3.2...v0.3.3