You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new endpoint, ecosystems, has been added to get_tiles and hit_national_map_api.
Improvements and bug fixes:
merge_rasters gains an argument, overwrite, which allows you to
specify whether or not to overwrite output_raster if it exists. Previous
versions expected you to pass "-overwrite" to options. If a file exists
at output_raster and overwrite is FALSE, merge_rasters will throw an
error.
Dependency changes:
sf now has a minimum dependency of 1.0-5, to take advantage of an
upstream bug fix (relating to merge_rasters overwrite)