ERDDAP at RI Data Discovery Center
Easier access to scientific data |
Brought to you by
RI Data Discovery Center and
![]() |
Dataset Title: | OSOM-coords-lat-long
![]() |
Institution: | Rhode Island Data Discovery (Dataset ID: model_data_949c_d20a_81a7) |
Information: | Summary ![]() ![]() ![]() |
Attributes { eta_rho { Int32 actual_range 0, 1099; String long_name "eta rho"; String units "count"; } xi_rho { Int16 actual_range 0, 999; String long_name "xi rho"; String units "count"; } latitude { Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String long_name "latitute of RHO-points"; String standard_name "latitude"; String units "degrees_north"; } longitude { Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String long_name "longitude of RHO-points"; String standard_name "longitude"; String units "degrees_east"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String history "GRID file using Matlab script: c_grid, Tuesday - May 3, 2016 - 11:31:28.2636 AM 2025-04-28T00:11:24Z (local files) 2025-04-28T00:11:24Z https://pricaimcit.services.brown.edu/erddap/griddap/model_data_949c_d20a_81a7.das"; String infoUrl "riddc.brown.edu"; String institution "Rhode Island Data Discovery"; String keywords "coords, data, eta_rho, latitude, latitute, long, longitude, osom, osom-coords-lat-long, points, rho, rho-points, xi_rho"; 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."; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v55"; String summary "OSOM-coords-lat-long. Translation from rho coordinates used in OSOM model to latitude and longitude. Data from a local source."; String title "OSOM-coords-lat-long"; String type "GRID file"; } }
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.