v0.3.0
opengeos/geoaiv0.3.0Mar 5, 2025by giswqs
AI Summary
Enhanced building extraction workflows with regularization methods and refactored the common utilities module.
Key Highlights
- Improved building result visualization and extraction
- Added regularize_buildings function and methods
- Renamed common module to utils
Breaking Changes
- Renamed 'common' module to 'utils'
New Features
- Improved building result visualization and extraction
- masks_to_vector function
- regularize_buildings function and methods
- Module rename (common -> utils)
Full Release Notes
## What's Changed * Improve building result visualization by @giswqs in https://github.com/opengeos/geoai/pull/37 * Improve building extraction by @giswqs in https://github.com/opengeos/geoai/pull/38 * Add masks_to_vector function by @giswqs in https://github.com/opengeos/geoai/pull/39 * Add regularize_buildings function by @giswqs in https://github.com/opengeos/geoai/pull/40 * Add building regularization methods by @giswqs in https://github.com/opengeos/geoai/pull/41 * Rename common module to utils by @giswqs in https://github.com/opengeos/geoai/pull/42 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.2.3...v0.3.0