![]() |
ERDDAP
Easier access to scientific data |
| ![]() Brought to you by NOAA CoastWatch Great Lakes Node |
Dataset Title: | Data from a local source.
![]() ![]() |
Institution: | ??? (Dataset ID: fvcom_test2) |
Information: | Summary ![]() ![]() ![]() |
Click on the map to specify a new center point.
![]() Zoom: ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float32 _FillValue NaN; Float64 actual_range 8.201952e+8, 8.20368e+8; String axis "T"; String calendar "gregorian"; String ioos_category "Time"; String long_name "time since initialization"; 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 46.43857192993164, 48.79857192993117; 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 267.89007568359375, 275.48007568358685; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } h { Float64 _FillValue NaN; Float64 colorBarMaximum 357.8; Float64 colorBarMinimum 3.0; String grid "Bathymetry_Mesh"; String ioos_category "Unknown"; String long_name "Bathymetry"; String positive "down"; String standard_name "sea_floor_depth_below_geoid"; String type "data"; String units "M"; } zeta { Float64 _FillValue NaN; Float64 colorBarMaximum 0.1; Float64 colorBarMinimum 0.0; String grid "Bathymetry_Mesh"; String ioos_category "Unknown"; String location "node"; String long_name "Water Surface Elevation"; String positive "up"; String standard_name "sea_surface_height_above_geoid"; String type "data"; String units "M"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; Float64 Easternmost_Easting 275.48007568358685; Float64 geospatial_lat_max 48.79857192993117; Float64 geospatial_lat_min 46.43857192993164; Float64 geospatial_lat_resolution 0.00999999999999801; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 275.48007568358685; Float64 geospatial_lon_min 267.89007568359375; Float64 geospatial_lon_resolution 0.009999999999990905; String geospatial_lon_units "degrees_east"; String history "2025-04-12T15:45:13Z (local files) 2025-04-12T15:45:13Z https://apps.glerl.noaa.gov/griddap/fvcom_test2.das"; String infoUrl "???"; String institution "???"; String keywords "above, circulation, currents, data, ea stward, earth, Earth Science > Oceans &G T, Earth Science > Oceans > Sea Surface Topography > Sea Surface Height, Earth Science > Solid Earth > Geodetics/Gravity > Geoid Properties, eastward_sea_water_velocity, geodetics, geoid, gravity, height, lev, local, north ward_sea_water_velocity, northward, ocean, Ocean Circulation > Ocean Currents, oceans, properties, science, se awater, sea, sea_surface_height_above_geoid, solid, source, surface, temperature, time, topography, u, v, velocity, 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 48.79857192993117; String sourceUrl "(local files)"; Float64 Southernmost_Northing 46.43857192993164; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Data from a local source."; String time_coverage_end "1995-12-31T00:00:00Z"; String time_coverage_start "1995-12-29T00:00:00Z"; String title "Data from a local source."; Float64 Westernmost_Easting 267.89007568359375; } }
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.