Skip to content
Snippets Groups Projects
Verified Commit b2fc989b authored by David Hoese's avatar David Hoese
Browse files

Add new buoy fields for 2019 season to data API

parent 0e313b69
No related branches found
No related tags found
No related merge requests found
Pipeline #12830 failed
...@@ -37,10 +37,15 @@ var DATA_API_INFO= { ...@@ -37,10 +37,15 @@ var DATA_API_INFO= {
'8.0m','9.0m','10.0m','11.0m','12.0m','13.0m','14.0m','15.0m', '8.0m','9.0m','10.0m','11.0m','12.0m','13.0m','14.0m','15.0m',
'16.0m','17.0m','18.0m','19.0m','20.0m'] '16.0m','17.0m','18.0m','19.0m','20.0m']
}, },
"doptoppm":{"display_name":"Dissolved Oxygen Concentration"}, "spcond":{"display_name":"Specific conductivity of the water (2019-present)"},
"doptosat":{"display_name":"Dissolved Oxygen Saturation"}, "do_raw2":{"display_name":"Dissolved Oxygen Concentration (2019-present)"},
"chlorophyll":{"display_name":"Chlorophyll"}, "do_sat2":{"display_name":"Dissolved Oxygen Saturation (2019-present)"},
"phycocyanin":{"display_name":"Phycocyanin"} "chlorophyll_ysi":{"display_name":"Chlorophyll (2019-present)"},
"phycocyanin_ysi":{"display_name":"Phycocyanin (2019-present)"},
"doptoppm":{"display_name":"Dissolved Oxygen Concentration (pre-2019)"},
"doptosat":{"display_name":"Dissolved Oxygen Saturation (pre-2019)"},
"chlorophyll":{"display_name":"Chlorophyll (pre-2019)"},
"phycocyanin":{"display_name":"Phycocyanin (pre-2019)"}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment