ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Regional NCOM US East 3D (Latest) |
Institution: | Naval Oceanographic Office via NOAA NCEI (Dataset ID: NCOM_us_east_latest3d) |
Information: | Summary | License | Metadata | Background | Data Access Form |
Click on the map to specify a new center point.
Zoom: |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6079904e+9, 1.7308512e+9; String axis "T"; String calendar "proleptic_gregorian"; String ioos_category "Time"; String long_name "Forecast time for ForecastModelRunCollection"; Float64 missing_value NaN; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float64 actual_range 0.0, 5000.0; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; Int32 NAVO_code 5; String positive "down"; String standard_name "depth"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 20.0, 42.0977897644043; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; Int32 NAVO_code 1; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range 278.0, 296.09820556640625; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; Int32 NAVO_code 2; String standard_name "longitude"; String units "degrees_east"; } water_temp { Float32 actual_range 2.1819901, 30.168362; String coordinates "time_run time depth lat lon"; String ioos_category "Temperature"; String long_name "Water Temperature"; Int32 NAVO_code 15; String standard_name "sea_water_temperature"; String units "degC"; } water_u { Float32 actual_range -1.5263846, 2.442151; String coordinates "time_run time depth lat lon"; String ioos_category "Currents"; String long_name "Eastward Water Velocity"; Int32 NAVO_code 17; String standard_name "eastward_sea_water_velocity"; String units "meter/second"; } water_v { Float32 actual_range -1.8192558, 2.3571498; String coordinates "time_run time depth lat lon"; String ioos_category "Currents"; String long_name "Northward Water Velocity"; Int32 NAVO_code 18; String standard_name "northward_sea_water_velocity"; String units "meter/second"; } salinity { Float32 actual_range -0.43108374, 37.203407; String coordinates "time_run time depth lat lon"; String ioos_category "Salinity"; String long_name "Salinity"; Int32 NAVO_code 16; String standard_name "sea_water_salinity"; String units "psu"; } NC_GLOBAL { String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention"; String cdm_data_type "Grid"; String classification_authority "not applicable"; String contact "not applicable"; String Conventions "Global NCOM"; String creator_name "kelly.r.wood@navy.mil; jeffery.rayburn@navy.mil"; String distribution_statement "Approved for Public Release; distribution unlimited."; String downgrade_date "not applicable"; Float64 Easternmost_Easting 296.09820556640625; String generating_model "COAMPS useast_u project"; Float64 geospatial_lat_max 42.0977897644043; Float64 geospatial_lat_min 20.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 296.09820556640625; Float64 geospatial_lon_min 278.0; String geospatial_lon_units "degrees_east"; String history "created: 2024-11-01 08:04:55 -0000 ; FMRC Best Dataset 2024-11-04T08:52:27Z https://www.ncei.noaa.gov/thredds-coastal/dodsC/ncom_us_east_agg/US_East_Dec_17_2020_to_Current_best.ncd 2024-11-04T08:52:27Z https://www.ncei.noaa.gov/griddap/NCOM_us_east_latest3d.das"; String infoUrl "https://www.ncei.noaa.gov/thredds-coastal/catalog/ncom_us_east_agg/catalog.html?dataset=ncom_us_east_agg/US_East_Dec_17_2020_to_Current_best.ncd"; String input_data_source "not applicable"; String institution "Naval Oceanographic Office via NOAA NCEI"; 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 location "Proto fmrc:US_East_Dec_17_2020_to_Current"; String model_type "COAMPS Version v2021.5"; Float64 Northernmost_Northing 42.0977897644043; String operational_status "not applicable"; String publisher_name "OceanNOMADS@noaa.gov"; String source "NCOM Version 4.6.8"; String sourceUrl "https://www.ncei.noaa.gov/thredds-coastal/dodsC/ncom_us_east_agg/US_East_Dec_17_2020_to_Current_best.ncd"; Float64 Southernmost_Northing 20.0; String standard_name_vocabulary "CF-1.0"; String summary "NCOM US East data from December 17, 2020 to present (includes 3 day forecast)"; String time_coverage_end "2024-11-06T00:00:00Z"; String time_coverage_start "2020-12-15T00:00:00Z"; String time_origin "2024-11-01 00:00:00 UTC"; String title "Regional NCOM US East 3D (Latest)"; Float64 Westernmost_Easting 278.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/erdBAssta5day.htmlTable?sst[(2007-10-21T00:00:00)][0][(-75):100:(75)][(180):100:(360)]
Thus, the query is often a data variable name (e.g., sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][altitude][latitude][longitude]).
For details, see the griddap Documentation.