![]() |
ERDDAP at NOAA CoastWatch
Easier access to scientific data |
NOAA CoastWatch Central Operations |
![]() |
Dataset Title: | Multiparameter Eddy Significance Index, Multiple satellite inputs (Altimetry, salinity, chlorophyll-a, temperature), EXPERIMENTAL, Global, 0.25 degree, Daily ![]() |
Institution: | NOAA NESDIS STAR (Dataset ID: noaacweddymesidaily) |
Information: | Summary ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.5886368e+9, 1.7436384e+9; String axis "T"; 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 -89.875, 89.875; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; Float32 valid_max 90.0; Float32 valid_min -90.0; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -179.875, 179.875; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; Float32 valid_max 180.0; Float32 valid_min -180.0; } mesi { Float32 _FillValue NaN; String ioos_category "Statistics"; String long_name "mean mulitparameter eddy significance index"; } NC_GLOBAL { String cdm_data_type "Grid"; String CoastWatch_URL "https://coastwatch.noaa.gov"; String comment "experimental prototype; MESIv1"; String Conventions "CF-1.10, ACDD-1.3, COARDS"; String creator_email "coastwatch.info@noaa.gov"; String creator_name "NOAA COASTWATCH"; String creator_type "institution"; String creator_url "https://coastwatch.noaa.gov/"; String date_created "2025-04-09T20:00:33.156608+00:00"; String defaultGraphQuery "noaacweddymesidaily.graph%3Fmesi%5B(2024-05-19T00%3A00%3A00Z)%5D%5B(-89.875)%3A(89.875)%5D%5B(-179.875)%3A(179.875)%5D%26.draw%3Dsurface%26.vars%3Dlongitude%7Clatitude%7Cmesi%26.colorBar%3DCRW_sstanomaly%7C%7C%7C-5%7C5%7C%26.bgColor%3D0xffccccff"; Float64 Easternmost_Easting 179.875; Float64 geospatial_lat_max 89.875; Float64 geospatial_lat_min -89.875; Float64 geospatial_lat_resolution 0.25; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 179.875; Float64 geospatial_lon_min -179.875; Float64 geospatial_lon_resolution 0.25; String geospatial_lon_units "degrees_east"; String history "experimental version 1 2025-04-10T12:54:58Z (local files) 2025-04-10T12:54:58Z https://coastwatch.noaa.gov/erddap/griddap/noaacweddymesidaily.das"; String infoUrl "https://coastwatch.noaa.gov/"; String institution "NOAA NESDIS STAR"; String keywords "data, eddies, eddy, eddy tracking, environmental, index, information, latitude, longitude, mean, mesi, mesoscale, mulitparameter, multiparameter, mutliparameter, national, nesdis, noaa, ocean, satellite, service, significance, star, statistics, time"; String license "Data courtesy of NOAA. Sentinel Data courtesy of Copernicus Program. Generated using AVISO+ Products"; Float64 Northernmost_Northing 89.875; String project "Multipameter Mesoscale Eddy Tracking"; String source "Satellite data"; String sourceUrl "(local files)"; Float64 Southernmost_Northing -89.875; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Global Gridded Multiparameter Eddy Significance Index."; String time_coverage_end "2025-04-03T00:00:00Z"; String time_coverage_start "2020-05-05T00:00:00Z"; String title "Multiparameter Eddy Significance Index, Multiple satellite inputs (Altimetry, salinity, chlorophyll-a, temperature), EXPERIMENTAL, Global, 0.25 degree, Daily"; Float64 Westernmost_Easting -179.875; } }
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.