Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrownf committed Mar 16, 2022
1 parent 3109fba commit d483ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ devtools::install_github("agrdatasci/ag5Tools", build_vignettes = TRUE)

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>

You only need to create your \code{.cdsapirc} file to store the API key. Ag5Tools internally handles all the environment setup, including the Python requirements (i.e., install Python and cdsapi).
You only need to create a file to store the API key, following the instructions from: <https://cds.climate.copernicus.eu/api-how-to>. Ag5Tools internally handles all the environment setup, including the Python requirements (i.e., install Python and cdsapi).

#### Examples

Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/ag5Tools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
To download AgERA5 data from the Copernicus Climate Data Store (CDS) you should first register and get your
API Key from the [CDS API Guide](https://cds.climate.copernicus.eu/api-how-to).

Once you have your API Key, you should create a file named \code{.cdsapirc}. See more details at the
Once you have your API Key, you should create a file named ".cdsapirc". See more details at the
[CDS API Guide](https://cds.climate.copernicus.eu/api-how-to)

You do not need to install Python or the cdsapi client, Ag5Tools will do it if required.
Expand Down

0 comments on commit d483ab7

Please sign in to comment.