EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a0b74f91 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Don't store footprints for coverages

parent cd147a31
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,10 @@ def registrar(
metadata_locations=[[container,
metadata_package, ], ],
coverage_type_name="RGBNir",
overrides={"identifier": "%s__coverage" % product.identifier},
overrides={
"identifier": "%s__coverage" % product.identifier,
"footprint": None,
},
replace=replace,
)
models.product_add_coverage(product, report.coverage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment