v0.3.6
opengeos/geoaiv0.3.6Mar 10, 2025by giswqs
AI Summary
Enhanced the library with new detection capabilities for solar panels and text-based segmentation, along with support for Parquet files and regional building footprints.
Key Highlights
- Added solar panel detection support
- Added text prompt segmentation support
- Added building footprint extraction for Africa and China
- Added Parquet file support for geospatial data
New Features
- Solar panel detection support
- generate_masks function with min/max area parameters
- Orthogonalize function
- Text prompt segmentation support
- Building footprint extraction for Africa and China
- Parquet file support for geospatial data
Full Release Notes
## What's Changed * Add support for solar panel detection by @giswqs in https://github.com/opengeos/geoai/pull/63 * Add min and max object area params to generate_masks by @giswqs in https://github.com/opengeos/geoai/pull/64 * Add orthogonalize function by @giswqs in https://github.com/opengeos/geoai/pull/65 * Add support for text prompt segmentation by @giswqs in https://github.com/opengeos/geoai/pull/66 * Update mkdocs by @giswqs in https://github.com/opengeos/geoai/pull/67 * Add building footprint extraction for Africa by @giswqs in https://github.com/opengeos/geoai/pull/68 * Add building footpring extraction for China by @giswqs in https://github.com/opengeos/geoai/pull/69 * feat: Add basemap_type parameter to view_vector function by @popogis24 in https://github.com/opengeos/geoai/pull/70 * Add support for selecting bands from multispectral imagery by @giswqs in https://github.com/opengeos/geoai/pull/71 * feat: add Parquet file support for geospatial data by @popogis24 in https://github.com/opengeos/geoai/pull/72 * Fix mkdocstrings error by @giswqs in https://github.com/opengeos/geoai/pull/73 * Update solar panel notebook by @giswqs in https://github.com/opengeos/geoai/pull/74 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.3.5...v0.3.6