Releases: ropensci/nasapower
Dublin
Add DSSAT ICASA file functionality
Back Bay
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
Fix bugs related to lonlat checks internally
Boston
-
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
Bug Fixes
- Fixes bug related to date columns where
MONTH
,DAY
andYYYY-MM-DD
were incorrectly reported in final data frame. This did not affect the weather data,YEAR
orDOY
columns.
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
0.1.2
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
nasapower 0.1.1
- Fix issues in documentation, typos, incorrect links, etc.
0.1.0: update .travis.yml
nasapower 0.1.0
-
Add new functionality to download regions in addition to single cells
-
Add static documentation website, https://adamhsparks.github.io/nasapower/
-
Add startup message
-
Better documentation
0.0.2
nasapower 0.0.2
- Added citation file