Changelog#

Release v0.4.0 (2022/09/08)#

💫 Highlights#

  • 🎉 Fourth release of zen3geo 🎉

  • 🚸 Walkthrough on object detection with bounding boxes (#49)

🚀 Features#

  • ✨ GeoPandasRectangleClipper for spatially subsetting vectors (#52)

📖 Documentation#

  • 📝 Add install from conda-forge instructions (#55)

  • ✏️ Edit docs to use OGC:CRS84 lon/lat instead of EPSG:4326 (#45)

  • 💡 Warn about overlapping strides if followed by train/val split (#43)

🧰 Maintenance#

  • ⬆️ Bump poetry from 1.2.0rc1 to 1.2.0 (#47)

  • ⬆️ Bump poetry from 1.2.0b3 to 1.2.0rc1 (#44)

🧑‍🤝‍🧑 Contributors#

@dependabot[bot] and @weiji14


Release v0.3.0 (2022/08/19)#

💫 Highlights#

  • 🎉 Third release of zen3geo 🎉

  • 🚸 Walkthrough on rasterizing vector polygons into label masks (#31)

🚀 Features#

  • ✨ DatashaderRasterizer for burning vector shapes to xarray grids (#35)

  • ✨ XarrayCanvasIterDataPipe for creating blank datashader canvas (#34)

  • ♻️ Let PyogrioReader return geodataframe only instead of tuple (#33)

🐛 Bug Fixes#

  • ♻️ Refactor DatashaderRasterizer to be up front about datapipe lengths (#39)

  • 🩹 Raise ModuleNotFoundError when xbatcher not installed (#37)

📖 Documentation#

  • 📝 Improve pip install zen3geo instructions with extras dependencies (#40)

  • 🔍 Show more levels for the in-page table of contents (#36)

🧑‍🤝‍🧑 Contributors#

@weiji14


Release v0.2.0 (2022/07/17)#

💫 Highlights#

  • 🎉 Second release of zen3geo 🎉

  • 🚸 Walkthrough on creating batches of data chips (#20)

🚀 Features#

  • ♻️ Let RioXarrayReader return dataarray only instead of tuple (#24)

  • ✨ XbatcherSlicerIterDataPipe for slicing xarray.DataArray (#22)

  • ✨ PyogrioReaderIterDataPipe for reading vector OGR files (#19)

📖 Documentation#

  • 🎨 Extra subsection for rioxarray datapipes (#18)

🧰 Maintenance#

  • 👷 NEP29: Run CI and Docs build on Python 3.10 (#29)

  • ⬆️ Bump poetry from 1.2.0b2 to 1.2.0b3 (#28)

  • 📌 Pin minimum torchdata version to 0.4.0 (#25)

  • 📌 Pin minimum pyogrio version to 0.4.0 (#21)

🧑‍🤝‍🧑 Contributors#

@weiji14


Release v0.1.0 (2022/06/08)#

💫 Highlights#

🚀 Features#

  • ✨ Introducing RioXarrayReaderIterDataPipe for reading GeoTIFFs (#6)

📖 Documentation#

  • 🔧 Configure readthedocs documentation build (#13)

  • 💬 Show how to convert xarray.DataArray to torch.Tensor (#9)

  • 📝 Add basic installation instructions (#7)

  • 👥 Healthy community standards (#4)

🧰 Maintenance#

  • 📦 Publish to TestPyPI and PyPI using GitHub Actions (#14)

  • 🧑‍💻 Draft changelog with Release Drafter GitHub Actions (#11)

  • 👷 Setup GitHub Actions Continuous Integration tests (#2)

  • 🌱 Initialize pyproject.toml file (#1)

🧑‍🤝‍🧑 Contributors#

@weiji14