ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | INCOIS Quickscat Daily Data |
Institution: | INCOIS (Dataset ID: incois_quickscat_daily_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 9.32472e+8, 1.2588048e+9; String axis "T"; String calendar "standard"; 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 -29.75, 29.75; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range 30.25, 119.75; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } WIND_SPEED { Float32 _FillValue 327.67; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum 0.0; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "wind speed module"; String standard_name "wind_speed"; String units "m/s"; } ZONAL_WIND_SPEED { Float32 _FillValue 327.67; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum 0.0; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "zonal wind speed component"; String standard_name "wind_speed"; String units "m/s"; } MERI_WIND_SPEED { Float32 _FillValue 327.67; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum 0.0; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "meridional wind speed component"; String standard_name "wind_speed"; String units "m/s"; } WIND_STRESS { Float32 _FillValue 32.767; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "wind stress magnitude"; String units "Pa"; } ZONAL_WIND_STRESS { Float32 _FillValue 32.767; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "zonal wind stress component"; String units "Pa"; } MERI_WIND_STRESS { Float32 _FillValue 32.767; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "meridional wind stress component"; String units "Pa"; } WIND_STRESS_CURL { Float32 _FillValue 3.2767e-5; String history "From 199907200000-199907210000"; String ioos_category "Wind"; String long_name "wind stress curl"; String units "Pa/m"; } 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 Conventions "CF-1.6, COARDS, ACDD-1.3"; Float64 Easternmost_Easting 119.75; Float64 geospatial_lat_max 29.75; Float64 geospatial_lat_min -29.75; Float64 geospatial_lat_resolution 0.5; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 119.75; Float64 geospatial_lon_min 30.25; Float64 geospatial_lon_resolution 0.5; String geospatial_lon_units "degrees_east"; String history "Mon Mar 11 09:52:40 2013: cdo chname,MERIDIONAL_WIND_STRESS,MERI_WIND_STRESS out.nc out1.nc Mon Mar 11 09:51:50 2013: cdo chname,MERIDIONAL_WIND_SPEED,MERI_WIND_SPEED quick_daily.nc out.nc FERRET V6.5 22-Feb-13 2025-01-16T10:43:44Z (local files) 2025-01-16T10:43:44Z https://erddap.incois.gov.in/griddap/incois_quickscat_daily_datasets.das"; String infoUrl "???"; String institution "INCOIS"; String keywords "LATITUDE101_220, LONGITUDE421_600, MERI_WIND_SPEED, MERI_WIND_STRESS, TIME, WIND_SPEED, WIND_STRESS, WIND_STRESS_CURL, ZONAL_WIND_SPEED, ZONAL_WIND_STRESS"; 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.75; String sourceUrl "(local files)"; Float64 Southernmost_Northing -29.75; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "INCOIS Quickscat Daily Data"; String time_coverage_end "2009-11-21T12:00:00Z"; String time_coverage_start "1999-07-20T12:00:00Z"; String title "INCOIS Quickscat Daily Data"; Float64 Westernmost_Easting 30.25; } }
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.