This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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.