Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fix reference in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jun 3, 2017
1 parent 99284a8 commit 55dd5a6
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 73 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ head(Melbourne_weather)
* Please [report any issues or bugs](https://github.com/ToowoombaTrio/bomrang/issues).
* License: MIT
* To cite _bomrang_, please use:
Sparks A, Parsonage H, and Pembleton K (2017). _bomrang: Fetch Australian Government Bureau of Meteorology Weather Data_. R package version 0.0.2,
<URL: https://github.com/ToowoombaTrio/bomrang>.
Sparks A, Parsonage H and Pembleton K (2017). _BOMRang: Fetch Australian Government Bureau of Meteorology Weather Data_. doi: 10.5281/zenodo.802315 (URL: http://doi.org/10.5281/zenodo.802315), R package version 0.0.3-1, <URL: https://github.com/ToowoombaTrio/BOMRang>.
* Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
* BOM Copyright Notice http://reg.bom.gov.au/other/copyright.shtml

Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,41 +220,41 @@ head(Melbourne_weather)
## 5 4 95936 Melbourne (Olympic Park) IDV60801
## 6 5 95936 Melbourne (Olympic Park) IDV60801
## local_date_time local_date_time_full aifstime_utc lat lon
## 1 03/06:30pm 2017-06-03 18:30:00 2017-06-03 08:30:00 -37.8 145
## 2 03/06:00pm 2017-06-03 18:00:00 2017-06-03 08:00:00 -37.8 145
## 3 03/05:30pm 2017-06-03 17:30:00 2017-06-03 07:30:00 -37.8 145
## 4 03/05:00pm 2017-06-03 17:00:00 2017-06-03 07:00:00 -37.8 145
## 5 03/04:30pm 2017-06-03 16:30:00 2017-06-03 06:30:00 -37.8 145
## 6 03/04:00pm 2017-06-03 16:00:00 2017-06-03 06:00:00 -37.8 145
## 1 03/09:30pm 2017-06-03 21:30:00 2017-06-03 11:30:00 -37.8 145
## 2 03/09:00pm 2017-06-03 21:00:00 2017-06-03 11:00:00 -37.8 145
## 3 03/08:30pm 2017-06-03 20:30:00 2017-06-03 10:30:00 -37.8 145
## 4 03/08:00pm 2017-06-03 20:00:00 2017-06-03 10:00:00 -37.8 145
## 5 03/07:30pm 2017-06-03 19:30:00 2017-06-03 09:30:00 -37.8 145
## 6 03/07:00pm 2017-06-03 19:00:00 2017-06-03 09:00:00 -37.8 145
## apparent_t cloud cloud_type delta_t gust_kmh gust_kt air_temp dewpt
## 1 10.2 - - 1.3 0 0 10.7 7.9
## 2 10.6 - - 1.4 6 3 11.3 8.5
## 3 11.1 - - 1.6 7 4 11.8 8.5
## 4 10.9 - - 1.9 9 5 12.4 8.5
## 5 11.4 - - 2.0 11 6 12.8 8.7
## 6 10.6 - - 2.0 15 8 12.6 8.5
## 1 7.8 - - 0.1 0 0 8.3 8.0
## 2 7.9 - - 0.2 0 0 8.4 8.0
## 3 8.2 - - 0.4 0 0 8.7 7.9
## 4 8.5 - - 0.5 0 0 9.0 7.9
## 5 9.1 - - 0.7 0 0 9.5 8.1
## 6 9.6 - - 0.9 0 0 10.0 8.1
## press press_msl press_qnh press_tend rain_trace rel_hum sea_state
## 1 1031.2 1031.2 1031.2 - 0 83 -
## 2 1031.3 1031.3 1031.3 - 0 83 -
## 3 1031.2 1031.2 1031.2 - 0 80 -
## 4 1031.2 1031.2 1031.2 - 0 77 -
## 5 1031.2 1031.2 1031.2 - 0 76 -
## 6 1031.4 1031.4 1031.4 - 0 76 -
## 1 1030.8 1030.8 1030.8 - 0 98 -
## 2 1030.8 1030.8 1030.8 - 0 97 -
## 3 1031.0 1031.0 1031.0 - 0 95 -
## 4 1031.2 1031.2 1031.2 - 0 93 -
## 5 1031.3 1031.3 1031.3 - 0 91 -
## 6 1031.3 1031.3 1031.3 - 0 88 -
## swell_dir_worded vis_km weather wind_dir wind_spd_kmh wind_spd_kt
## 1 - 10 - CALM 0 0
## 2 - 10 - SSW 2 1
## 3 - 10 - SSW 2 1
## 4 - 10 - SSW 6 3
## 5 - 10 - SSW 6 3
## 6 - 10 - SSW 9 5
## 2 - 10 - CALM 0 0
## 3 - 10 - CALM 0 0
## 4 - 10 - CALM 0 0
## 5 - 10 - CALM 0 0
## 6 - 10 - CALM 0 0

Meta
----

- Please [report any issues or bugs](https://github.com/ToowoombaTrio/bomrang/issues).
- License: MIT
- To cite *bomrang*, please use:
Sparks A, Parsonage H, and Pembleton K (2017). *bomrang: Fetch Australian Government Bureau of Meteorology Weather Data*. R package version 0.0.2, &lt;URL: <https://github.com/ToowoombaTrio/bomrang>&gt;.
Sparks A, Parsonage H and Pembleton K (2017). *BOMRang: Fetch Australian Government Bureau of Meteorology Weather Data*. doi: 10.5281/zenodo.802315 (URL: <http://doi.org/10.5281/zenodo.802315>), R package version 0.0.3-1, &lt;URL: <https://github.com/ToowoombaTrio/BOMRang>&gt;.
- Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
- BOM Copyright Notice <http://reg.bom.gov.au/other/copyright.shtml>

Expand Down
46 changes: 23 additions & 23 deletions docs/articles/bomrang.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55dd5a6

Please sign in to comment.