ERDDAP
Easier access to scientific data |
log in |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Daily estimated MUR SST v4.1 Frontal edges, x_gradient, y_gradient and gradient magnitude, US Atlantic Coast, 2003-present, Lon0360 |
Institution: | NOAA ERD (Dataset ID: erdMurFront41USAtlantic_Lon0360) |
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 1.0413792e+9, 1.7329248e+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"; } altitude { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "up"; Float32 actual_range 0.0, 0.0; String axis "Z"; String ioos_category "Location"; String long_name "Altitude"; String positive "up"; String standard_name "altitude"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 20.0, 50.0; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String reference_datum "geographical coordinates, WGS84 projection"; String standard_name "latitude"; String units "degrees_north"; Float32 valid_max 50.0; Float32 valid_min 20.0; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 270.0, 300.0; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String reference_datum "geographical coordinates, WGS84 projection"; String standard_name "longitude"; String units "degrees_east"; } edges { Float32 _FillValue -9999.0; String ioos_category "Unknown"; String long_name "Frontal Edge"; Float32 missing_value -9999.0; } x_gradient { Float32 _FillValue -9999.0; String ioos_category "Temperature"; String long_name "East-West Gradient of SST"; Float32 missing_value -9999.0; } y_gradient { Float32 _FillValue -9999.0; String ioos_category "Temperature"; String long_name "North-South Gradient of SST"; Float32 missing_value -9999.0; } magnitude_gradient { Float32 _FillValue -9999.0; String ioos_category "Temperature"; String long_name "Magnitude of SST Gradient"; Float32 missing_value -9999.0; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String creator_email "erd.data@noaa.gov"; String creator_name "NOAA NMFS SWFSC ERD"; String creator_type "institution"; String creator_url "https://www.pfeg.noaa.gov"; String defaultGraphQuery "&.draw=surface&.vars=longitude|latitude|magnitude_gradient&.colorBar=KT_amp|||||&.bgColor=0xffccccff"; Float64 Easternmost_Easting 300.0; Float64 geospatial_lat_max 50.0; Float64 geospatial_lat_min 20.0; Float64 geospatial_lat_resolution 0.01; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 300.0; Float64 geospatial_lon_min 270.0; Float64 geospatial_lon_resolution 0.01; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 0.0; Float64 geospatial_vertical_min 0.0; String geospatial_vertical_positive "up"; String geospatial_vertical_units "m"; Float64 grid_mapping_earth_radius 6367470.0; String grid_mapping_name "latitude_longitude"; String history "created from MUR SST file 20241130090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.ncusing python scikit-image canny algorithm, sigma = 10, thresholds of 0.8, 0.9 and OpenCV findContours function with minimum length 20 2024-12-03T15:43:34Z (local files) 2024-12-03T15:43:34Z https://coastwatch.pfeg.noaa.gov/griddap/erdMurFront41USAtlantic_Lon0360.das"; String infoUrl "https://www.pfeg.noaa.gov"; String institution "NOAA ERD"; String keywords "altitude, daily, data, day, east, east-west, edge, edges, erd, estimated, frontal, gradient, high, magnitude, magnitude_gradient, multi, multi-scale, mur, noaa, north, north-south, resolution, scale, sea, south, sst, surface, temperature, time, ultra, ultra-high, west, x_gradient, y_gradient"; 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 50.0; String sourceUrl "(local files)"; Float64 Southernmost_Northing 20.0; String standard_name_vocabulary "CF Standard Name Table v55"; String summary "Front Edges estimated from daily Multi-scale Ultra-high Resolution (MUR) Sea Surface Temperature (SST) files using the Python scikit-image canny algorithm with sigma = 10., and threshold values of .8 and .9, as well as the OpenCV algorithm findContours with a minimum length of 20. The SST x-gradient, y-gradient and gradient magnitude are also included"; String testOutOfDate "now-6days"; String time_coverage_end "2024-11-30T00:00:00Z"; String time_coverage_start "2003-01-01T00:00:00Z"; String title "Daily estimated MUR SST v4.1 Frontal edges, x_gradient, y_gradient and gradient magnitude, US Atlantic Coast, 2003-present, Lon0360"; Float64 Westernmost_Easting 270.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.