![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | FTLE based on 5MHz HF Radar Network with 24-hour Integration Time
![]() ![]() |
Institution: | Rutgers University (Dataset ID: FTLE_5MHz_24h) |
Information: | Summary ![]() ![]() ![]() |
Click on the map to specify a new center point.
![]() Zoom: ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.35432e+9, 1.6724448e+9; String axis "T"; String calendar "gregorian"; 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"; Float64 actual_range 33.54882049560547, 43.47378158569336; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String short_name "lat"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -76.9767837524414, -68.033203125; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String short_name "lon"; String standard_name "longitude"; String units "degrees_east"; } ftle { Float64 _FillValue -999.0; String comment "24-hour integrated FTLE based on MARACOOS 5MHz HF radar network surface currents"; String ioos_category "Time"; String long_name "Finite Time Lyapunov Exponent"; String units "1/hr"; } NC_GLOBAL { String cdm_data_type "Grid"; String comment "This product was developed as part of Jacqueline Veatch's PhD dissertation at Rutgers University"; String contributor_name "Jacqueline Veatch, Josh Kohut, Erick Fredj, Delphine Mossman, Hugh Roarty, Laura Nazzaro, Michael Smith, Tim Stolarz"; String contributor_role "Principal Investigator and Graduate Student, Advisor, Collaborator, Analyst, MARACOOS HF Radar Project Manager, Data Management, Data Management, Data Management"; String Conventions "CF-1.10, ACDD-1.3, COARDS"; String creator_email "nazzaro at marine.rutgers.edu"; String creator_institution "Rutgers University"; String creator_name "Laura Nazzaro"; String creator_type "person"; String creator_url "rucool.marine.rutgers.edu"; Float64 Easternmost_Easting -68.033203125; Float64 geospatial_lat_max 43.47378158569336; Float64 geospatial_lat_min 33.54882049560547; Float64 geospatial_lat_resolution 0.03319384979962505; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -68.033203125; Float64 geospatial_lon_min -76.9767837524414; Float64 geospatial_lon_resolution 0.03324751162617623; String geospatial_lon_units "degrees_east"; String history "2025-10-18T14:14:57Z (local files) 2025-10-18T14:14:57Z http://hfr.marine.rutgers.edu/griddap/FTLE_5MHz_24h.das"; String infoUrl "rucool.marine.rutgers.edu"; String institution "Rutgers University"; String keywords "24-hour, 5mhz, based, data, exponent, finite, frequency, ftle, HF, hf radar, hfr, hfradar, high, hour, integration, lyapunov, network, radar, rutgers, time, university, with"; 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 43.47378158569336; String publisher_email "nazzaro at marine.rutgers.edu"; String publisher_name "Laura Nazzaro"; String publisher_type "person"; String publisher_url "rucool.marine.rutgers.edu"; String references "Veatch et al 2025, https://github.com/jeixav/LCS-Tool-Article/"; String sea_name "Mid-Atlantic Bight"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 33.54882049560547; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "FTLE (Finite Time Lyapunov Exponent ) calculations begin with virtual particles released in a flow field. An FTLE ridge is then defined as an area where these particles are converged to and then diverged along. A scalar quantity is assigned to the FTLE ridge based on the integrated rate of attraction of the particles. These calculations were performed using a MATLAB toolbox modified to be applied to High Frequency Radar (HFR) and coastal flow. These modifications included (1) removal of the requisite for 'closed' structures, allowing the toolbox to identify 'filament' structures alone that are characteristic of coastal flow (2) assigning all NaN values to 24 hour periods with HFR coverage below 40% of the decade mean HFR coverage (3) aborting calculations when boundary conditions are not satisfactory (approaching +/- infinity) because the data being computed with is isolated (a small 'pond' of data) or advected particles are leaving the study region too quickly and (4) removing the 'edges' of the data where advected particles are influenced by the discontinuation of the data in an irregular shape."; String time_coverage_end "2022-12-31T00:00:00Z"; String time_coverage_start "2012-12-01T00:00:00Z"; String title "FTLE based on 5MHz HF Radar Network with 24-hour Integration Time"; Float64 Westernmost_Easting -76.9767837524414; } }
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.