Skip to content

v0.1.3

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 22 Dec 00:54

Bug fixes

  • Fix bug where lon/lat values were improperly assigned internally due to row
    names not being ordered correctly in get_region()

  • Fix bug reports link in DESCRIPTION file

  • Correct vignette where it had said, "both of which will which will download

  • Correct documentation for get_region(), which incorrectly stated that it
    downloaded data for a 1 x 1 degree cell

Minor improvements

  • Optimise arguments used in utils::read.table() to ingest weather data in the
    get_cell() and get_region() functions more quickly

  • NEWS now formatted more nicely for easier reading

  • Add statement about possible performance and memory usage when using
    get_region() in the vignette

  • Add an example of converting the data frame to a spatial object using
    raster to create a raster::brick()

  • Specify in documentation that a range of days to years can be specified for
    download

Minor changes

  • get_region() and get_cell() now default to download all weather vars

  • Add a check to see if POWER website is responding before making request for
    data. If not, stop and return error message to user.

  • Add new use case vignette for APSIM modelling work,
    https://adamhsparks.github.io/nasapower/articles/use-case.html