on MacOS s2-based calculations are now enabled so users can expect the package to return numerically equivalent results on any operating system (#131)
the online source for the nasa_srtm
resource shows
an expired SSL certificate since November 2022. The get_resources()`
function now includes an error and instructions how to disable SSL
certification at a users own risk. The websites maintainers have been
contacted and asked to renew the certification. (#131)
GFW resources are now updated to use the latest version allowing analysis for the additional year of 2021 (#123, @fBedecarrats)
GFW indicators now accept numeric min_size
argument
allowing to specify fractional covers (#110)
fire indicators now allow the simultaneous calculation of indicators based on MODIS and VIIRS. Before users had to chose between one of the instruments for each analysis (#126)
case when one or multiple assets return NA instead of a tibble is now properly tested and handled (#101)
Rasters are no longer temporary written to disk to omit a bug caused by applying mask/classify to an already existing raster file (#108, @Jo-Schie)
Bug with soilproperties set to NA caused by the function to return a data.frame instead of a tibble was fixed (#116)
both, treecoverloss_emissions
and
treecover_area_and_emissions
now return 0 instead of NaN
for observation years where now forest loss occurred (#120)
.make_global_grid()
now specifies the CRS when
constructing the bounding box and returns the grid in the specified CRS
instead of Lat/Lon (#113)
.calc_active_fire_properties
now uses st_coordinates
to retrieve locations of fires (#119, @DavisVaughan)
tests for MacOS have been re-enabled (#131)
tests for downloading nasa_srtm
resource are skipped
because the SSL certificate of the online source has expired
(#131)
extensive renaming of resources and indicators. These are handled gracefully until the next release (i.e. a warning is issued and names are replaced):
resources:
treecover2000
->
gfw_treecover
lossyear
-> gfw_lossyear
greenhouse
-> gfw_emissions
traveltime
-> nelson_et_al
nasagrace
-> nasa_grace
mintemperature
->
worldclim_min_temperature
maxtemperature
->
worldclim_max_temperature
precipitation
->
worldclim_precipitation
ecoregions
-> teow
mangrove
-> gmw
srtmdem
-> nasa_srtm
indicators:
treecover
-> treecover_area
emissions
->
treecoverloss_emissions
treeloss
->
treecover_area_and_emissions
chirpsprec
->
precipitation_chirps
accessibility
-> traveltime
popcount
->
population_count
wctmin
->
temperature_min_wc
wctmax
->
temperature_max_wc
wcprec
-> precipitation_wc
gmw
-> mangroves_area
teow
-> ecoregion
init_portfolio()
now sets the testing
attribute to FALSE by default.get_<resource>()
functions now return filenames
early if testing
is set to TRUE.calc_<indicator>()
examples now copy files to the
R temporal directory and are wrapped in try()
to avoid
errors/warnings on CRAN if an internet resource is not available.calc_tri()
and
calc_elevation()
are now disabled on CRAN because of the
responsiveness of CIGAR servers.NEWS.md
file to track changes to the
package.init_portfolio()
is used to initialize a portfolio
object. The input must be an sf object where all geometries are of type
POLYGON
get_resources()
calc_indicators()
write_portfolio()
read_portfolio()
. If users wish to download additional
resources or calculate indicators, init_portfolio()
has to
be called again.