Skip to content

Commit a1e7c04

Browse files
hrodmnbitner
andauthored
Fix collection extent schema (#278)
* fixes for collection extent updating * add some tests for update_collection_extent flag --------- Co-authored-by: David W Bitner <[email protected]>
1 parent a9b71b5 commit a1e7c04

File tree

13 files changed

+4933
-22
lines changed

13 files changed

+4933
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/pypgstac/dist
55
*.egg-info
66
*.eggs
77
venv
8+
env
89
.direnv
910
src/pypgstac/target
1011
src/pypgstac/python/pypgstac/*.so

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
### Unreleased
8+
9+
### Fixed
10+
- Fixed double nested extent when using trigger based update collection extent. (Fixes #274)
11+
712
### [v0.9.0]
813

914
### Breaking Changes

0 commit comments

Comments
 (0)