v0.2.0

opengeos/geoaiv0.2.0Mar 3, 2025by giswqs

AI Summary

This release marks a significant step forward by adding a dedicated preprocessing module, utility functions for data conversion, and a pre-trained building extraction model. It also expands documentation and notebook examples.

Key Highlights

  • Add building extraction pre-trained model
  • Add preprocess module
  • Add dict_to_image and dict_to_rioxarray functions
  • Add set_proj_lib_path function

New Features

  • Building extraction pre-trained model
  • Preprocess module
  • Data conversion functions
  • set_proj_lib_path function

Full Release Notes

## What's Changed
* Add dict_to_image and dict_to_rioxarray functions by @giswqs in https://github.com/opengeos/geoai/pull/20
* Add set_proj_lib_path function by @giswqs in https://github.com/opengeos/geoai/pull/21
* Add building extraction pre-trained model by @giswqs in https://github.com/opengeos/geoai/pull/22
* Add preprocess module by @giswqs in https://github.com/opengeos/geoai/pull/23
* Update docs by @giswqs in https://github.com/opengeos/geoai/pull/24
* Update notebook examples by @giswqs in https://github.com/opengeos/geoai/pull/25
* Add more dependencies by @giswqs in https://github.com/opengeos/geoai/pull/26


**Full Changelog**: https://github.com/opengeos/geoai/compare/v0.1.7...v0.2.0