--- language: - en license: - cc-by-4.0 multilinguality: - monolingual pretty_name: NOAA Buoy meterological data size_categories: - 100K 2006 Wind direction goes from being called WD to WDIR 7. From 2006 -> 2007 Header goes from just 1 line with variable names to 2 lines with the second line being units. These steps were used to create full_2023_remove_flawed_rows, the 2023 months, and full_years_remove_flawed_rows the previous data going back to 1980 Since the original purpose of this data was anomaly detection. The two data sets above received further processing. 1. All data values were converted to Z-scores (file named zscore_2023) 1. For 1980 - 2022, all rows with 2 or more fields with Z-scores > 2 were removed from the dataset (file named trimmed_zscores_years ) ## Uses ### Direct Use Primary use is working with tabular data and embeddings, particularly for anomaly detection