Skip to content

Commit 0ea676a

Browse files
authored
Merge pull request #54 from OvertureMaps/jjcfrancisco/fix-stac-bbox-validation
[BUG] Use 3 fragments in debug mode to pass bbox validation
2 parents 3648413 + 434a47d commit 0ea676a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overture_stac/overture_stac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def process_theme_worker(
102102
# Get all fragments
103103
all_fragments = list(type_dataset.get_fragments())
104104
if debug:
105-
all_fragments = all_fragments[:2]
105+
all_fragments = all_fragments[:3]
106106

107107
total_fragments: int = len(all_fragments)
108108

0 commit comments

Comments
 (0)