Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | Irish Marine Institute Connemara Model CONN2D |
Institution: | Irish Marine Institute (Dataset ID: IMI_CONN_2D) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Make a graph |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.7325792e+9, 1.7332704e+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-12-02T03:00:57Z http://milas.marine.ie/thredds/dodsC/IMI-CONN_AGG 2024-12-02T03:00:57Z https://erddap.marine.ie/erddap/griddap/IMI_CONN_2D.das"; String infoUrl "https://data.marine.ie/geonetwork/srv/eng/catalog.search#/metadata/ie.marine.data:dataset.2771"; 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://milas.marine.ie/thredds/dodsC/IMI-CONN_AGG"; Float64 Southernmost_Northing 52.95089447171561; String summary "CONN2D"; String time_coverage_end "2024-12-04T00:00:00Z"; String time_coverage_start "2024-11-26T00:00:00Z"; String title "Irish Marine Institute Connemara Model CONN2D"; Float64 Westernmost_Easting -10.79851171874996; } }
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.