Commercial Fisheries Research Foundation
ERDDAP: Easier Access to Cooperative Fisheries Research Data |
Dataset Title: | BotGrid Temperature |
Institution: | NOAA NEFSC | CFRF (Dataset ID: botgrid_development) |
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.6725312e+9, 1.6725312e+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 _FillValue NaN; Float64 actual_range 40.35829676558138, 43.13402707017573; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 _FillValue NaN; Float64 actual_range -71.46436929311949, -66.37570454852572; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } temperature { Float64 _FillValue NaN; Float64 colorBarMaximum 32.0; Float64 colorBarMinimum 0.0; String long_name "Sea Water Temperature"; String standard_name "sea_water_temperature"; String units "degree_C"; } std_temp { Float64 _FillValue NaN; Float64 colorBarMaximum 40.0; Float64 colorBarMinimum -10.0; String long_name "Std Temp"; String units "degree_C"; } min_temp { Float64 _FillValue NaN; Float64 colorBarMaximum 40.0; Float64 colorBarMinimum -10.0; String long_name "Min Temp"; String units "degree_C"; } max_temp { Float64 _FillValue NaN; Float64 colorBarMaximum 40.0; Float64 colorBarMinimum -10.0; String long_name "Max Temp"; String units "degree_C"; } temp_observations { Int16 _FillValue 32767; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String long_name "Temp Observations"; String units "count"; } depth { Int16 _FillValue 32767; Float64 colorBarMaximum 8000.0; Float64 colorBarMinimum -8000.0; String colorBarPalette "TopographyDepth"; String comment "depth inferred from GEBCO bathymetry data"; String long_name "Depth"; String standard_name "depth"; String units "m"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String creator_name "NOAA NEFSC | CFRF"; String creator_type "institution"; String creator_url "https://www.cfrfoundation.org/"; String description "Gridded daily observations of bottom temperature and related metrics."; Float64 Easternmost_Easting -66.37570454852572; Float64 geospatial_lat_max 43.13402707017573; Float64 geospatial_lat_min 40.35829676558138; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -66.37570454852572; Float64 geospatial_lon_min -71.46436929311949; String geospatial_lon_units "degrees_east"; String history "2024-11-30T03:39:49Z (local files) 2024-11-30T03:39:49Z https://erddap.ondeckdata.com/griddap/botgrid_development.das"; String infoUrl "https://www.noaa.gov/"; String institution "NOAA NEFSC | CFRF"; String keywords "botgrid, center, cfrf, data, depth, earth, Earth Science, fisheries, latitude, longitude, max, max_temp, min, min_temp, nefsc, nmfs, noaa, northeast, observations, ocean, Ocean Temperature, Oceans, oceans, profiler, salinity, salinity-temperature-depth, science, sea, sea_water_temperature, seawater, std, std_temp, temp_observations, temperature, water, Water Temperature"; 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 43.13402707017573; String sourceUrl "(local files)"; Float64 Southernmost_Northing 40.35829676558138; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Gridded daily observations of bottom temperature and related metrics."; String time_coverage_end "2023-01-01T00:00:00Z"; String time_coverage_start "2023-01-01T00:00:00Z"; String title "BotGrid Temperature"; Float64 Westernmost_Easting -71.46436929311949; } }
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.