Skip to content

Commit

Permalink
Merge pull request #94 from eco4cast/prod
Browse files Browse the repository at this point in the history
Prod to main
  • Loading branch information
jzwart authored Sep 11, 2024
2 parents fc387fa + dd21bd8 commit db119c1
Show file tree
Hide file tree
Showing 27 changed files with 330 additions and 284 deletions.
31 changes: 11 additions & 20 deletions catalog/forecasts/aquatics/Daily_Chlorophyll_a/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,24 @@
"stac_version": "1.0.0",
"license": "CC0-1.0",
"stac_extensions": [
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/table/v1.2.0/schema.json"
],
"type": "Collection",
"sci:doi": "10.1002/fee.2616",
"sci:publications": {},
"links": [
{
"rel": "item",
"type": "application/json",
"href": "./models/climatology.json"
"href": "./models/persistenceRW.json"
},
{
"rel": "item",
"type": "application/json",
"href": "./models/persistenceRW.json"
"href": "./models/USGSHABs1.json"
},
{
"rel": "item",
"type": "application/json",
"href": "./models/USGSHABs1.json"
"href": "./models/climatology.json"
},
{
"rel": "parent",
Expand Down Expand Up @@ -70,7 +66,7 @@
"interval": [
[
"2024-02-07T00:00:00Z",
"2024-08-11T00:00:00Z"
"2024-10-14T00:00:00Z"
]
]
}
Expand Down Expand Up @@ -112,29 +108,24 @@
"description": "datetime that forecast was submitted"
},
{
"name": "date",
"type": "date32[day]",
"description": {}
"name": "duration",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
},
{
"name": "project_id",
"name": "model_id",
"type": "string",
"description": "unique identifier for the forecast project"
"description": "unique model identifier"
},
{
"name": "duration",
"name": "project_id",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
"description": "unique identifier for the forecast project"
},
{
"name": "variable",
"type": "string",
"description": "name of forecasted variable"
},
{
"name": "model_id",
"type": "string",
"description": "unique model identifier"
}
],
"assets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
],
"type": "Feature",
"id": "USGSHABs1_chla_P1D_forecast",
"bbox": [
[-122.6692, 39.6328, -74.7781, 45.5175]
],
"bbox": [-122.6692, 39.6328, -74.7781, 45.5175],
"geometry": {
"type": "MultiPoint",
"coordinates": [
Expand All @@ -26,11 +24,12 @@
"properties": {
"title": "USGSHABs1",
"description": "All forecasts for the Daily_Chlorophyll_a variable for the USGSHABs1 model. Information for the model is provided as follows: Uses the randomForest::randomForest() R package model to train site-specific models for predicting river chl-a. Uses ensemble Kalman filter to adjust predicted chl-a states..\n The model predicts this variable at the following sites: USGS-14211720, USGS-14181500, USGS-05586300, USGS-05558300, USGS-05553700, USGS-05543010, USGS-05549500, USGS-01427510, USGS-14211010, USGS-01463500.\n Forecasts are the raw forecasts that includes all ensemble members or distribution parameters. Due to the size of the raw forecasts, we recommend accessing the forecast summaries or scores to analyze forecasts (unless you need the individual ensemble members)",
"start_datetime": "2024-02-13",
"end_datetime": "2024-08-09",
"datetime": "2024-09-10T00:00:00Z",
"start_datetime": "2024-02-13T00:00:00Z",
"end_datetime": "2024-10-12T00:00:00Z",
"providers": [
{
"url": "jzwart@usgs.gov",
"url": "https://code.usgs.gov/wma/proxies/habs/habs-forecast-chl-usgsrc4cast/-/blob/main/2_model/src/chla_models.R?ref_type=heads",
"name": "Jacob Zwart",
"roles": [
"producer",
Expand Down Expand Up @@ -104,29 +103,24 @@
"description": "datetime that forecast was submitted"
},
{
"name": "date",
"type": "date32[day]",
"description": {}
"name": "duration",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
},
{
"name": "project_id",
"name": "model_id",
"type": "string",
"description": "unique identifier for the forecast project"
"description": "unique model identifier"
},
{
"name": "duration",
"name": "project_id",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
"description": "unique identifier for the forecast project"
},
{
"name": "variable",
"type": "string",
"description": "name of forecasted variable"
},
{
"name": "model_id",
"type": "string",
"description": "unique model identifier"
}
]
},
Expand Down Expand Up @@ -161,6 +155,18 @@
"href": "https://code.usgs.gov/wma/proxies/habs/habs-forecast-chl-usgsrc4cast/-/blob/main/2_model/src/chla_models.R?ref_type=heads",
"type": "text/html",
"title": "Link for Model Code"
},
{
"rel": "item",
"href": "https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/eco4cast/usgsrc4cast-ci/main/catalog/forecasts/aquatics/Daily_Chlorophyll_a/models/USGSHABs1.json",
"type": "text/html",
"title": "Link for rendered STAC item"
},
{
"rel": "item",
"href": "https://raw.githubusercontent.com/eco4cast/usgsrc4cast-ci/main/catalog/forecasts/aquatics/Daily_Chlorophyll_a/models/USGSHABs1.json",
"type": "text/html",
"title": "Link for raw JSON file"
}
],
"assets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,31 @@
],
"type": "Feature",
"id": "climatology_chla_P1D_forecast",
"bbox": [
[-122.6692, 39.6328, -74.7781, 45.5175]
],
"bbox": [-122.6692, 39.6328, -74.7781, 45.5175],
"geometry": {
"type": "MultiPoint",
"coordinates": [
[-75.0574, 41.7567],
[-74.7781, 40.2217],
[-88.6142, 41.2999],
[-88.2515, 42.31],
[-88.984, 41.3248],
[-89.3562, 41.1073],
[-90.6077, 39.6328],
[-122.2974, 44.7538],
[-122.5773, 45.3793],
[-122.6692, 45.5175],
[-75.0574, 41.7567],
[-74.7781, 40.2217],
[-88.6142, 41.2999]
[-122.6692, 45.5175]
]
},
"properties": {
"title": "climatology",
"description": "All forecasts for the Daily_Chlorophyll_a variable for the climatology model. Information for the model is provided as follows: Forecasts stream chlorophyll-a based on the historic average and standard deviation for that given site and day-of-year..\n The model predicts this variable at the following sites: USGS-05549500, USGS-05553700, USGS-05558300, USGS-05586300, USGS-14181500, USGS-14211010, USGS-14211720, USGS-01427510, USGS-01463500, USGS-05543010.\n Forecasts are the raw forecasts that includes all ensemble members or distribution parameters. Due to the size of the raw forecasts, we recommend accessing the forecast summaries or scores to analyze forecasts (unless you need the individual ensemble members)",
"start_datetime": "2024-02-07",
"end_datetime": "2024-08-11",
"description": "All forecasts for the Daily_Chlorophyll_a variable for the climatology model. Information for the model is provided as follows: Forecasts stream chlorophyll-a based on the historic average and standard deviation for that given site and day-of-year..\n The model predicts this variable at the following sites: USGS-01427510, USGS-01463500, USGS-05543010, USGS-05549500, USGS-05553700, USGS-05558300, USGS-05586300, USGS-14181500, USGS-14211010, USGS-14211720.\n Forecasts are the raw forecasts that includes all ensemble members or distribution parameters. Due to the size of the raw forecasts, we recommend accessing the forecast summaries or scores to analyze forecasts (unless you need the individual ensemble members)",
"datetime": "2024-09-10T00:00:00Z",
"start_datetime": "2024-02-07T00:00:00Z",
"end_datetime": "2024-10-14T00:00:00Z",
"providers": [
{
"url": "[email protected]",
"url": "https://github.com/eco4cast/usgsrc4cast-ci/blob/main/baseline_models/models/aquatics_climatology.R",
"name": "Jacob Zwart",
"roles": [
"producer",
Expand All @@ -56,16 +55,16 @@
"chla",
"Daily",
"P1D",
"USGS-01427510",
"USGS-01463500",
"USGS-05543010",
"USGS-05549500",
"USGS-05553700",
"USGS-05558300",
"USGS-05586300",
"USGS-14181500",
"USGS-14211010",
"USGS-14211720",
"USGS-01427510",
"USGS-01463500",
"USGS-05543010"
"USGS-14211720"
],
"table:columns": [
{
Expand Down Expand Up @@ -104,29 +103,24 @@
"description": "datetime that forecast was submitted"
},
{
"name": "date",
"type": "date32[day]",
"description": {}
"name": "duration",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
},
{
"name": "project_id",
"name": "model_id",
"type": "string",
"description": "unique identifier for the forecast project"
"description": "unique model identifier"
},
{
"name": "duration",
"name": "project_id",
"type": "string",
"description": "temporal duration of forecast (hourly, daily, etc.); follows ISO 8601 duration convention"
"description": "unique identifier for the forecast project"
},
{
"name": "variable",
"type": "string",
"description": "name of forecasted variable"
},
{
"name": "model_id",
"type": "string",
"description": "unique model identifier"
}
]
},
Expand Down Expand Up @@ -161,6 +155,18 @@
"href": "https://github.com/eco4cast/usgsrc4cast-ci/blob/main/baseline_models/models/aquatics_climatology.R",
"type": "text/html",
"title": "Link for Model Code"
},
{
"rel": "item",
"href": "https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/eco4cast/usgsrc4cast-ci/main/catalog/forecasts/aquatics/Daily_Chlorophyll_a/models/climatology.json",
"type": "text/html",
"title": "Link for rendered STAC item"
},
{
"rel": "item",
"href": "https://raw.githubusercontent.com/eco4cast/usgsrc4cast-ci/main/catalog/forecasts/aquatics/Daily_Chlorophyll_a/models/climatology.json",
"type": "text/html",
"title": "Link for raw JSON file"
}
],
"assets": {
Expand Down
Loading

0 comments on commit db119c1

Please sign in to comment.