forked from NOAA-PMEL/lts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlts_sites.json
More file actions
55 lines (53 loc) · 2.49 KB
/
lts_sites.json
File metadata and controls
55 lines (53 loc) · 2.49 KB
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
{
"config": {
"ui": {
"html_title": "OceanSITES Data",
"default_id": "tao_flux_clim_lwr_absolute",
"title": "Flux Data",
"href": "https://www.pmel.noaa.gov/gtmba/oceansites",
"max_columns": 1,
"logos": [
{
"logo": "assets/logo.gif"
}
]
},
"datasets": [
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/keo_hourly",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/keo_hourly.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()",
"vertical_axis_name": "PRES"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/papa_hourly_psal",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/papa_hourly_psal.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()",
"vertical_axis_name": "depth"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/papa_hourly_temp",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/papa_hourly_temp.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()",
"vertical_axis_name": "depth"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/pirata_hourly_psal",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/pirata_hourly_psal.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()&orderBy(%22site_code%22)",
"vertical_axis_name": "depth"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/pirata_hourly_temp",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/pirata_hourly_temp.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()&orderBy(%22site_code%22)",
"vertical_axis_name": "depth"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/rama_hourly_temp",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/rama_hourly_temp.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()&orderBy(%22site_code%22)",
"vertical_axis_name": "depth"
},
{
"url": "https://data.pmel.noaa.gov/generic/erddap/tabledap/rama_hourly_psal",
"locations": "https://data.pmel.noaa.gov/generic/erddap/tabledap/rama_hourly_psal.csv?wmo_platform_code%2Csite_code%2Clatitude%2Clongitude&distinct()&orderBy(%22site_code%22)",
"vertical_axis_name": "depth"
}
]
}
}