Aqualink ocean surface and subsurface temperature subset¶
Aqualink is a philanthropically funded system to help people manage their local marine ecosystems in the face of increasing Ocean temperatures. The system consists of satellite-connected underwater temperature sensors and photographic surveys to allow for remote collaboration with scientists across the world. This export was created as a subset of datasets and sites available from aqualink.org as part of making ocean temperature readings in situ truly possible and globally accessible. The aqualink buoy is a collaboration of aqualink with sofarocean to deploy this buoy as sensors that capture ocean temperature both at surface and at varying depths. They are also capable of measuring things like wave height and wind conditions among other things. You can read about aqualink buoys here
Source Data Structure¶
The datasets were downloaded and processed using the pyaqua tool I wrote earlier and you can read about aqualink and the pyaqua tool here. These represent sea surface temperature as well as temperature at depth. These were generated only for deployed buoys and are exported CSVs are then imported into Google Earth Engine. The datasets have timestamp and value for said variable which can be used further to assess conditions over time.
This is a one year subset only for 56 deployed sites from 2020-01-04 to 2021-01-04 and is a subset for users to test and the format and duration of data might change in the future as this project evolves
Citation¶
aqualink.org (2021). Clerke Reef West side, Australia SST. Retrieved from https://aqualink.org/sites/1218
Earth Engine Snippet¶
var top_temp = ee.FeatureCollection("projects/sat-io/open-datasets/open-ocean/aqualink_top_temp_2020");
var bottom_temp = ee.FeatureCollection("projects/sat-io/open-datasets/open-ocean/aqualink_bottom_temp_2020");
Sample Code: https://code.earthengine.google.com/820a54b5b6b02c6367e142aa206bf78c
License¶
All work and data under the aqualink project are under an MIT license and free and open to the community.
Created by: aqualink org
Curated by: Samapriya Roy
Keywords: : aqualink, buoy, temperature, sea surface temperature, sst, wave, oceans, bleaching, coral reefs, extreme-sea-level
Last updated: 2022-07-17