ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Daily-OI-V2, final, Data (Ship, Buoy, AMSR-E, AVHRR, GSFC-ice) |
Institution: | INCOIS (Dataset ID: NOAA_AVHRR_AMSR_datasets) |
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.0228896e+9, 1.3176864e+9; String axis "T"; String calendar "standard"; String ioos_category "Time"; String long_name "Center time of the day"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } zlev { Float32 actual_range 0.0, 0.0; String axis "Z"; String ioos_category "Sea Level"; String long_name "Sea surface height"; String standard_name "sea_surface_height"; String units "meters"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range -29.875, 29.875; 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 20.125, 139.875; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } sst { Float32 _FillValue -9.99; Float64 colorBarMaximum 32.0; Float64 colorBarMinimum 0.0; String ioos_category "Temperature"; String long_name "Daily sea surface temperature"; String standard_name "sea_surface_temperature"; String units "degrees C"; } anom { Float32 _FillValue -9.99; Float64 colorBarMaximum 3.0; Float64 colorBarMinimum -3.0; String ioos_category "Temperature"; String long_name "Daily sea surface temperature anomalies"; String standard_name "surface_temperature_anomaly"; String units "degrees C"; } NC_GLOBAL { String CDI "Climate Data Interface version 1.5.9 (http://code.zmaw.de/projects/cdi)"; String cdm_data_type "Grid"; String CDO "Climate Data Operators version 1.5.9rc4 (http://code.zmaw.de/projects/cdo)"; String contact "Dick Reynolds, email: Richard.W.Reynolds@noaa.gov & Chunying Liu, email: Chunying.liu@noaa.gov"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creation_date "2011-03-07"; String creator_email "Richard.W.Reynolds@noaa.gov"; String creator_name "Richard W Reynolds"; String creator_type "person"; String creator_url "https://www.nasa.gov/centers/goddard/home/index.html"; Float64 Easternmost_Easting 139.875; Float64 geospatial_lat_max 29.875; Float64 geospatial_lat_min -29.875; Float64 geospatial_lat_resolution 0.25; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 139.875; Float64 geospatial_lon_min 20.125; Float64 geospatial_lon_resolution 0.25; String geospatial_lon_units "degrees_east"; String history "Tue Dec 11 23:57:43 2012: cdo cat out1.nc NOAA_SST.nc Tue Dec 11 23:57:43 2012: cdo selname,sst,anom out.nc out1.nc Tue Dec 11 23:57:43 2012: cdo sellonlatbox,20,140,-30,30 amsr-avhrr-v2.20020601.nc out.nc 2025-01-16T12:52:09Z (local files) 2025-01-16T12:52:09Z https://erddap.incois.gov.in/griddap/NOAA_AVHRR_AMSR_datasets.das"; String infoUrl "https://www.nasa.gov/centers/goddard/home/index.html"; String institution "INCOIS"; String keywords "anom, lat, lon, sst, time, zlev"; String keywords_vocabulary "GCMD Science Keywords"; 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 29.875; String source_data "ESRL ICOADS, AVHRR16, AMSR, GSFC ice"; String sourceUrl "(local files)"; Float64 Southernmost_Northing -29.875; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "NOAA High Resolution SST AVHRR AMSR (data provided by the NOAA OAR ESRL)"; String time_coverage_end "2011-10-04T00:00:00Z"; String time_coverage_start "2002-06-01T00:00:00Z"; String title "Daily-OI-V2, final, Data (Ship, Buoy, AMSR-E, AVHRR, GSFC-ice)"; Float64 Westernmost_Easting 20.125; } }
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[(2002-06-01T09: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.