v0.1.3
Bug fixes
-
Fix bug where lon/lat values were improperly assigned internally due to row
names not being ordered correctly inget_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()
andget_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 araster::brick()
-
Specify in documentation that a range of days to years can be specified for
download
Minor changes
-
get_region()
andget_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