ClimateIndicator / forcing-timeseries

MIT License
14 stars 2 forks source link

Missing iea_fuel_raw CSV data file OIWORLD-2023-1-EN-20231014T121149.csv #16

Open hellais opened 3 months ago

hellais commented 3 months ago

When I run the notebook notebooks/contrails.ipynb code cell 6 which states:

iea_fuel_raw = pd.read_csv('../data/contrails/OIWORLD-2023-1-EN-20231014T121149.csv')

I get an error which says:

FileNotFoundError                         Traceback (most recent call last)
Cell In[6], line 1
----> 1 iea_fuel_raw = pd.read_csv('../data/contrails/OIWORLD-2023-1-EN-20231014T121149.csv')

The current (as per commit 2e40170f4ae8296dd56619c3656f0d0aac9fec0e) of the data/contrails directory is:

❯ ls -1 data/contrails
contrails.csv
lee2020_clean_data.csv
sausen_schumann_co2.csv

Which does not contain the file OIWORLD-2023-1-EN-20231014T121149.csv

Do you perhaps know where this data file could be obtained? Would it be possible to check it into source control?

Thanks!

chrisroadmap commented 3 months ago

Per the README:

All ancillary data is provided in the repository or downloaded by the code except for four volcanic and contrails datasets that require registration. See the notes in the volcanic-forcing.ipynb, mls-data.ipynb and contrails.ipynb notebooks for how to obtain the data and where to download it to.

In contrails.ipynb in the preamble:

So yes, the data is not in the repo since we do not have permission to include this file.