Skip to content

Cleaned archive of the CCAT site weather data (2006-2014)

Notifications You must be signed in to change notification settings

RonanHiggins/historical-weather-data

 
 

Repository files navigation

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

About

Cleaned archive of the CCAT site weather data (2006-2014)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.8%
  • Python 1.2%