![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | GOES-19 SST Anomaly based on MODIS Aqua 8 day Climatology; Regridded to EPSG 4326, lat/lon projection. Processed at the Univeristy of Delawar ... ![]() ![]() |
Institution: | University of Delaware (Dataset ID: aquaGoesSSTAnomC_NOAA) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.745146806e+9, 1.748258706e+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"; Float64 actual_range 16.035633850097653, 51.96896718343099; 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 -99.97348378499349, -50.00681711832682; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } sst { Float32 _FillValue -999.0; Float64 colorBarMaximum 3.0; Float64 colorBarMinimum -3.0; String ioos_category "Temperature"; String long_name "Sea Surface Temperature Anomaly"; String standard_name "surface_temperature_anomaly"; String units "degree_C"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "CF=1.0, COARDS, ACDD-1.3"; String creator_email "simkins@udel.edu"; String creator_name "James Simkins"; String creator_type "person"; String creator_url "https://www.udel.edu/"; Float64 Easternmost_Easting -50.00681711832682; Float64 geospatial_lat_max 51.96896718343099; Float64 geospatial_lat_min 16.035633850097653; Float64 geospatial_lat_resolution 0.03333333333333334; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -50.00681711832682; Float64 geospatial_lon_min -99.97348378499349; Float64 geospatial_lon_resolution 0.03333333333333333; String geospatial_lon_units "degrees_east"; String groundstation "University of Delaware, Newark, Center for Remote Sensing"; String history "satellite observation NASA MODIS-Aqua instrument 2025-06-02T14:18:24Z (local files) 2025-06-02T14:18:24Z http://erddap.maracoos.org/erddap/griddap/aquaGoesSSTAnomC_NOAA.das"; String infoUrl "http://orb.ceoe.udel.edu/"; String inputCalibrationFile "0.0"; String inputMET1 "0.0"; String inputOZONE1 "0.0"; String institution "University of Delaware"; String keywords "anomaly, aqua, based, climatology, data, day, delawar, delaware, earth, Earth Science > Land Surface > Land Temperature > Land Surface Temperature, Earth Science > Oceans > Ocean Temperature > Sea Surface Temperature, environmental, epsg, geostationary, goes, goes-19, imaging, land, moderate, modis, ocean, oceans, operational, processed, projection, regridded, resolution, satellite, science, sea, spectroradiometer, sst, surface, surface_temperature_anomaly, temperature, time, univeristy, university"; String keywords_vocabulary "GCMD Science Keywords"; 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."; Float64 Northernmost_Northing 51.96896718343099; String product_list "sst"; String software "0.0"; String source "satellite observation NASA MODIS-Aqua instrument"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 16.035633850097653; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Geostationary Operational Environmental Satellite (GOES)-19 Sea Surface Temperature (SST) Anomaly based on Moderate Resolution Imaging Spectroradiometer (MODIS) Aqua 8 day Climatology; Regridded to EPSG 4326 - lat/lon projection. Processed at the Univeristy of Delaware"; String testOutOfDate "now-3days"; String time_coverage_end "2025-05-26T11:25:06Z"; String time_coverage_start "2025-04-20T11:00:06Z"; String title "GOES-19 SST Anomaly based on MODIS Aqua 8 day Climatology; Regridded to EPSG 4326, lat/lon projection. Processed at the Univeristy of Delawar ..."; String url "http://orb.ceoe.udel.edu/"; Float64 Westernmost_Easting -99.97348378499349; } }
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.