Package: weatherOz
Title: An API Client for Australian Weather and Climate Data Resources
Version: 2.0.0
Authors@R: c(
    person("Rodrigo", "Pires", , "rodrigo.pires@dpird.wa.gov.au", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7384-6849")),
    person("Anna", "Hepworth", , "anna.hepworth@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0003-0204-6347")),
    person("Rebecca", "O'Leary", , "bec.oleary@curtin.edu.au", role = "aut"),
    person("Jonathan", "Carroll", , "rpkg@jcarroll.com.au", role = "aut",
           comment = c(ORCID = "0000-0002-1404-5264")),
    person("James", "Goldie", , "me@jamesgoldie.dev", role = "aut",
           comment = c(ORCID = "0000-0002-5024-6207")),
    person("Dean", "Marchiori", , "deanmarchiori@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-3430-7225")),
    person("Paul", "Melloy", , "paul@melloy.com.au", role = "aut",
           comment = c(ORCID = "0000-0003-4253-7167")),
    person("Mark", "Padgham", , "mark.padgham@email.com", role = "aut",
           comment = c(ORCID = "0000-0003-2172-5265")),
    person("Hugh", "Parsonage", , "hugh.parsonage@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0003-4055-0835")),
    person("Keith", "Pembleton", , "keith.pembleton@unisq.edu.au", role = "ctb",
           comment = c(ORCID = "0000-0002-1896-4516", "Contributed code and ideas for original 'bomrang' package that was used in the creation of 'weatherOz'.")),
    person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = "ctb",
           comment = c(ORCID = "0000-0002-2815-0399", "Contributed to debugging a nasty little bug with CI where timezones caused tests to fail due to 'vcr' not recognising the\n                URL when run outside of Australia/Perth TZ! Suggested the use of `withr::local_timzeone()`, see <https://github.com/ropensci/weatherOz/commit/b052bf91973b8d7e147a39e8938405a64622634b>.")),
    person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "ctb",
           comment = c(ORCID = "0000-0001-9680-8474", "Contributed valuable feedback on package usage leading to improvements in the package structure and functionality.")),
    person("Jimmy", "Ng", , "jimmy.ng@dpird.wa.gov.au", role = "ctb"),
    person("Steve", "Collins", , "steve.collins@dpird.wa.gov.au", role = "ctb",
           comment = "Designed the hex logo for 'weatherOz' hex logo."),
    person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-0061-8359")),
    person("Laurens", "Geffert", , "laurensgeffert@gmail.com", role = "rev"),
    person("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = "rev"),
    person("Western Australia Agriculture Authority (WAAA)", role = "cph"),
    person("Curtin University", role = "cph")
  )
Description: Provides automated downloading, parsing and formatting of
    weather data for Australia through API endpoints provided by the
    Department of Primary Industries and Regional Development ('DPIRD') of
    Western Australia and by the Science and Technology Division of the
    Queensland Government's Department of Environment and Science ('DES').
    As well as the Bureau of Meteorology ('BOM') of the Australian
    government precis and coastal forecasts,
    and downloading and importing radar and satellite imagery files.
    'DPIRD' weather data are accessed through public 'APIs' provided by
    'DPIRD', <https://www.agric.wa.gov.au/weather-api-20>, providing
    access to weather station data from the 'DPIRD' weather station
    network.  Australia-wide weather data are based on data from the
    Australian Bureau of Meteorology ('BOM') data and accessed through
    'SILO' (Scientific Information for Land Owners) Jeffrey et al. (2001)
    <doi:10.1016/S1364-8152(01)00008-1>.  'DPIRD' data are made available
    under a Creative Commons Attribution 3.0 Licence (CC BY 3.0 AU)
    license <https://creativecommons.org/licenses/by/3.0/au/deed.en>.
    SILO data are released under a Creative Commons Attribution 4.0
    International licence (CC BY 4.0)
    <https://creativecommons.org/licenses/by/4.0/>. 'BOM' data are (c)
    Australian Government Bureau of Meteorology and released under a
    Creative Commons (CC) Attribution 3.0 licence or Public Access Licence
    ('PAL') as appropriate, see
    <http://www.bom.gov.au/other/copyright.shtml> for further details.
License: GPL (>= 3)
URL: https://github.com/ropensci/weatherOz/,
        https://docs.ropensci.org/weatherOz/
BugReports: https://github.com/ropensci/weatherOz/issues
Depends: R (>= 4.1.0)
Imports: apsimx, clock, crayon, crul, curl, data.table (>= 1.1.5),
        foreign, grDevices, jsonlite, knitr, lubridate, magick,
        methods, sf, stars, stats, terra, utils, xml2
Suggests: covr, dplyr, ggplot2, ggthemes, grid, gridExtra, mailR,
        mapproj, maps, rmarkdown, roxyglobals, spelling, testthat (>=
        3.0.0), usethis, vcr (>= 0.6.0), vdiffr, withr
VignetteBuilder: knitr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Tools
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: dpird, bom, meteorological-data,
        weather-forecast, australia, weather, weather-data,
        meteorology, western-australia,
        australia-bureau-of-meteorology, western-australia-agriculture,
        australia-agriculture, australia-climate, australia-weather
NeedsCompilation: no
Packaged: 2025-03-10 09:03:58 UTC; dpird-mac
Author: Rodrigo Pires [aut, cre] (<https://orcid.org/0000-0001-7384-6849>),
  Anna Hepworth [aut] (<https://orcid.org/0000-0003-0204-6347>),
  Rebecca O'Leary [aut],
  Jonathan Carroll [aut] (<https://orcid.org/0000-0002-1404-5264>),
  James Goldie [aut] (<https://orcid.org/0000-0002-5024-6207>),
  Dean Marchiori [aut] (<https://orcid.org/0000-0002-3430-7225>),
  Paul Melloy [aut] (<https://orcid.org/0000-0003-4253-7167>),
  Mark Padgham [aut] (<https://orcid.org/0000-0003-2172-5265>),
  Hugh Parsonage [aut] (<https://orcid.org/0000-0003-4055-0835>),
  Keith Pembleton [ctb] (<https://orcid.org/0000-0002-1896-4516>,
    Contributed code and ideas for original 'bomrang' package that was
    used in the creation of 'weatherOz'.),
  Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>,
    Contributed to debugging a nasty little bug with CI where timezones
    caused tests to fail due to 'vcr' not recognising the URL when run
    outside of Australia/Perth TZ! Suggested the use of
    `withr::local_timzeone()`, see
    <https://github.com/ropensci/weatherOz/commit/b052bf91973b8d7e147a39e8938405a64622634b>.),
  Max Moldovan [ctb] (<https://orcid.org/0000-0001-9680-8474>,
    Contributed valuable feedback on package usage leading to
    improvements in the package structure and functionality.),
  Jimmy Ng [ctb],
  Steve Collins [ctb] (Designed the hex logo for 'weatherOz' hex logo.),
  Adam H. Sparks [aut] (<https://orcid.org/0000-0002-0061-8359>),
  Laurens Geffert [rev],
  Sam Rogers [rev],
  Western Australia Agriculture Authority (WAAA) [cph],
  Curtin University [cph]
Maintainer: Rodrigo Pires <rodrigo.pires@dpird.wa.gov.au>
Repository: CRAN
Date/Publication: 2025-03-11 13:40:02 UTC
