Recent Releases of rlandfire
rlandfire - rlandfire 2.0.1
- Fully deprecated the old landfireAPI() function in favor of landfireAPIv2()
- Shapefile POST requests are repeated if they fail with status code 500, up to a maximum of 3 attempts.
- Minor bug fixes and improvements to address CRAN check issues on Windows-release
Biosphere - Wildfire
- R
Published by bcknr 7 months ago
rlandfire - rlandfire 2.0.0
- Added support for the new "version 2" LANDFIRE Products Service (LFPS) API
- Deprecated the old
landfireAPI()function in favor oflandfireAPIv2() - Added new features to
landfireAPIv2()including:edit_maskto restrict edit rules to a specific area using a shapefile- Support for more complex
edit_rulerequests - Option to run calls in the background with
background = TRUE
- Added new functions:
cancelJob(): cancels a previously submitted jobcheckStatus(): checks the status of a background job manually and download files if completehealthCheck(): checks the current status of the LFPS APIlandfireVSI(): reads LANDFIRE GeoTIFFs as a Spatraster using GDAL's Virtual File System (VSI)
- Improved error handling and reporting and minor bug fixes
- Updated documentation, vignette, and examples to reflect the new API
- License for v2.0.0 is now GPL-3.0 due to dependencies on
terra
Biosphere - Wildfire
- R
Published by bcknr 11 months ago
rlandfire - v1.0.0 - CRAN Release
- CRAN submission
- Modified
CITATIONandDESCRIPTIONfiles - Minor edits to vignette and documentation
- Improved error reporting in
landfireAPI()if multiple map zones are supplied
Biosphere - Wildfire
- R
Published by bcknr almost 2 years ago
rlandfire - v0.4.1 - Minor Patch
- Fixed issue with license badge
Biosphere - Wildfire
- R
Published by bcknr about 2 years ago
rlandfire - v0.4.0
- Added new function,
getZone(), which returns the LANDFIRE map zone based on a spatial object or zone name - Removed
terraandstringrdependencies - Updated to MIT + file LICENSE
- Added argument to specify order of values in the extend argument of
getAOI() - Added additional tests for
getAOI(),getZone(), andlandfireAPI() - Improved portability of examples
Biosphere - Wildfire
- R
Published by bcknr about 2 years ago
rlandfire - v0.2.2 - Minor Updates
- Added
NEWS.mdfile to track changes to the package. - Improved
getAOI()example - Added additional checks to
landfireAPI() - Created a vignette
Biosphere - Wildfire
- R
Published by bcknr over 2 years ago
rlandfire - v0.3.0 - Minor Updates
- Added new function (
viewProducts()) to open the LFPS products table in your web browser - Fixed bug causing early timeout well before
max_timewas reached
Biosphere - Wildfire
- R
Published by bcknr over 2 years ago
rlandfire - v0.2.1 - Patch
Fixed issues with:
getAOI()returning values in wrong order- Prevent API error when resolution is set to 30 by user
- Fix documentation formatting
- Update
testthat
See #11
Biosphere - Wildfire
- R
Published by bcknr almost 3 years ago
rlandfire - Version 0.2.0
Improvements for 0.2.0:
- Added edit rule functionality (#7)
- Improved error/warning reporting
- Return useful object w/ class
landfire_api(#2) testthatforlandfireAPI()and.fmt_editrules(internal)- Improved and updated documentation
- Fixed minor errors and bugs
Biosphere - Wildfire
- R
Published by bcknr almost 3 years ago
rlandfire - v0.1.0
Full Changelog: https://github.com/bcknr/rlandfire/commits/v0.1.0
Biosphere - Wildfire
- R
Published by bcknr about 3 years ago