Skip to content

Releases: ropensci/nasapower

Dublin

04 Aug 02:20
Compare
Choose a tag to compare
Dublin Pre-release
Pre-release

Add DSSAT ICASA file functionality

Back Bay

01 Aug 21:59
Compare
Choose a tag to compare
Back Bay Pre-release
Pre-release

Fixes bug in returning a tibble of data. Also includes new option to return metadata provided by POWER team as well as the requested data.

ICPP

22 Jul 06:15
Compare
Choose a tag to compare
ICPP Pre-release
Pre-release

Fix bugs related to lonlat checks internally

Boston

22 Jul 00:02
Compare
Choose a tag to compare
Boston Pre-release
Pre-release
  • Provide access to all three communities, not just AG

  • Uses new NASA-POWER API to download new 1/2 x 1/2 degree data

  • Replace httr package with crul

  • Add parameters data frame, which lists available parameters with metadata
    about them

  • Add function create_met() to create APSIM met objects from POWER data

v0.1.4

01 Feb 00:40
Compare
Choose a tag to compare

Bug Fixes

  • Fixes bug related to date columns where MONTH, DAY and YYYY-MM-DD were incorrectly reported in final data frame. This did not affect the weather data, YEAR or DOY columns.

v0.1.3

22 Dec 00:54
Compare
Choose a tag to compare

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

0.1.2

07 Nov 02:20
Compare
Choose a tag to compare

nasapower 0.1.2

Bug fixes

  • Fixes bug where only first date is reported when using get_region() with
    multiple dates. #1

Minor changes

  • Enhanced documentation

  • Superflous function, .onLoad(), removed from zzz.R

  • Tidied up startup message

  • Clean up vignette

  • Build vignette faster

  • Remove DATE from DESCRIPTION

0.1.1

04 Nov 11:36
Compare
Choose a tag to compare

nasapower 0.1.1

  • Fix issues in documentation, typos, incorrect links, etc.

0.1.0: update .travis.yml

04 Nov 06:41
Compare
Choose a tag to compare

nasapower 0.1.0

0.0.2

02 Nov 11:45
Compare
Choose a tag to compare

nasapower 0.0.2

  • Added citation file