![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Spike Filter Code Output
![]() ![]() |
Institution: | University of Delaware (Dataset ID: spike_filter) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { Int32 _ChunkSizes 512; String _CoordinateAxisType "Time"; Float64 actual_range 1.54631328e+9, 1.7456706e+9; String axis "T"; 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"; Float32 actual_range 36.81783, 40.99893; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -76.69815, -71.80215; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } sst { Int32 _ChunkSizes 1, 232, 273; String ioos_category "Temperature"; String long_name "Sea Surface Temperature Coldest Pixel"; String units "Degrees C."; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; Float64 Easternmost_Easting -71.80215; Float64 geospatial_lat_max 40.99893; Float64 geospatial_lat_min 36.81783; Float64 geospatial_lat_resolution 0.0181; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -71.80215; Float64 geospatial_lon_min -76.69815; Float64 geospatial_lon_resolution 0.018000000000000002; String geospatial_lon_units "degrees_east"; String history "2025-04-26T21:50:24Z (local files) 2025-04-26T21:50:24Z http://robots.ceoe.udel.edu/erddap/griddap/spike_filter.das"; String infoUrl "orb.udel.edu"; String institution "University of Delaware"; String keywords "coldest, data, local, pixel, sea, source, sst, surface, temperature, time"; 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 40.99893; String sourceUrl "(local files)"; Float64 Southernmost_Northing 36.81783; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Spike Filter Code Output"; String time_coverage_end "2025-04-26T12:30:00Z"; String time_coverage_start "2019-01-01T03:28:00Z"; String title "Spike Filter Code Output"; Float64 Westernmost_Easting -76.69815; } }
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/jplMURSST.htmlTable?analysed_sst[(2015-06-09T09:00:00Z)][(-89.9945):1000:(89.9945)][(-179.995):1000:(179.995)]
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.