Skip to content

Commit f05c6d3

Browse files
authored
Merge pull request #197 from esowc/branch-alba
Update README.md and remove redundant lines
2 parents 35332e0 + 263ba5f commit f05c6d3

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Atmospheric Datasets Comparison (ADC) Toolbox is aimed to have a set of tools th
3434
* Forecast data from CAMS model vs. L2 near real-time and offline data from TROPOMI (NO<sub>2</sub>, O<sub>3</sub>, CO, SO<sub>2</sub>, HCHO), IASI (O<sub>3</sub>, CO, SO<sub>2</sub>) and GOME-2 (NO<sub>2</sub>, O<sub>3</sub>, SO<sub>2</sub>, HCHO) sensors.
3535
* Reanalysis monthly data from CAMS model vs. L3 monthly data from TROPOMI (NO<sub>2</sub>), IASI (O<sub>3</sub>, CO) and GOME-2 (NO<sub>2</sub>) sensors.
3636

37-
Users can install the software in their desktop by following the steps described in <a href = "#requirements">Requirements</a>. A <a href = "https://nbviewer.org/github/esowc/adc-toolbox/blob/main/thesis/case_study.ipynb">case study</a> was created to show the usability of the toolbox for deriving long-term trends in air pollution.
37+
A full explanation of the initial version of this software and its theoretical background can be read in <a href = "https://www.researchgate.net/publication/359342884_Development_of_a_Toolbox_to_Compare_Atmospheric_Composition_Datasets_Long-term_trends_in_urban_NO2_concentrations_in_Spain_derived_from_CAMS_reanalysis_and_GOME-2_data" target = "_blank">Research Gate</a>.
38+
39+
Users can install the software in their desktop by following the steps described in <a href = "#requirements">Requirements</a>. A <a href = "https://nbviewer.org/github/esowc/adc-toolbox/blob/main/thesis/case_study.ipynb" target = "_blank">case study</a> was created to show the usability of the toolbox for deriving long-term trends in air pollution.
3840

3941
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)
4042

main_cams_gome_L3.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@
137137
"\n",
138138
"# Define resolution (Unique: 0.25x.0.25)\n",
139139
"lat_res = 1\n",
140-
"lon_res = 1\n",
141-
"\n",
142-
"# Create bbox\n",
143-
"bbox = ((lon_min, lat_min), (lon_max, lat_max))"
140+
"lon_res = 1"
144141
]
145142
},
146143
{

thesis/case_study.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@
137137
"\n",
138138
"# Define resolution (Unique: 0.25x.0.25)\n",
139139
"lat_res = 0.25\n",
140-
"lon_res = 0.25\n",
141-
"\n",
142-
"# Create bbox\n",
143-
"bbox = ((lon_min, lat_min), (lon_max, lat_max))"
140+
"lon_res = 0.25"
144141
]
145142
},
146143
{

0 commit comments

Comments
 (0)