Skip to content

Commit

Permalink
update catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 13, 2024
1 parent 7465560 commit 9e83430
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions catalog/catalog.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"type": "Catalog",
"id": "usgsrc4cast-stac",
"title": "EFI-USGS River Chlorophyll Forecasting Challenge Catalog",
"description": "A STAC (Spatiotemporal Asset Catalog) describing forecasts and forecast scores for the usgsrc4cast Forecasting Challenge",
"stac_version": "1.0.0",
"conformsTo": "conformsTo",
"links": [
{
"rel": "self",
"type": "application/json",
"href": "catalog.json"
},
{
"rel": "root",
"type": "application/json",
"href": "catalog.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Forecasts",
"href": "forecasts/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Scores",
"href": "scores/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Inventory",
"href": "inventory/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "NOAA Forecasts",
"href": "noaa_forecasts/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Targets",
"href": "targets/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Forecast Summaries",
"href": "summaries/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Sites",
"href": "sites/collection.json"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://raw.githubusercontent.com/eco4cast/challenge-catalogs/main/catalog.json"
}
]
}
{
"type": "Catalog",
"id": "usgsrc4cast-stac",
"title": "EFI-USGS River Chlorophyll Forecasting Challenge Catalog",
"description": "A STAC (Spatiotemporal Asset Catalog) describing forecasts and forecast scores for the usgsrc4cast Forecasting Challenge",
"stac_version": "1.0.0",
"conformsTo": "conformsTo",
"links": [
{
"rel": "self",
"type": "application/json",
"href": "catalog.json"
},
{
"rel": "root",
"type": "application/json",
"href": "catalog.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Forecasts",
"href": "forecasts/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Scores",
"href": "scores/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Inventory",
"href": "inventory/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "NOAA Forecasts",
"href": "noaa_forecasts/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Targets",
"href": "targets/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Forecast Summaries",
"href": "summaries/collection.json"
},
{
"rel": "child",
"type": "application/json",
"title": "Sites",
"href": "sites/collection.json"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://raw.githubusercontent.com/eco4cast/challenge-catalogs/main/catalog.json"
}
]
}

0 comments on commit 9e83430

Please sign in to comment.