Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Unity-py 0.4.0

Latest
Compare
Choose a tag to compare
@mike-gangl mike-gangl released this 29 Mar 20:08
· 1 commit to main since this release
d40a2f6

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.4.0] - 2024-03-29

Added

  • We've added the ability to override settings in the default config file by passing in a config file with the settings needing to be overridden when instantiating a Unity object. 56
  • Collection creation (create_collection) through dataService library
  • Added support for defining custom metadata for project and venue.
  • Added methods to return STAC content instead of unity domain objects if requested
  • Added properties parsing of stac metadata to dataset objects

Fixed

Changed

  • Updated get_collections and get_collection_data to support limit parameter.
  • Updated get_collection_data to support filter parameter which takes CQL string.

Removed

Security

Deprecated