Skip to content

Commit

Permalink
use {} notation for all package names in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 21, 2024
1 parent cb5fe56 commit 57ae7c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ tbar
There are several other sources of weather data and ways of retrieving them through R.
Several are also [rOpenSci](https://ropensci.org) projects.

The [_**GSODTools**_](https://github.com/environmentalinformatics-marburg/GSODTools) by [Florian Detsch](https://github.com/fdetsch) is an R package that offers similar functionality as {GSODR}, but also has the ability to graph the data and working with data for time series analysis.
The [{GSODTools}](https://github.com/environmentalinformatics-marburg/GSODTools) by [Florian Detsch](https://github.com/fdetsch) is an R package that offers similar functionality as {GSODR}, but also has the ability to graph the data and working with data for time series analysis.

[_**rnoaa**_](https://CRAN.R-project.org/package=rnoaa), from [rOpenSci](https://docs.ropensci.org/rnoaa/) offers tools for interacting with and downloading weather data from the United States National Oceanic and Atmospheric Administration but lacks support for GSOD data.
[{rnoaa}](https://CRAN.R-project.org/package=rnoaa), from [rOpenSci](https://docs.ropensci.org/rnoaa/) offers tools for interacting with and downloading weather data from the United States National Oceanic and Atmospheric Administration but lacks support for GSOD data.

[_**stationaRy**_](https://cran.r-project.org/package=stationaRy), from Richard Iannone offers hourly meteorological data from stations located all over the world.
[{stationaRy}](https://cran.r-project.org/package=stationaRy), from Richard Iannone offers hourly meteorological data from stations located all over the world.
There is a wealth of data available, with historic weather data accessible from nearly 30,000 stations.

[_**riem**_](https://CRAN.R-project.org/package=riem) from [rOpenSci](https://docs.ropensci.org/riem/) allows to get weather data from Automated Surface Observing System (ASOS) stations (airports) in the whole world thanks to the Iowa Environment Mesonet website.
[{riem}](https://CRAN.R-project.org/package=riem) from [rOpenSci](https://docs.ropensci.org/riem/) allows to get weather data from Automated Surface Observing System (ASOS) stations (airports) in the whole world thanks to the Iowa Environment Mesonet website.

[_**weathercan**_](https://CRAN.R-project.org/package=weathercan) from [rOpenSci](https://github.com/ropensci/weathercan) makes it easier to search for and download multiple months/years of historical weather data from Environment and Climate Change Canada (ECCC) website.
[{weathercan}](https://CRAN.R-project.org/package=weathercan) from [rOpenSci](https://github.com/ropensci/weathercan) makes it easier to search for and download multiple months/years of historical weather data from Environment and Climate Change Canada (ECCC) website.

[_**clifro**_](https://CRAN.R-project.org/package=clifro) from [rOpenSci](https://docs.ropensci.org/clifro/) is a web portal to the New Zealand National Climate Database and provides public access (via subscription) to around 6,500 various climate stations (see <https://cliflo.niwa.co.nz/> for more information).
[{clifro}](https://CRAN.R-project.org/package=clifro) from [rOpenSci](https://docs.ropensci.org/clifro/) is a web portal to the New Zealand National Climate Database and provides public access (via subscription) to around 6,500 various climate stations (see <https://cliflo.niwa.co.nz/> for more information).
Collating and manipulating data from CliFlo (hence clifro) and importing into R for further analysis, exploration and visualisation is now straightforward and coherent.
The user is required to have an Internet connection, and a current CliFlo subscription (free) if data from stations, other than the public Reefton electronic weather station, is sought.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,33 +205,33 @@ them through R. Several are also [rOpenSci](https://ropensci.org)
projects.

The
[***GSODTools***](https://github.com/environmentalinformatics-marburg/GSODTools)
[{GSODTools}](https://github.com/environmentalinformatics-marburg/GSODTools)
by [Florian Detsch](https://github.com/fdetsch) is an R package that
offers similar functionality as {GSODR}, but also has the ability to
graph the data and working with data for time series analysis.

[***rnoaa***](https://CRAN.R-project.org/package=rnoaa), from
[{rnoaa}](https://CRAN.R-project.org/package=rnoaa), from
[rOpenSci](https://docs.ropensci.org/rnoaa/) offers tools for
interacting with and downloading weather data from the United States
National Oceanic and Atmospheric Administration but lacks support for
GSOD data.

[***stationaRy***](https://cran.r-project.org/package=stationaRy), from
[{stationaRy}](https://cran.r-project.org/package=stationaRy), from
Richard Iannone offers hourly meteorological data from stations located
all over the world. There is a wealth of data available, with historic
weather data accessible from nearly 30,000 stations.

[***riem***](https://CRAN.R-project.org/package=riem) from
[{riem}](https://CRAN.R-project.org/package=riem) from
[rOpenSci](https://docs.ropensci.org/riem/) allows to get weather data
from Automated Surface Observing System (ASOS) stations (airports) in
the whole world thanks to the Iowa Environment Mesonet website.

[***weathercan***](https://CRAN.R-project.org/package=weathercan) from
[{weathercan}](https://CRAN.R-project.org/package=weathercan) from
[rOpenSci](https://github.com/ropensci/weathercan) makes it easier to
search for and download multiple months/years of historical weather data
from Environment and Climate Change Canada (ECCC) website.

[***clifro***](https://CRAN.R-project.org/package=clifro) from
[{clifro}](https://CRAN.R-project.org/package=clifro) from
[rOpenSci](https://docs.ropensci.org/clifro/) is a web portal to the New
Zealand National Climate Database and provides public access (via
subscription) to around 6,500 various climate stations (see
Expand Down

0 comments on commit 57ae7c1

Please sign in to comment.