|
PML's ERDDAP
Easier access to scientific data at PML |
log in |
Brought to you by PML NOAA NMFS SWFSC ERD |
| Dataset Title: | EQUIFy - Kincardine ADCP current velocity V2.0
|
| Institution: | Plymouth Marine Laboratory (Dataset ID: M4_25_equ_1c4c_ec56_6e3a) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
mab {
Float64 _FillValue -9999.0;
Float64 actual_range 2.5, 92.5;
String ioos_category "Unknown";
String long_name "Bin centre positions in metres above the bed (relative to the instrument)";
String short_name "Metres above bed (relative to instrument)";
String units "m";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range -5.95039545975e+10, -5.95038828975e+10;
String axis "T";
String calendar "Gregorian";
String ioos_category "Time";
String long_name "Time replicated across bins for plotting";
String short_name "time_matrix";
String source_name "ddm";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float64 _FillValue -9999.0;
Float64 actual_range -6.086306115371045, 87.66022740474213;
String axis "Z";
Float64 colorBarMaximum 8000.0;
Float64 colorBarMinimum -8000.0;
String colorBarPalette "TopographyDepth";
String ioos_category "Location";
String long_name "Depth of bin centres (relative to sea bed)";
String positive "down";
String short_name "dpt";
String standard_name "depth";
String units "m";
}
ve {
Float64 _FillValue -9999.0;
Float64 actual_range -0.4717608690261841, 0.4606117010116577;
String ioos_category "Currents";
String long_name "E-W horizontal velocities";
String units "m s-1";
}
vn {
Float64 _FillValue -9999.0;
Float64 actual_range -0.782514214515686, 0.623484194278717;
String ioos_category "Currents";
String long_name "N-S horizontal velocities";
String units "m s-1";
}
}
NC_GLOBAL {
String acknowledgement "EQUIFy is part of the NERC and Crown Estate funded ECOFlow programme, grant number NE/Z504099/1. The authors wish to thank the officers and crew of RRS Discovery, the NMF staff and the eSWEETS3 project for their asssitance in collecting these data.";
String averaging "20-minute burst-averaged data";
String cdm_data_type "Grid";
String contact "jwi@pml.ac.uk";
String contributor_name "Rory O'Hara Murray (Scottish Government’s Marine Directorate), Matthew Palmer";
String contributor_role "Data collection, Funding";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String CreatedBy "Juliane Wihsgott";
String CreationDate "2025/09/12 10:17:54";
String creator_email "jwi@pml.ac.uk";
String creator_name "JWI";
String creator_type "institution";
String creator_url "https://pml.ac.uk/";
String cruise "DY197";
String Date_range "14-Aug-2025 17:21 to 03-Sep-2025 15:21";
Float64 geospatial_vertical_max 87.66022740474213;
Float64 geospatial_vertical_min -6.086306115371045;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2025-12-06T05:01:22Z (local files)
2025-12-06T05:01:22Z https://erddap.eofrom.space/erddap/tabledap/M4_25_equ_1c4c_ec56_6e3a.html";
String infoUrl "https://www.ecoflow.org.uk/about-1";
String institution "Plymouth Marine Laboratory";
String keywords "acoustic, adcp, bedframe, current, currents, depth, Doppler, e-w, Kincardine, moored, n-s, North Sea, observations, profiler, velocities, velocity";
Float64 Latitude 57.018289;
String license "Permission is granted to EQUIFy project partner institutes and interested parties to use this dataset for research and analytical purposes only. Redistribution, republication, or any form of data sharing with unauthorized third parties is strictly prohibited without prior written consent from the data owner. All users must acknowledge the source of the dataset in any publications or outputs.";
String long_title "Processed observations of full-depth horizontal current velocities collected by a bottom mounted, upward facing 250 kHz Nortek acoustic current profiler";
Float64 Longitude -1.838832;
String processing_level "1";
String project "EQUIFy";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "EQUIFy - Moored (bedframe) 250kHz Acoustic Doppler Current Profiler (ADCP) velocity observations, North Sea, 14-Aug-25 - 03-Sep-25";
String time_coverage_end "0084-05-26T15:38:22Z";
String time_coverage_start "0084-05-25T19:43:22Z";
String title "EQUIFy - Kincardine ADCP current velocity V2.0";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.