digitalocean.ie ERDDAP
Serving data from digitalocean.ie
log in    
Brought to you by digitalocean.ie    

ERDDAP > griddap > Data Access Form ?

Dataset Title:  Irish Marine Institute Connemara Model CONN2D Subscribe RSS
Institution:  Irish Marine Institute   (Dataset ID: IMI_CONN_2D)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Make a graph
 
Dimensions ? Start ? Stride ? Stop ?  Size ?    Spacing ?
 time (UTC) ?      193    1h 0m 0s (even)
  < slider >
 latitude (degrees_north) ?      440    0.001772727 (even)
  < slider >
 longitude (degrees_east) ?      640    0.002976563 (even)
  < slider >
 
Grid Variables (which always also download all of the dimension variables)
 zeta (Sealevel Height, m) ?
 barotropic_sea_water_x_velocity (m/s) ?
 barotropic_sea_water_y_velocity (m/s) ?

File type: (more info)

(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 {
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.711152e+9, 1.7118432e+9;
    String axis "T";
    String ioos_category "Time";
    String long_name "time since initialization";
    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";
    Float64 actual_range 52.95089447171561, 53.72912172247213;
    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 -10.79851171874996, -8.89648828124996;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  zeta {
    Float64 _FillValue -9999.0;
    String colorBarMaximum "3.0";
    String colorBarMinimum "-3.0";
    String coordinates "time latitude longitude";
    String ioos_category "Sea Level";
    String long_name "Sealevel Height";
    Float64 missing_value 9.99999993381581e+36;
    String standard_name "sea_surface_height";
    String units "m";
  }
  barotropic_sea_water_x_velocity {
    Float64 _FillValue -9999.0;
    String colorBarMaximum "1.0";
    String colorBarMinimum "-1.0";
    String coordinates "time latitude longitude";
    String ioos_category "Currents";
    String long_name "U barotropic velocity component";
    Float64 missing_value 9.99999993381581e+36;
    String standard_name "barotropic_sea_water_x_velocity";
    String units "m/s";
  }
  barotropic_sea_water_y_velocity {
    Float64 _FillValue -9999.0;
    String colorBarMaximum "1.0";
    String colorBarMinimum "-1.0";
    String coordinates "time latitude longitude";
    String ioos_category "Currents";
    String long_name "V barotropic velocity component";
    Float64 missing_value 9.99999993381581e+36;
    String standard_name "barotropic_sea_water_y_velocity";
    String units "m/s";
  }
  NC_GLOBAL {
    String cdm_data_type "Grid";
    Float64 Easternmost_Easting -8.89648828124996;
    Float64 geospatial_lat_max 53.72912172247213;
    Float64 geospatial_lat_min 52.95089447171561;
    Float64 geospatial_lat_resolution 0.0017727272226800055;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -8.89648828124996;
    Float64 geospatial_lon_min -10.79851171874996;
    Float64 geospatial_lon_resolution 0.002976562500000001;
    String geospatial_lon_units "degrees_east";
    String history 
"2024-03-29T02:14:04Z http://thredds.marine.ie/thredds/dodsC/IMI-CONN_AGG
2024-03-29T02:14:04Z http://erddap.digitalocean.ie/erddap/griddap/IMI_CONN_2D.das";
    String infoUrl "http://milas.marine.ie/thredds/";
    String institution "Irish Marine Institute";
    String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)";
    Float64 Northernmost_Northing 53.72912172247213;
    String sourceUrl "http://thredds.marine.ie/thredds/dodsC/IMI-CONN_AGG";
    Float64 Southernmost_Northing 52.95089447171561;
    String summary "CONN2D";
    String time_coverage_end "2024-03-31T00:00:00Z";
    String time_coverage_start "2024-03-23T00:00:00Z";
    String title "Irish Marine Institute Connemara Model CONN2D";
    Float64 Westernmost_Easting -10.79851171874996;
  }
}

 

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.14
Disclaimers | Privacy Policy | Contact