Skip to content

Commit 9d364cd

Browse files
authored
Merge pull request #11 from AgrDataSci/dbrownf-patch-2
Update README.md
2 parents 9279652 + e498fbc commit 9d364cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
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).
1515

16-
<https://cds.climate.copernicus.eu/cdsapp#!/dataset/10.24381/cds.6c68c9bb?tab=overview>
16+
A description of the dataset can found [here](https://cds.climate.copernicus.eu/datasets/sis-agrometeorological-indicators?tab=overview)
1717

1818
The download function provides programmatic access to the Copernicus Climate Data Store to download AgERA5 data.
1919

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
2121

2222
## Data license
2323

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.
2525

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)
2727

2828
### Installation
2929
The stable version of *ag5Tools* can be installed from **CRAN** using
@@ -38,13 +38,13 @@ devtools::install_github("agrdatasci/ag5Tools", build_vignettes = TRUE)
3838
### Downloading AgERA5 data
3939

4040
#### Install Python and the CDS API
41-
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)
4242

4343
#### Get your CDS API-Key
4444

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)
4646

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)
4848

4949
#### Examples
5050

0 commit comments

Comments
 (0)