-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforecast_test.json
109 lines (109 loc) · 4.16 KB
/
forecast_test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"id": "aquatics-forecasts",
"description": "pending",
"stac_version": "1.0.0",
"license": "CC0-1.0",
"stac_extensions": [],
"type": "Collection",
"links": [
{
"rel": "items",
"type": "application/json",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/stac/aquatics/forecasts/items/"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/stac/aquatics/aquatics.json"
},
{
"rel": "root",
"type": "application/json",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/stac/aquatics/aquatics.json"
},
{
"rel": "self",
"type": "application/json",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/stac/aquatics/forecast.json"
},
{
"rel": "cite-as",
"href": "https://doi.org/10.1002/fee.2616"
},
{
"rel": "about",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/aquatics-catalog.html",
"type": "text/html",
"title": "Aquatics Forecast Challenge"
},
{
"rel": "describedby",
"href": "https://projects.ecoforecast.org/neon4cast-catalog/aquatics-catalog.html",
"title": "Organization Landing Page",
"type": "text/html"
}
],
"title": "Ecological Forecasting Initiative - Aquatics Forecasts",
"extent": {
"spatial": {
"bbox": [
[
-149.6106,
18.1135,
-66.7987,
68.6698
]
]
},
"temporal": {
"interval": [
[
"2020-09-01 00:00 Z",
"2023-04-11 00:00 Z"
]
]
}
},
"table_columns": [
{
"name": "datetime",
"type": "timestamp[us, tz=UTC]",
"description": "ISO 8601(ISO 2019)datetime the forecast starts from (a.k.a. issue time); Only needed if more than one reference_datetime is stored in asingle file. Forecast lead time is thus datetime-reference_datetime. Ina hindcast the reference_datetimewill be earlierthan the time thehindcast was actually produced (seepubDatein Section3). Datetimesare allowed to be earlier than thereference_datetimeif areanalysis/reforecast is run before the start of the forecast period. Thisvariable was calledstart_timebefore v0.5 of theEFI standard."
},
{
"name": "site_id",
"type": "string",
"description": "For forecasts that are not on a spatial grid, use of a site dimension thatmaps to a more detailed geometry (points, polygons, etc.) is allowable.In general this would be documented in the external metadata (e.g., alook-up table that provides lon and lat); however in netCDF this couldbe handled by the CF Discrete Sampling Geometry data model."
},
{
"name": "family",
"type": "string",
"description": "For ensembles: “ensemble.” Default value if unspecifiedFor probability distributions: Name of the statistical distributionassociated with the reported statistics. The “sample” distribution issynonymous with “ensemble.”For summary statistics: “summary.”If this dimension does not vary, it is permissible to specifyfamilyas avariable attribute if the file format being used supports this (e.g.,netCDF)."
},
{
"name": "parameter",
"type": "string",
"description": "ensemble member"
},
{
"name": "variable",
"type": "string",
"description": "aquatic forecast variable"
},
{
"name": "prediction",
"type": "double",
"description": "predicted forecast value"
},
{
"name": "pubDate",
"type": "string",
"description": "date of publication"
},
{
"name": "date",
"type": "string",
"description": "ISO 8601(ISO 2019)datetime being predicted; follows CF conventionhttp://cfconventions.org/cf-conventions/cf-conventions.html#time-coordinate. This variable was called time before v0.5of the EFIconvention.For time-integrated variables (e.g., cumulative net primary productivity), one should specify thestart_datetimeandend_datetimeas two variables, instead of the singledatetime.If this is not providedthedatetimeis assumed to be the MIDPOINT of theintegrationperiod."
}
]
}