![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|![]() Brought to you by EMODnet Physics |
Dataset Title: | EMODnet Physics - Collection of platforms metadata
![]() ![]() |
Institution: | EMODnet Physics (Dataset ID: EP_PLATFORMS_METADATA) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { PLATFORMCODE { String long_name "EMODnet Platform Code"; } call_name { String long_name "Platform Call Name"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range -90.0, 90.0; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -180.0, 180.0; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } dataFeatureType { String long_name "dataFeatureType"; } firstDateObservation { Float64 actual_range NaN, 1.736261464e+9; String ioos_category "Time"; String long_name "first Date Observation"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } lastDateObservation { Float64 actual_range -2.6062308e+9, 2.03803506e+9; String ioos_category "Time"; String long_name "last Date Observation"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } parameters_group_longname { String long_name "Parameters Info Parameter Groups"; } parameters_group_P33 { String long_name "Parameters Info P33"; } parameters { String long_name "Parameters Info Parameters"; } parameters_P01 { String long_name "Parameters Info P01"; } WMO { Int32 _FillValue 2147483647; Int32 actual_range 0, 18919100; String long_name "WMO"; } data_DOI { String long_name "Data DOI"; } best_practices_DOI { String long_name "Best Practices DOI"; } data_owner_longname { String long_name "Data Owner Name"; } data_owner_country_code { String long_name "Data Owner Country Code"; } data_owner_country_longname { String long_name "Data Owner Country Name"; } data_owner_EDMO { Int32 _FillValue 127; Int32 actual_range 0, 5787; String long_name "Data Owner EDMO Code"; } data_assembly_center_longname { String long_name "Data Assembly Center"; } platform_type_longname { String long_name "Platform Type"; } platform_type_SDNL06 { String long_name "Platform Type SDN L06"; } platformpage_link { String long_name "Platform Page"; } integrator_id { String long_name "integrator_id"; } IntegrationDate { Float64 actual_range 1.652865036e+9, 1.736334767e+9; String ioos_category "Time"; String long_name "Integration Date"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } ingestion { String long_name "ingestion"; } official_repository { String long_name "official_repository"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; Float64 Easternmost_Easting 180.0; Float64 geospatial_lat_max 90.0; Float64 geospatial_lat_min -90.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 180.0; Float64 geospatial_lon_min -180.0; String geospatial_lon_units "degrees_east"; String history "2025-04-30T04:33:47Z (local files) 2025-04-30T04:33:47Z http://ercompwebapps.emodnet-physics.eu/erddap/tabledap/EP_PLATFORMS_METADATA.html"; String infoUrl "https://emodnet.ec.europa.eu/en/physics"; String institution "EMODnet Physics"; String keywords "assembly, center, cod, code, contact, coordinates, country, creation, creationDate_date, data, date, description, doi, edmo, feature, geometry, geometry_coordinates_0, geometry_coordinates_1, geometry_name, geometry_type, geospatial, groups, hash, info, institution, l06, latitude, link, local, longitude, meteorological, name, observation, organisation, owner, p01, page, parameter, parameters, platform, platform_code_hash, projects, properties, properties_contact, properties_dataAssemblyCenter, properties_dataFeatureType_0, properties_dataOwner_countryCod, properties_dataOwner_countryName, properties_dataOwner_name, properties_doi, properties_institution_countryCod, properties_institution_countryName, properties_institution_edmo, properties_institution_link, properties_institution_name, properties_lastDateObservation, properties_lastDateObservationDT_date, properties_parametersInfo_parameterGroups_0, properties_parametersInfo_parameters_0, properties_parametersInfo_parametersP01_0, properties_piName, properties_platformCode, properties_platformName, properties_platformPage, properties_platformType_code, properties_platformType_description, properties_platformType_sdnL06, properties_projects, properties_related, properties_source, properties_stato, properties_timerange, properties_wmo, related, sdn, source, stato, time, timerange, type, update, updateDate_date, wmo, world"; String license "CC-BY"; Float64 Northernmost_Northing 90.0; String sourceUrl "(local files)"; Float64 Southernmost_Northing -90.0; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "PLATFORMCODE,call_name,platform_type_longname,dataFeatureType,integrator_id"; String summary "EMODnet Physics - Collection of platforms metadata - updated daily"; String testOutOfDate "now-2days"; String title "EMODnet Physics - Collection of platforms metadata"; Float64 Westernmost_Easting -180.0; } }
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.