@@ -113,18 +113,19 @@ If they do not want to edit anything and prefer to run the code using Google API
113113<!-- ORGANIZATION -->
114114<h2 id = " organization " >4. Organization</h2 >
115115
116- ├── README.md <- Details about the project
117- ├── LICENSE <- Details about the license
118- ├── apt.txt <- Details about the requirements (apt-get)
119- ├── requirements.txt <- Details about the requirements (pip)
120- ├── environment.yml <- Details about the environment
121- ├── data <- Folder where the datasets are stored
116+ ├── README.md <- Details about project
117+ ├── LICENSE <- Details about license
118+ ├── apt.txt <- Details about requirements (apt-get)
119+ ├── requirements.txt <- Details about requirements (pip)
120+ ├── environment.yml <- Details about virtual environment
121+ ├── data <- Folder where datasets are stored
122122 │ │
123- │ └── cams <- Folder for CAMS datasets
123+ │ └── cams <- Folder where CAMS datasets are stored
124124 │ │
125- │ └── 137-levels.csv <- Details about CAMS model levels
125+ │ ├── 137-levels-definition.csv <- Details about CAMS L137 levels
126+ │ └── 60-levels-definition.csv <- Details about CAMS L60 levels
126127 │
127- ├── functions <- Folder that contains functions
128+ ├── functions <- Folder that contains all functions
128129 │ │
129130 │ ├── functions_general.ipynb <- Functions that apply to all datasets
130131 │ ├── functions_cams.ipynb <- Functions that apply to CAMS datasets
@@ -141,7 +142,8 @@ If they do not want to edit anything and prefer to run the code using Google API
141142 │ └── 2021-12-atmospheric-composition <- 3rd EUMETSAT/ESA/ECMWF Joint Training in AC
142143 │ │
143144 │ ├── images <- Folder where the images of the training are stored
144- │ └── data-comparison-practical.ipynb <- Data comparison practical
145+ │ ├── data-comparison-practical.ipynb <- Data comparison practical
146+ │ └── keys-example.txt <- File format example of keys.txt (hidden)
145147 │
146148 ├── main_cams_gome_L2.ipynb <- Comparison between CAMS and GOME-2 L2 datasets
147149 ├── main_cams_gome_L3.ipynb <- Comparison between CAMS and GOME-2 L3 datasets
0 commit comments