![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | RTOFS: Depth-Averaged Currents - GGS/Yucatan
![]() ![]() |
Institution: | ??? (Dataset ID: ggs_yucatan_depth-average-currents) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 _FillValue NaN; Float64 actual_range 1.705536e+9, 1.705536e+9; String axis "T"; String calendar "standard"; 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"; Int32 actual_range 201, 352; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String point_spacing "even"; String source_name "y"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Int32 actual_range 136, 251; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String point_spacing "even"; String source_name "x"; String standard_name "longitude"; String units "degrees_east"; } u_avg { Float64 _FillValue NaN; String ioos_category "Unknown"; String long_name "U Avg"; } v_avg { Float64 _FillValue NaN; String ioos_category "Unknown"; String long_name "V Avg"; } temperature_avg { Float64 _FillValue NaN; String ioos_category "Temperature"; String long_name "Temperature Avg"; } salinity_avg { Float64 _FillValue NaN; Float64 colorBarMaximum 37.0; Float64 colorBarMinimum 32.0; String ioos_category "Salinity"; String long_name "Sea Water Practical Salinity"; String standard_name "sea_water_practical_salinity"; String units "PSU"; } magnitude_avg { Float64 _FillValue NaN; String ioos_category "Unknown"; String long_name "Magnitude Avg"; } direction_avg { Float64 _FillValue NaN; Float64 colorBarMaximum 360.0; Float64 colorBarMinimum 0.0; String ioos_category "Currents"; String long_name "Direction Avg"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; Float64 Easternmost_Easting 251.0; Float64 geospatial_lat_max 352.0; Float64 geospatial_lat_min 201.0; Float64 geospatial_lat_resolution 1.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 251.0; Float64 geospatial_lon_min 136.0; Float64 geospatial_lon_resolution 1.0; String geospatial_lon_units "degrees_east"; String history "2025-02-21T14:27:00Z (local files) 2025-02-21T14:27:00Z http://ugos-hfr.marine.rutgers.edu/erddap/griddap/ggs_yucatan_depth-average-currents.das"; String infoUrl "???"; String institution "???"; String keywords "average, currents, data, density, direction, direction_avg, earth, Earth Science > Oceans > Salinity/Density > Salinity, local, magnitude, magnitude_avg, ocean, oceans, practical, salinity, salinity_avg, science, sea, sea_water_practical_salinity, seawater, source, temperature, temperature_avg, time, u, u_avg, v, v_avg, water"; 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 352.0; String sourceUrl "(local files)"; Float64 Southernmost_Northing 201.0; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Data from a local source."; String testOutOfDate "now-4days"; String time_coverage_end "2024-01-18T00:00:00Z"; String time_coverage_start "2024-01-18T00:00:00Z"; String title "RTOFS: Depth-Averaged Currents - GGS/Yucatan"; Float64 Westernmost_Easting 136.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[(2015-06-09T09: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.