We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fef9b commit 46c4ea2Copy full SHA for 46c4ea2
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/utils.py
@@ -76,7 +76,7 @@ def merge_to_operations(data: Dict) -> List:
76
nested_operations = merge_to_operations(value)
77
78
for nested_operation in nested_operations:
79
- nested_operation.path = f"{key}.{nested_operation.path}"
+ nested_operation.path = f"{key}/{nested_operation.path}"
80
operations.append(nested_operation)
81
82
else:
0 commit comments