v0.5.0

opengeos/geoaiv0.5.0Mar 26, 2025by giswqs

AI Summary

Major release introducing classification functions, mosaicking, and Planetary Computer integration.

Key Highlights

  • Land cover classification with new functions
  • Colormap support for classified images
  • Mosaic GeoTIFFs function
  • Planetary Computer integration

New Features

  • Land cover classification (classify_image, classify_images)
  • Colormap support for writing classified images
  • Mosaic GeoTIFFs function
  • Overture data retrieval
  • Water detection notebook example

Full Release Notes

## What's Changed
* Fix building notebook error by @giswqs in https://github.com/opengeos/geoai/pull/114
* Fix GDAL data path error by @giswqs in https://github.com/opengeos/geoai/pull/115
* Add support for land cover classification by @giswqs in https://github.com/opengeos/geoai/pull/116
* Add classify_image function by @giswqs in https://github.com/opengeos/geoai/pull/117
* Add colormap support for writing classified image by @giswqs in https://github.com/opengeos/geoai/pull/118
* Add classify_images function by @giswqs in https://github.com/opengeos/geoai/pull/119
* Improve classify_image function by @giswqs in https://github.com/opengeos/geoai/pull/120
* Add mosaic_geotiffs function by @giswqs in https://github.com/opengeos/geoai/pull/121
* Add get_overture_data function by @giswqs in https://github.com/opengeos/geoai/pull/124
* Improve pc_stac_download function by @giswqs in https://github.com/opengeos/geoai/pull/126
* Add water detetion notebook example by @giswqs in https://github.com/opengeos/geoai/pull/127


**Full Changelog**: https://github.com/opengeos/geoai/compare/v0.4.3...v0.5.0