EMODnet Physics ERDDAP Installation EMODnet Physics ERDDAP
Easier access to scientific data
log in|?   
Brought to you by EMODnet Physics    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  EMODPACE - PSMSL Relative Sea Level Trends Subscribe RSS
Institution:  PSMSL   (Dataset ID: EMODPACE_PSMSL_trends)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Subset | Files | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
   or a List of Values ?
   Maximum ?
 
 stationdid ?          43    1895
 longitude (degrees_east) ?          39.183333    121.733333
  < slider >
 latitude (degrees_north) ?          -6.15    28.083333
  < slider >
 name ?          "ADEN"    "ZHAPO"
 country ?          "BANGLADESH"    "YEMEN"
 trend ?          -11.88819    8.30746
 uncertainty ?          0.14468    4.98253
 period ?      
   - +  ?
 
Server-side Functions ?
 distinct() ?
? ("Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.")

File type: (more information)

(Documentation / Bypass this form ? )
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  stationdid {
    Int16 actual_range 43, 1895;
    Float64 colorBarMaximum 2000.0;
    Float64 colorBarMinimum 0.0;
    String long_name "Stationdid";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float64 actual_range 39.183333, 121.733333;
    String axis "X";
    Float64 colorBarMaximum 180.0;
    Float64 colorBarMinimum -180.0;
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float64 actual_range -6.15, 28.083333;
    String axis "Y";
    Float64 colorBarMaximum 90.0;
    Float64 colorBarMinimum -90.0;
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
  }
  name {
    String long_name "Name";
  }
  country {
    String long_name "Country";
  }
  trend {
    Float32 actual_range -11.88819, 8.30746;
    Float64 colorBarMaximum 10.0;
    Float64 colorBarMinimum -15.0;
    String long_name "Trend";
  }
  uncertainty {
    Float32 actual_range 0.14468, 4.98253;
    Float64 colorBarMaximum 6.0;
    Float64 colorBarMinimum 0.0;
    String long_name "Uncertainty";
  }
  period {
    Int32 actual_range 19001929, 19892018;
    Float64 colorBarMaximum 2.0e+7;
    Float64 colorBarMinimum 1.88e+7;
    String long_name "Period";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String citation "Permanent Service for Mean Sea Level (PSMSL), 2020, \"Tide Gauge Data\", Retrieved 01 Jun 2020 from http://www.psmsl.org/data/obtaining/";
    String contact "contacts at emodnet-physics.eu";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_email "psmsl at noc.ac.uk";
    String creator_name "EMODnet Physics";
    String creator_type "institution";
    String creator_url "http://www.emodnet-physics.eu/";
    String DOI "https://doi.org/10.2112/JCOASTRES-D-12-00175.1";
    Float64 Easternmost_Easting 121.733333;
    Float64 geospatial_lat_max 28.083333;
    Float64 geospatial_lat_min -6.15;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max 121.733333;
    Float64 geospatial_lon_min 39.183333;
    String geospatial_lon_units "degrees_east";
    String history 
"2024-04-25T01:36:05Z (local files)
2024-04-25T01:36:05Z https://erddap.emodnet-physics.eu/erddap/tabledap/EMODPACE_PSMSL_trends.html";
    String id "PSMSL_trends";
    String infoUrl "https://www.psmsl.org/";
    String institution "PSMSL";
    String keywords "country, data, emodnet_pace, latitude, level, longitude, mean, msl, name, pace, period, permanent, psmsl, relative, rsl, sea, service, stationdid, trend, trends, uncertainty";
    String license "These data are public and free of charge. User assumes all risk for use of data. User must display citation in any publication or product using data. User must contact PI prior to any commercial use of data.";
    Float64 Northernmost_Northing 28.083333;
    String sourceUrl "(local files)";
    Float64 Southernmost_Northing -6.15;
    String standard_name_vocabulary "CF Standard Name Table v55";
    String subsetVariables "period";
    String summary "EMODPACE - PSMSL Relative Sea Level Trends. Permanent Service for Mean Sea Level (PSMSL), 2020, \"Tide Gauge Data\", Retrieved 01 Jun 2020 from http://www.psmsl.org/data/obtaining/";
    String title "EMODPACE - PSMSL Relative Sea Level Trends";
    Float64 Westernmost_Easting 39.183333;
  }
}

 

Using tabledap to Request Data and Graphs from Tabular Datasets

tabledap lets you request a data subset, a graph, or a map from a tabular dataset (for example, buoy data), via a specially formed URL. tabledap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its selection constraints (external link).

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.


 
ERDDAP, Version 2.17
Disclaimers | Privacy Policy | Contact