![]() | log in |![]() Brought to you byNOAANOSIOOS |
Dataset Title: | TEST: Transport estimate of the Florida Current using voltage data of the submarine cable from West Palm Beach, FL to Eight Mile Rock, Grand Bahama Island ![]() ![]() |
Institution: | NCEI (Dataset ID: FC_cable_transport_2022) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { Year { Int16 _FillValue 32767; Int16 actual_range 2022, 2022; String long_name "% Year"; } Month { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 1, 12; String long_name "Month"; } Day { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 1, 31; String long_name "Day"; } Transport { Float32 actual_range 20.1, 39.3; String long_name "Transport"; String units "Sv"; } Flag { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 0, 0; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String flag_meanings "good_data estimated_without_error no_data"; String flag_values "0, 1, 2"; String long_name "Flag"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String history "2025-07-19T15:30:03Z https://www.ncei.noaa.gov/data/oceans/archive/arc0211/0276841/1.1/data/0-data/FC_cable_transport_2022.dat.txt 2025-07-19T15:30:03Z http://localhost:8080/erddap/tabledap/FC_cable_transport_2022.html"; String infoUrl "https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.nodc:0276841"; String institution "NCEI"; String keywords "data, day, flag, local, month, percent, source, transport, Year, year"; 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 "https://www.ncei.noaa.gov/data/oceans/archive/arc0211/0276841/1.1/data/0-data/FC_cable_transport_2022.dat.txt"; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "Year, Flag"; String summary "TEST: Transport estimate of the Florida Current using voltage data of the submarine cable from West Palm Beach, FL to Eight Mile Rock, Grand Bahama Island"; String title "TEST: Transport estimate of the Florida Current using voltage data of the submarine cable from West Palm Beach, FL to Eight Mile Rock, Grand Bahama Island"; } }
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.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.