ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA CoastWatch Great Lakes Node |
Dataset Title: | Ice Concentration from Great Lakes Surface Environmental Analysis (GLSEA) and NIC, Geodetic coordinate system (LAT, LON), 1995-present |
Institution: | CoastWatch Great Lakes Node (Dataset ID: GL_Ice_Concentration_GCS) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Data Access Form | Files |
Click on the map to specify a new center point.
Zoom: |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 7.889616e+8, 1.7197488e+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"; Float64 actual_range 38.8749871947297, 50.6059751976539; 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 -92.4199507342304, -75.8816402880531; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } ice_concentration { Float32 _FillValue -99999.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String colorBarPalette "WhiteBlack"; String grid_mapping "crs"; String ioos_category "Ocean Color"; String long_name "Ice Concentration"; String standard_name "ice_concentration"; String units "percent"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; Float64 Easternmost_Easting -75.8816402880531; String GDAL "GDAL 3.4.3, released 2022/04/22"; Float64 geospatial_lat_max 50.6059751976539; Float64 geospatial_lat_min 38.8749871947297; Float64 geospatial_lat_resolution 0.014015517327269056; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -75.8816402880531; Float64 geospatial_lon_min -92.4199507342304; Float64 geospatial_lon_resolution 0.01401551732726889; String geospatial_lon_units "degrees_east"; String history "Ice concentration from Great Lakes Surface Environmental Analysis (GLSEA) asc format to nc fromat 2024-10-03T16:27:57Z (local files) 2024-10-03T16:27:57Z https://apps.glerl.noaa.gov/griddap/GL_Ice_Concentration_GCS.das"; String infoUrl "https://coastwatch.glerl.noaa.gov/glsea/glsea.html"; String institution "CoastWatch Great Lakes Node"; String keywords "analysis, concentration, data, distribution, environmental, glsea, great, great lakes, ice, ice distribution, ice_concentration, lakes, nic, surface, time"; String license "The data may be used and redistributed for free but is not intended for legal use, since it may contain inaccuracies. Neither the data Contributor, ERD, NOAA, nor the United States Government, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information."; String NCO "netCDF Operators version 5.0.7 (Homepage = http://nco.sf.net, Code = https://github.com/nco/nco)"; Float64 Northernmost_Northing 50.6059751976539; String source "Ice Concentration from Great Lakes Surface Environmental Analysis (GLSEA) and NIC, Geodetic coordinate system (LAT, LON), 1995-present"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 38.8749871947297; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "Ice Concentration from Great Lakes Surface Environmental Analysis (GLSEA) and NIC"; String time_coverage_end "2024-06-30T12:00:00Z"; String time_coverage_start "1995-01-01T12:00:00Z"; String title "Ice Concentration from Great Lakes Surface Environmental Analysis (GLSEA) and NIC, Geodetic coordinate system (LAT, LON), 1995-present"; Float64 Westernmost_Easting -92.4199507342304; } }
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.