File size: 631 Bytes
cc2a12a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # NOAA Wind – 10-Day Slice (Assignment 2)
**Station**: 8724580
**Product**: wind
**Full query period**: 20210601 → 20210630
**Chosen 10-day block (CSV)**: 2021-06-01 → 2021-06-10
This dataset contains hourly wind observations retrieved from the NOAA CO-OPS API.
**API**
- Base: https://api.tidesandcurrents.noaa.gov/api/prod/datagetter
- Parameters: `station=8724580`, `product=wind`, `interval=h`, `units=english`, `time_zone=lst_ldt`, `format=json`.
**Files**
- `data/wind_8724580_2021-06-01_2021-06-10.csv` — wind_8724580_2021-06-01_2021-06-10.csv
> Generated in Google Colab for BGDA-511 Assignment 2. |