![]() |
ERDDAP
Easier access to scientific data |
| ![]() Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | dm currents, OS ESTOC 201805 D Currentmeter FixO3-150m (OceanSITES ESTOC in- situ data.) [TIME] ![]() ![]() |
Institution: | Oceanic Platform of the Canary Islands- PLOCAN (Dataset ID: OS_ESTOC_201805_D_Currentmeter_FixO3-150m) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.5270048e+9, 1.5511752e+9; String axis "T"; String ioos_category "Time"; String long_name "time of measurment"; String QC_procedure "good_data"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String typeof "double"; String units "seconds since 1970-01-01T00:00:00Z"; Float64 valid_max 90000.0; Float64 valid_min 0.0; String variable_name "time"; } HEADING { Float32 _FillValue 99999.0; Float64 colorBarMaximum 400.0; Float64 colorBarMinimum 0.0; String ioos_category "Unknown"; String long_name "Motion and orientation of the ADCP"; String QC_procedure "RTQC no applied"; String sensor_mount "mounted_on_fixed-structure_150m"; String sensor_name "Aquadopp 2MHz"; String sensor_serial_number "AQD13166"; String standard_name "platform_orientation"; String typeof "float"; String units "degrees"; Float32 valid_max 360.0; Float32 valid_min 0.0; String variable_name "heading"; } NC_GLOBAL { String area "North Atlantic Ocean"; String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "station_id, latitude, longitude, ???"; String citation "These data were collected and made freely available by PLOCAN through international and national projects that contribute to ESTOC observatory."; String comment "no comment"; String Conventions "CF-1.10, OceanSITES-1.5, ACDD-1.3, COARDS"; String creator_email "observatory@plocan.eu"; String creator_name "PLOCAN"; String creator_type "institution"; String creator_url "http://www.plocan.eu/"; String data_assembly_center "PLOCAN"; String data_mode "D"; String data_type "OceanSITES time-series data"; String date_created "2021-08-24T16:00:00Z"; String date_modified "2022-09-27T10:13:55Z"; String featureType "TimeSeries"; Float64 format_version 1.5; String history "Mooring observation 2025-06-13T13:08:38Z /datasets.d/plocan-files/OS_ESTOC_201805_D_Currentmeter_FixO3-150m.nc 2025-06-13T13:08:38Z https://erddap.emso.eu/erddap/griddap/OS_ESTOC_201805_D_Currentmeter_FixO3-150m.das"; String id "estoc/mooring-watercolumn/dm_currents/OS_ESTOC_201805_D_Currentmeter_FixO3-150m.nc"; String infoUrl "http://data.plocan.eu/thredds/PLOCAN-Observatory_Data-Policy_v2.pdf"; String institution "Oceanic Platform of the Canary Islands- PLOCAN"; String keywords "150m, acoustic, adcp, canary, current, currentmeter, currents, data, data., doppler, estoc, fixo3, fixo3-150m, HEADING, in-situ, islands, islands-, motion, oceanic, oceansites, orientation, platform, platform_orientation, plocan, profiler, situ, time, velocity"; String license "Data Policy"; String naming_authority "PLOCAN"; String netcdf_version "4.3.2"; String network "Fix03"; String platform_code "ESTOC_PLOCAN-1"; String principal_investigator "Dr. Octavio Llinas"; String principal_investigator_email "direccion@plocan.eu"; String project "Fix03"; String publisher_email "observatory@plocan.eu"; String publisher_name "PLOCAN- Tania Morales and Andres Cianca"; String publisher_type "institution"; String publisher_url "http://siboy.plocan.eu/buoy/ESTOC"; String site_code "ESTOC"; String source "Mooring observation"; String sourceUrl "/datasets.d/plocan-files/OS_ESTOC_201805_D_Currentmeter_FixO3-150m.nc"; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "OceanSITES ESTOC in-situ data. The European Station forTime-series in the Ocean, Canary Islands (ESTOC) is a sustained and multidisciplinary observatory located at the east central North Atlantic. The ESTOC goal is the creation of an Eulerian long time series on an inter- and multidisciplinary basis in order to monitor and help understand oceanic long-term variability in the North Atlantic subtropical gyre. ESTOC is providing hydrographic and biogeochemical time-series datasets from 1994. Activities include a ship-based observation program (observations of physical, chemical and biological parameters) and one moored structure with meteorological and oceanic surface observations, as well as in the water column."; String time_coverage_duration "P280D"; String time_coverage_end "2019-02-26T10:00:00Z"; String time_coverage_resolution "PT30M"; String time_coverage_start "2018-05-22T16:00:00Z"; String title "dm currents, OS ESTOC 201805 D Currentmeter FixO3-150m (OceanSITES ESTOC in-situ data.) [TIME]"; String update_interval "void"; String wmo_platform_code "13471"; } }
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.