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'])