Skip to content

Commit 1de7f4d

Browse files
authored
fix: remove incorrect provider property from hls reprocessed collections (#109)
1 parent f5f92fc commit 1de7f4d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ingestion-data/collections/hls-l30-002-ej-reprocessed.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
3737
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
3838
],
39-
"provider": {
40-
"url": "https://lpdaac.usgs.gov/products/hlsl30v002/",
41-
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
42-
"roles": [
43-
"processor"
44-
]
45-
},
4639
"item_assets": {},
4740
"dashboard:is_periodic": false,
4841
"dashboard:time_density": "day",
@@ -77,6 +70,13 @@
7770
"roles": [
7871
"processor"
7972
]
73+
},
74+
{
75+
"url": "https://lpdaac.usgs.gov/products/hlsl30v002/",
76+
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
77+
"roles": [
78+
"processor"
79+
]
8080
}
8181
]
8282
}

ingestion-data/collections/hls-s30-002-ej-reprocessed.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
3737
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
3838
],
39-
"provider": {
40-
"url": "https://lpdaac.usgs.gov/products/hlss30v002/",
41-
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
42-
"roles": [
43-
"processor"
44-
]
45-
},
4639
"item_assets": {},
4740
"dashboard:is_periodic": false,
4841
"dashboard:time_density": "day",
@@ -77,6 +70,13 @@
7770
"roles": [
7871
"processor"
7972
]
73+
},
74+
{
75+
"url": "https://lpdaac.usgs.gov/products/hlss30v002/",
76+
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
77+
"roles": [
78+
"processor"
79+
]
8080
}
8181
]
8282
}

0 commit comments

Comments
 (0)