ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | VIIRS-SNPP Nighttime SST 7-Day mean for SEUS |
Institution: | USF IMaRS (Dataset ID: vsnpp_sstn_7d_seus) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Make a graph |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.327104e+9, 1.7380224e+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 29.01245, 40.5; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -82.0, -73.01172; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } sstn_median { Float64 colorBarMaximum 32.0; Float64 colorBarMinimum 0.0; String ioos_category "Temperature"; String long_name "Sea Surface Temperature (nighttime)"; String Product "sstn"; String standard_name "sea_surface_temperature"; String units "degree_C"; } sstn_anom { Float64 colorBarMaximum 3.0; Float64 colorBarMinimum -3.0; String ioos_category "Temperature"; String long_name "Sea Surface Temperature Anomaly (nighttime)"; String Product "sstn_anomaly"; String standard_name "surface_temperature_anomaly"; String units "degree_C"; } sstn_clim { String Climatology_period "2013-2019"; Float64 colorBarMaximum 32.0; Float64 colorBarMinimum 0.0; String ioos_category "Temperature"; String long_name "Sea Surface Temperature Climatology (nighttime 2013-2019)"; String Product "sstn_climatology"; String standard_name "surface_temperature_climatology"; String units "degree_C"; } NC_GLOBAL { String _NCProperties "version=2,netcdf=4.7.4,hdf5=1.8.12"; String cdm_data_type "Grid"; String Composite_end_date "28-Jan-2025"; String Composite_start_date "22-Jan-2025"; String contact "Dan Otis - dotis@usf.edu"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String CreationDate "01/29/2025 10:12:07"; String creator_email "dotis@usf.edu"; String creator_name "DOTIS"; String creator_type "institution"; Float64 Easternmost_Easting -73.01172; Float64 geospatial_lat_max 40.5; Float64 geospatial_lat_min 29.01245; Float64 geospatial_lat_resolution 0.00908825158227848; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -73.01172; Float64 geospatial_lon_min -82.0; Float64 geospatial_lon_resolution 0.009088250758341762; String geospatial_lon_units "degrees_east"; String history "2025-01-30T14:34:17Z (local files) 2025-01-30T14:34:17Z http://131.247.136.200:8080/erddap/griddap/vsnpp_sstn_7d_seus.das"; String Image_size "1265 pixels(N-S) x 990 pixels(E-W)"; String infoUrl "???"; String institution "USF IMaRS"; String keywords "anomaly, data, earth, Earth Science > Land Surface > Land Temperature > Land Surface Temperature, Earth Science > Oceans > Ocean Temperature > Sea Surface Temperature, florida, img, img_x, img_y, land, local, ocean, oceans, science, sea, sea_surface_temperature, source, south, sst_anom, sst_median, surface, surface_temperature_anomaly, temperature, university, usf"; String keywords_vocabulary "GCMD Science Keywords"; String Lat_Lon_Limits "18.0129N to 31N -98E to -78.5148E"; String LatLon_Limits "29.0124N to 40.5N -82W to -73.0117W"; String Level2_file_version "r2022.0"; 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 40.5; String Ocean_color_masks_based_on_L2_flags "LAND,CLDICE,HIGLINT"; String Original_Image_Format "Level2(NetCDF)"; String Original_Image_Source "NASA Ocean Biology Processing Group"; String Processing_and_binning "USF IMaRS"; String Projection "Equidistant Cylindrical"; String Region "Southeastern US (SEUS)"; String Sensor "VIIRS-SNPP"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 29.01245; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "USF IMaRS VIIRS-SNPP SSTN MEAN_7D for Southeast US"; String time_coverage_end "2025-01-28T00:00:00Z"; String time_coverage_start "2012-01-21T00:00:00Z"; String Time_interval "7-Day Composite (median)"; String title "VIIRS-SNPP Nighttime SST 7-Day mean for SEUS"; Float64 Westernmost_Easting -82.0; } }
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.