Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 470 Bytes

CCAT Historical Weather Data

An archive of weather measurements made on Cerro Chajnantor from 2006-2014 to characterize the CCAT site, cleaned and merged into a single file.

Original data source is here. Downloaded 2019-11-26.

The merged dataset can be read using python and pandas:

import pandas
df = pandas.read_csv("ccat_site_weather_data_2006_to_2014.csv", parse_dates=['datetime'])