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

ERDDAP > griddap > Make A Graph ?

Dataset Title:  EMODPACE - Monthly sea level derived from derived from NMDIS - CORAv2
reanalysis (2004-2019)
Subscribe RSS
Institution:  National Marine Data and Information Service,Ministry of Natural Resource   (Dataset ID: EMODPACE_NMDIS_ASLV_CORAv2_GLO_MONTHLY_MEAN)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Data Access Form | Files
 
Graph Type:  ?
X Axis:  ?
Y Axis:  ?
Color:  ?
 
Dimensions ?    Start ?    Stop ?
time (UTC) ?     specify just 1 value →
    |< -
< <
latitude (degrees_north) ?
    +
    -
< slider >
longitude (degrees_east) ?
    +
    -
< slider >
 
Graph Settings
Color Bar:   Continuity:   Scale: 
   Minimum:   Maximum:   N Sections: 
Draw land mask: 
Y Axis Minimum:   Maximum:   
 
(Please be patient. It may take a while to get the data.)
 
Optional:
Then set the File Type: (File Type information)
and
or view the URL:
(Documentation / Bypass this form ? )
    Click on the map to specify a new center point. ?
Zoom:
[The graph you specified. Please be patient.]

 

Things You Can Do With Your Graphs

Well, you can do anything you want with your graphs, of course. But some things you might not have considered are:

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.0729152e+9, 1.5751584e+9;
    String axis "T";
    String calendar "gregorian";
    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";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float32 actual_range -7.049995, 45.05;
    String axis "Y";
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float32 actual_range 29.95, 130.05;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  zos {
    Float64 _FillValue -32767.0;
    String cell_methods "area: mean time: mean";
    Float64 colorBarMaximum 2.0;
    Float64 colorBarMinimum -2.0;
    String long_name "Sea Surface Height";
    Float64 missing_value -32767.0;
    String standard_name "sea_surface_height";
    String unit_long "Meters";
    String units "m";
  }
  NC_GLOBAL {
    String cdm_data_type "Grid";
    String contributor_name "Other";
    String contributor_url "http://www.cmoc-china.cn/";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_name "NMDIS";
    Float64 Easternmost_Easting 130.05;
    String EDMO "https://edmo.seadatanet.org/report/3336";
    Float64 geospatial_lat_max 45.05;
    Float64 geospatial_lat_min -7.049995;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max 130.05;
    Float64 geospatial_lon_min 29.95;
    Float64 geospatial_lon_resolution 0.1;
    String geospatial_lon_units "degrees_east";
    String history 
"Sat Apr 30 15:23:08 2022: ncatted -a ,global,d,, 200401_201912_NMDIS--ASLV-CORAv2-GLO.nc
2024-03-29T02:30:05Z (local files)
2024-03-29T02:30:05Z https://erddap.emodnet-physics.eu/griddap/EMODPACE_NMDIS_ASLV_CORAv2_GLO_MONTHLY_MEAN.das";
    String infoUrl "http://www.cmoc-china.cn/pages/dataService.html";
    String institution "National Marine Data and Information Service,Ministry of Natural Resource";
    String institution_edmo_code "3336";
    String institution_references "https://edmo.seadatanet.org/report/3336";
    String keywords "data, earth, Earth Science > Oceans > Sea Surface Topography > Sea Surface Height, height, level, local, ocean, oceans, science, sea, sea level, sea_surface_height, source, surface, time, topography, zos";
    String keywords_vocabulary "GCMD Science Keywords";
    String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa";
    String NCO "netCDF Operators version 4.9.8 (Homepage = http://nco.sf.net, Code = https://github.com/nco/nco)";
    Float64 Northernmost_Northing 45.05;
    String sourceUrl "(local files)";
    Float64 Southernmost_Northing -7.049995;
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "EMODPACE - Monthly sea level derived from derived from NMDIS - CORAv2 reanalysis (2004-2019)";
    String time_coverage_end "2019-12-01T00:00:00Z";
    String time_coverage_start "2004-01-01T00:00:00Z";
    String title "EMODPACE - Monthly sea level derived from derived from NMDIS - CORAv2 reanalysis (2004-2019)";
    Float64 Westernmost_Easting 29.95;
  }
}

 

Using griddap to Request Data and Graphs from Gridded Datasets

griddap lets you request a data subset, graph, or map from a gridded dataset (for example, sea surface temperature data from a satellite), via a specially formed URL. griddap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its projection 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.

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.


 
ERDDAP, Version 2.17
Disclaimers | Privacy Policy | Contact