![]() |
ERDDAP
Easier access to scientific data |
| ![]() Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Sea Surface Temperature, Multi-Sensor AVHRR and VIIRS Composite, U.S. East Coast 1km, Level 3, 2006-present, 7-Day ![]() ![]() |
Institution: | NOAA NESDIS CoastWatch East Coast Node (Dataset ID: noaacwecnAVHRRVIIRSmultisensorSSTeastcoast7Day) |
Information: | Summary ![]() ![]() ![]() |
Click on the map to specify a new center point.
![]() Zoom: ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.7438258995e+9, 1.7486645995e+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"; } level { Float64 actual_range 0.0, 0.0; String ioos_category "Location"; String long_name "Altitude"; String positive "up"; String standard_name "altitude"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 22.107128596152897, 46.0659239654323; 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 -85.07597103632074, -59.95131255561142; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } sst { Int32 _ChunkSizes 1, 1, 512, 512; Float32 _FillValue NaN; String cell_methods "area: mean"; Float64 colorBarMaximum 35.0; Float64 colorBarMinimum 0.0; String colorBarPalette "Rainbow"; String colorBarScale "Linear"; String grid_mapping "coord_ref"; String ioos_category "Temperature"; String long_name "sea_surface_subskin_temperature"; Float32 missing_value NaN; String standard_name "sea_surface_temperature"; String units "degree_C"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creator_email "ronald.vogel at noaa.gov"; String creator_name "NOAA CoastWatch East Coast Node"; String creator_type "institution"; String creator_url "https://eastcoast.coastwatch.noaa.gov"; Float64 Easternmost_Easting -59.95131255561142; Float64 geospatial_lat_max 46.0659239654323; Float64 geospatial_lat_min 22.107128596152897; Float64 geospatial_lat_resolution 0.006168587891163594; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -59.95131255561142; Float64 geospatial_lon_min -85.07597103632074; Float64 geospatial_lon_resolution 0.006168587891163593; String geospatial_lon_units "degrees_east"; String history "2025-09-30T17:04:37Z (local files) 2025-09-30T17:04:37Z https://coriolix.savannah.skio.uga.edu/erddap/griddap/noaacwecnAVHRRVIIRSmultisensorSSTeastcoast7Day.nc?sst%5B(1.7486645995E9)%5D%5B%5D%5B%5D%5B%5D 2025-10-16T16:29:33Z (local files) 2025-10-16T16:29:33Z https://coriolix.savannah.skio.uga.edu/griddap/noaacwecnAVHRRVIIRSmultisensorSSTeastcoast7Day.das"; String infoUrl "https://eastcoast.coastwatch.noaa.gov/cw_avhrr-viirs_sst.php"; String institution "NOAA NESDIS CoastWatch East Coast Node"; String instrument "Merged Advanced Very High Resolution Radiometer (AVHRR) and Visible Infrared Imaging Radiometer Suite (VIIRS)"; String keywords "Earth Science > Oceans > Ocean Temperature > Sea Surface Temperature, Earth Science > Oceans > Ocean Temperature > Water Temperature, Earth Science > Spectral/Engineering > Infrared Wavelengths > Thermal Infrared, imager, imager/radiometer, infrared, L3, level 3, level-3, mapped, polar-orbiting, radiometer, remote sensing, seawater, sst"; String keywords_vocabulary "NASA Global Change Master Directory (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, CoastWatch, NOAA, nor the US Government, nor any of their employees or contractors, make 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 46.0659239654323; String satellite "NOAA polar orbiters: various; MetOp polar orbiters: various"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 22.107128596152897; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "7-day average sea surface temperature (SST) from the AVHRR and VIIRS instruments aboard the NOAA and MetOp satellites, 2006-present, is generated by NOAA/NESDIS/STAR using the Advanced Clear-Sky Processor for Oceans (ACSPO) processing system. Only nighttime overpasses are used and composited into daily mean grids (~830 m), then the daily composite grids are averaged into gridded 7-day temperature averages. More info: https://eastcoast.coastwatch.noaa.gov/cw_avhrr-viirs_sst.php"; String time_coverage_end "2025-05-31T04:09:59Z"; String time_coverage_start "2025-04-05T04:04:59Z"; String title "Sea Surface Temperature, Multi-Sensor AVHRR and VIIRS Composite, U.S. East Coast 1km, Level 3, 2006-present, 7-Day"; Float64 Westernmost_Easting -85.07597103632074; } }
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.