You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
This package provides access to the [Climate Data Store](https://cds.climate.copernicus.eu) (a.k.a. CDS) service.
6
6
7
-
The CDS website provides a [Show API request](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels-monthly-means?tab=form)
8
-
button at the bottom of the download tab of each dataset. This button generates the code to download the dataset with the Python cdsapi module.
9
-
We've designed this Julia package so that one could copy/paste the generated Python code with minimum modification in Julia.
7
+
The CDS website provides a `Show API request` button at the bottom of the download tab of each dataset.
8
+
This button generates the code to download the dataset with the Python cdsapi module. We've designed this
9
+
Julia package so that one could copy/paste the generated Python code with minimum modification in Julia.
0 commit comments