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

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gangl committed Mar 29, 2024
2 parents 33beaf9 + 8e70052 commit 9460275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [0.3.0] - 2024-02-12

### Added
### Fixed
* fixed an issue with encoding a json deploy request twice [71](https://github.com/unity-sds/unity-py/issues/71)
Expand Down
2 changes: 1 addition & 1 deletion unity_sds_client/services/data_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_collection_data(self, collection: type = Collection, limit=10, filter: s
if output_stac:
return response.json()
results = response.json()['features']

for dataset in results:
ds = Dataset(dataset['id'], collection.collection_id, dataset['properties']['start_datetime'], dataset['properties']['end_datetime'], dataset['properties']['created'], properties=dataset['properties'])

Expand Down

0 comments on commit 9460275

Please sign in to comment.