ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | AEC USEAST SST and CHL Climatology |
Institution: | Naval Research Laboratory (Dataset ID: AEC_useast_satellite_climo) |
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 9.466848e+8, 9.782208e+8; 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"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 22.92764, 46.0; 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 -82.0, -62.98701; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } SST_avg { Int32 _ChunkSizes 1, 1088, 733; Float32 _FillValue -1.0e+34; String coordinates "time_run time lat lon"; String description "5-day composite (good pixel mean) running average"; String ioos_category "Temperature"; String long_name "Sea Surface Temperature"; String units "degree_C"; } Chlorophyll_avg { Int32 _ChunkSizes 1, 1088, 733; Float32 _FillValue -1.0e+34; String coordinates "time_run time lat lon"; String description "5-day composite (good pixel mean) running average"; String ioos_category "Biology"; String long_name "Chlorophyll Concentration, OCI Algorithm"; String units "mg m^-3"; } NC_GLOBAL { String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention"; String acknowledgment "NASA AWARD # 12-ECOF12-0023"; String authors "Penta, B., deRada S., McCarthy S., Gould R."; String cdm_data_type "Grid"; String Conventions "CF-1.4"; String date_of_last_change "Aug 16 2017"; String distribution "Approved for public release. Data provided on an AS IS basis. Distribution unlimited"; Float64 Easternmost_Easting -62.98701; Float64 geospatial_lat_max 46.0; Float64 geospatial_lat_min 22.92764; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -62.98701; Float64 geospatial_lon_min -82.0; Float64 geospatial_lon_resolution 0.012987015027322406; String geospatial_lon_units "degrees_east"; String history "FMRC Best Dataset 2024-11-09T01:57:27Z https://www.ncei.noaa.gov/thredds-coastal/dodsC/aec_useast_sat_agg/AEC_USEAST_Satellite_Climatology_best.ncd 2024-11-09T01:57:27Z https://www.ncei.noaa.gov/griddap/AEC_useast_satellite_climo.das"; String infoUrl "https://www.ncei.noaa.gov/thredds-coastal/catalog/aec_useast_sat_agg/catalog.html?dataset=aec_useast_sat_agg/AEC_USEAST_Satellite_Climatology_best.ncd"; String institution "Naval Research Laboratory"; 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:AEC_USEAST_Satellite_Climatology"; Float64 Northernmost_Northing 46.0; String reference "Adaptive Ecosystem Climatology (AEC)"; String references "https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/nrl-aec-gomex"; String source "MODIS Aqua Processed by NRL Advanced Processing System"; String sourceUrl "https://www.ncei.noaa.gov/thredds-coastal/dodsC/aec_useast_sat_agg/AEC_USEAST_Satellite_Climatology_best.ncd"; Float64 Southernmost_Northing 22.92764; String standard_name_vocabulary "CF-1.0"; String summary "Adaptive climatology Ocean Color Climatology"; String time_coverage_end "2000-12-31T00:00:00Z"; String time_coverage_start "2000-01-01T00:00:00Z"; String title "AEC USEAST SST and CHL Climatology"; Float64 Westernmost_Easting -82.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.