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
- R
Published by bcknr 12 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 job -
checkStatus(): checks the status of a background job manually and download files if complete -
healthCheck(): checks the current status of the LFPS API -
landfireVSI(): 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
- R
Published by bcknr about 1 year 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
- R
Published by bcknr over 2 years ago
rlandfire - v0.4.1 - Minor Patch
- Fixed issue with license badge
- R
Published by bcknr over 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
- R
Published by bcknr over 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
- 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
- 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
- R
Published by bcknr about 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
- R
Published by bcknr about 3 years ago