|  | EMODnet Physics ERDDAP Easier access to scientific data | log in|   Brought to you by EMODnet Physics | 
 
| Dataset Title: | EMODnet Physics  River Proxy, Institution - CoLab +Atlantic     | 
| Institution: | CoLab + Atlantic (Dataset ID: EP_ERD_LAM_RVFL_RF_TS_PRX) | 
| Information: | Summary  | License  | Metadata
     | Background  | Subset
     | Files
     | Make a graph | 
Attributes {
 s {
  PLATFORMCODE {
    String long_name "PLATFORMCODE";
  }
  time {
    String _CoordinateAxisType "Time";
    String axis "T";
    String ioos_category "Time";
    String long_name "Time";
    String standard_name "time";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  RVFL {
    Float64 _FillValue NaN;
    Float64 actual_range 0.0, 11761.86847;
    String ep_parameter_group "River";
    String long_name "river flow rate";
    String SDN "SDN:P01::RFDSCH01";
    String source_variable_name "RVFL";
    String standard_name "water_volume_transport_into_sea_water_from_rivers";
    String units "m3/s";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_name "CMEMS-LAMBDA";
    String creator_type "group";
    String creator_url "http://www.cmems-lambda.eu/";
    String history 
"2025-10-31T09:10:43Z (local files)
2025-10-31T09:10:43Z http://erddap.emodnet-physics.eu/erddap/tabledap/EP_ERD_LAM_RVFL_RF_TS_PRX.html";
    String infoUrl "http://www.cmems-lambda.eu/";
    String institution "CoLab + Atlantic";
    String keywords "channel, channel_flow, cmems, cmems-lambda, data, date, flow, identifier, lambda, local, platformcode, source";
    String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v55";
    String subsetVariables "PLATFORMCODE";
    String summary "EMODnet Physics  River Proxy, Institution - CoLab +Atlantic";
    String title "EMODnet Physics  River Proxy, Institution - CoLab +Atlantic";
  }
}
 Data Access Protocol (DAP)
  Data Access Protocol (DAP) and its
  selection constraints
 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.