Ocean surface wind speed and direction (MetOp-C, 25 km)
What it measures. Ocean surface wind speed and direction across the satellite's swath, sampled at 25 km, available shortly after each pass.
How it's made. Retrieved from the ASCAT radar scatterometer on the MetOp-C satellite, which bounces microwaves off the sea surface; winds are calculated from the returned signal using a standard model, with each file covering one full orbit.
How & where you'd use it. Used for weather forecasting, storm and hurricane monitoring, and marine operations, with its roughly two-hour delay making it useful for near-real-time needs.
What's measured
Coverage & cadence
- Time span2019-10-22 → ongoing
- Measured byMETOP-C (ASCAT)
- Processing levelLevel 2
- Spatial extent-180, -89.6, 180, 89.6
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
This dataset contains operational near-real-time Level 2 ocean surface wind vector retrievals from the Advanced Scatterometer (ASCAT) on MetOp-C at 25 km sampling resolution (note: the effective resolution is 50 km). It is a product of the European Organization for the Exploitation of Meteorological Satellites (EUMETSAT) Ocean and Sea Ice Satellite Application Facility (OSI SAF) provided through the Royal Netherlands Meteorological Institute (KNMI). The wind vector retrievals are currently processed using the CMOD7.n geophysical model function using a Hamming filter to spatially average the Sigma-0 data in the ASCAT L1B data. Each file is provided in netCDF version 3 format, and contains one full orbit derived from 3-minute orbit granules. Latency is approximately 2 hours from the latest measurement. The beginning of the orbit is defined by the first wind vector cell measurement within the first 3-minute orbit granule that starts north of the Equator in the ascending node. ASCAT is a C-band dual swath fan beam radar scatterometer providing two independent swaths of backscatter retrievals in sun-synchronous polar orbit aboard the MetOp-C platform. For more information about the MetOp-C platform and mission, please refer to: https://www.eumetsat.int/our-satellites/metop-series . For more timely announcements, users are encouraged to register with the KNMI scatterometer email list: scat@knmi.nl. Users are also highly advised to check the dataset user guide periodically for updates and new information on known problems and issues. All intellectual property rights of the OSI SAF products belong to EUMETSAT. The use of these products is granted to every interested user, free of charge. If you wish to use these products, EUMETSAT's copyright credit must be shown by displaying the words "copyright (year) EUMETSAT" on each of the products used.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="ASCATC-L2-25km",
version="Operational/Near-Real-Time",
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
- Training resources for scatterometry data provided by KNMI VIEW RELATED INFORMATION
- History of Reported Modifications, Anomalies, etc... VIEW RELATED INFORMATION
- Mission and Instrument Overview VIEW RELATED INFORMATION
- Calibration, Validation, etc... VIEW RELATED INFORMATION
- Reports and Publications VIEW RELATED INFORMATION
- Historical Listing of Inter-orbit Datagaps VIEW RELATED INFORMATION
- ASCAT Level 2 User's Guide VIEW RELATED INFORMATION