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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@
13
13
14
14
The R package *ag5Tools* is a toolbox to download and extract data from the "Agrometeorological indicators from 1979 to present derived from reanalysis" dataset (AgERA5).
A description of the dataset can found [here](https://cds.climate.copernicus.eu/datasets/sis-agrometeorological-indicators?tab=overview)
17
17
18
18
The download function provides programmatic access to the Copernicus Climate Data Store to download AgERA5 data.
19
19
20
-
A detailed description can be found in the companion paper: https://doi.org/10.1016/j.softx.2022.101267
20
+
A detailed description of the ag5Tools package can be found in the companion paper: https://doi.org/10.1016/j.softx.2022.101267
21
21
22
22
## Data license
23
23
24
-
The *ag5Tools* package does not distribute data, it only provides access to Climate Data Store through the python cdsapi.
24
+
The *ag5Tools* package does not distribute data, it only provides access to the Climate Data Store through the Python cdsapi.
25
25
26
-
For specific details about the license agreement on downloading and using the data please check the license at: <https://cds.climate.copernicus.eu/api/v2/terms/static/licence-to-use-copernicus-products.pdf>
26
+
For specific details about the license agreement on downloading and using Copernicus Products, please check the license [here](https://cds.climate.copernicus.eu/datasets/sis-agrometeorological-indicators?tab=overview)
27
27
28
28
### Installation
29
29
The stable version of *ag5Tools* can be installed from **CRAN** using
Before using the *ag5Tools* package, you need to intall Python and the CDS API, please see the details here: https://cds.climate.copernicus.eu/api-how-to.
41
+
Before using the *ag5Tools* package, you need to intall Python and the CDS API, please see the detailsin the [CDSAPI guide](https://cds.climate.copernicus.eu/api-how-to)
42
42
43
43
#### Get your CDS API-Key
44
44
45
-
To download AgERA5 data you should first register at the Climate Data Store and get your API key. Please follow the instructions in: <https://cds.climate.copernicus.eu/api-how-to>
45
+
To download AgERA5 data you should first register at the Climate Data Store and get your API key. Please follow the instructions detailed in the [CDSAPI guide](https://cds.climate.copernicus.eu/api-how-to)
46
46
47
-
You need to create a file to store the API key, following the instructions from: <https://cds.climate.copernicus.eu/api-how-to>.
47
+
You need to create a file to store the API key. Please follow the instructions detailed [here](https://cds.climate.copernicus.eu/api-how-to)
0 commit comments