Ocean surface wind speed and direction (QuikSCAT)
What it measures. Ocean surface wind speed and direction, derived from radar measurements of how rough the sea surface is.
How it's made. Produced from the SeaWinds radar on NASA's QuikSCAT satellite after its spinning antenna failed in 2009, using fixed-beam measurements averaged and combined with weather-model data.
How & where you'd use it. Supports studies of ocean winds and was also used to cross-calibrate other wind-measuring satellites; the unusual fixed-beam setup makes it a specialized record.
What's measured
Coverage & cadence
- Time span2010-07-16 → 2018-08-30
- Measured byQUIKSCAT (SEAWINDS)
- Processing levelLevel 1C
- Spatial extent-180, -89.875, 180, 89.875
- FormatsRAW
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
This dataset is Version 2 of the geo-located and averaged Level 1B Sigma-0 measurements and wind retrievals from the SeaWinds on QuikSCAT platform, initiated in the months following the failure of the rotating antenna motor on 22 November 2009, using the various incidence angles at which QuikSCAT was pointed during the time period from November 2009 until present. Incidence angles were varied in order to cross-calibrate the Oceansat-2 and RapidScat scatterometers and to extend the known Ku-band geophysical model function. The averaging of the L1B input data combined with the wind vector processing results are both contained in this product referred to hereafter as Level 1C (L1C). The fixed and repointed beam processing is relative to either the one corresponding to the vertically polarized "outer" beam or the other corresponding to the horizontally polarized "inner" beam. The Sigma-0 values from the fixed operating beam for each frame are averaged to a single value representing approximately 50 samples. The data points are land flagged, collocated with ECMWF surface winds, and have climatological nadir attenuations provided for the location and time of the data (not applied to the sigma0). The following enhancements have been applied in the Version 2 re-processing: 1) the GMF has been updated (QNS2016a) to make use of ECMWF nowcast 1x1 degree resolution wind direction information for the entire historical data record; 2) the new QNS2016a GMF leverages a calibration adjustment from Remote Sensing Systems (RSS) resulting in a consistently lower Normalized Radar Cross Section (NRCS or Sigma-0) measurements that establishes a Sigma-0 bias of -0.25 dB (-5.9% linear scale) compared to the L1C Version 1 data; 3) the new QNS2016a GMF also applies an azimuthal modulation that is decreased by several tenths of a dB (for Sigma-0) in variation with wind speed; this results in a more consistent wind speed retrieval comparison between "non-spinning" and "spinning" modes of the QuikSCAT instrument; 4) spacecraft attitude was re-estimated using slice data over multiple orbits as a replacement for lost echo-tracking capability during the "non-spinning" mode of the instrument; this new attitude estimation follows an unpublished manual technique that leverages the echo power of individual slice observations; since only a small subset of slice observations are analyzed, rapid variations in attitude are not captured; 5) continues data production beyond October 2016 through the end of mission on 30 August 2018. Retrieved wind directions are only slightly different from ECMWF values and should not be considered an independent measurement of wind direction. Retrieved wind speeds do not depend significantly on ECMWF speeds as evidenced by the fact that they agree closely with WindSAT polarimetric radiometer speeds whenever WindSAT and ECMWF disagree. The Sigma0 values have also been corrected for scan loss (due to the fact that the antenna does not scan) and for X-factor changes due to repointing.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="QSCAT_L1C_NONSPINNING_SIGMA0_WINDS_V2",
version="2.0",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from POCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Data Use and Citation Guidelines VIEW RELATED INFORMATION
- PO.DAAC Forum Topic on Known Issues and Updates to the QuikSCAT L1C Dataset. Users may post questions or comments directly to this Forum posting. VIEW RELATED INFORMATION
- Web Page Consisting of Known Problems, Issues, and Data Gaps VIEW RELATED INFORMATION
- Software Interface Specifications for L1B VIEW RELATED INFORMATION
- PO.DAAC Drive GET DATA
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- This dataset can be downloaded using the podaac-data-subscriber (the recommended tool for bulk downloading PO.DAAC data). It is a Python package for downloading one or many files using the command line interface. The URL redirects to the data-subscriber home page with instructions for utilizing the tool GET DATA