Skip to content

Commit

Permalink
fix: remove incorrect provider property from hls reprocessed collecti…
Browse files Browse the repository at this point in the history
…ons (#109)
  • Loading branch information
anayeaye authored Mar 18, 2024
1 parent f5f92fc commit 1de7f4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions ingestion-data/collections/hls-l30-002-ej-reprocessed.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"provider": {
"url": "https://lpdaac.usgs.gov/products/hlsl30v002/",
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
"roles": [
"processor"
]
},
"item_assets": {},
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
Expand Down Expand Up @@ -77,6 +70,13 @@
"roles": [
"processor"
]
},
{
"url": "https://lpdaac.usgs.gov/products/hlsl30v002/",
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
"roles": [
"processor"
]
}
]
}
14 changes: 7 additions & 7 deletions ingestion-data/collections/hls-s30-002-ej-reprocessed.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"provider": {
"url": "https://lpdaac.usgs.gov/products/hlss30v002/",
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
"roles": [
"processor"
]
},
"item_assets": {},
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
Expand Down Expand Up @@ -77,6 +70,13 @@
"roles": [
"processor"
]
},
{
"url": "https://lpdaac.usgs.gov/products/hlss30v002/",
"name": "Land Processes Distributed Active Archive Center (LP DAAC)",
"roles": [
"processor"
]
}
]
}

0 comments on commit 1de7f4d

Please sign in to comment.