![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | ZZZ - DEPRECATED - Ocean Surface Wind Speed - Cross-Calibrated Multi- Platform (CCMP) Wind Vector Analysis - Monthly, 1987-2017, v2.0 ![]() ![]() |
Institution: | APDRC (Dataset ID: hawaii_soest_9150_1726_5f1b) |
Information: | Summary ![]() ![]() ![]() |
Click on the map to specify a new center point.
![]() Zoom: ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 5.52096e+8, 1.5120864e+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"; Float64 actual_range -78.375, 78.375; 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 0.125, 359.875; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } uwnd { Float32 _FillValue -9999.0; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum -15.0; String ioos_category "Wind"; String long_name "u-wind vector component at 10 meters [m s-1]"; Float32 missing_value -9999.0; String standard_name "eastward_wind"; } vwnd { Float32 _FillValue -9999.0; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum -15.0; String ioos_category "Wind"; String long_name "v-wind vector component at 10 meters [m s-1]"; Float32 missing_value -9999.0; String standard_name "northward_wind"; } nobs { Float32 _FillValue -9999.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "number_of_observations [count]"; Float32 missing_value -9999.0; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "HAWAII SOEST"; String creator_type "institution"; String creator_url "http://apdrc.soest.hawaii.edu/datadoc/ccmp_month_v2.php"; String dataType "Grid"; String documentation "http://apdrc.soest.hawaii.edu/datadoc/ccmp_month_v2.php"; Float64 Easternmost_Easting 359.875; Float64 geospatial_lat_max 78.375; Float64 geospatial_lat_min -78.375; Float64 geospatial_lat_resolution 0.25; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 359.875; Float64 geospatial_lon_min 0.125; Float64 geospatial_lon_resolution 0.25; String geospatial_lon_units "degrees_east"; String history "Tue Feb 28 09:47:22 HST 2023 : imported by GrADS Data Server 2.0 2023-03-27T00:53:57Z http://apdrc.soest.hawaii.edu/dods/public_data/satellite_product/CCMP/monthly_v2 2023-03-27T00:53:57Z https://oceanwatch.pifsc.noaa.gov/griddap/hawaii_soest_9150_1726_5f1b.das"; String infoUrl "http://apdrc.soest.hawaii.edu/datadoc/ccmp_month_v2.php"; String institution "APDRC"; String keywords "atmosphere, atmospheric, ccmp, component, count, data, earth, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, eastward, eastward_wind, hawaii, latitude, longitude, meters, month, monthly, nobs, northward, northward_wind, number, observations, ocean, s-1, school, science, soest, statistics, surface, technology, time, u-wind, uwnd, v-wind, v02.0, vector, vwnd, wind, winds"; 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 78.375; String sourceUrl "http://apdrc.soest.hawaii.edu/dods/public_data/satellite_product/CCMP/monthly_v2"; Float64 Southernmost_Northing -78.375; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "The Cross-Calibrated Multi-Platform (CCMP) gridded surface vector winds are produced using satellite, moored buoy, and model wind data, and as such, are considered to be a Level-3 ocean vector wind analysis product. The new CCMP V2.0 data set is available from Remote Sensing Systems (RSS). This is a monthly 0.25º resolution product. More info: http://apdrc.soest.hawaii.edu/datadoc/ccmp_month_v2.php and here: http://www.remss.com/measurements/ccmp/"; String time_coverage_end "2017-12-01T00:00:00Z"; String time_coverage_start "1987-07-01T00:00:00Z"; String title "ZZZ - DEPRECATED - Ocean Surface Wind Speed - Cross-Calibrated Multi-Platform (CCMP) Wind Vector Analysis - Monthly, 1987-2017, v2.0"; Float64 Westernmost_Easting 0.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[(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.