NEWS
CopernicusDEM 1.0.5 (2024-12-09)
- I replaced the "tmap", "leaflet" and "leafgl" in the vignette with the "mapview" R package (the user has to install the latest "mapview" version from the Github repository)
- I included the "terra" R package in the Suggests section of the DESCRIPTION file.
CopernicusDEM 1.0.4 (2024-08-17)
- I updated the "Copernicus_Digital_Elevation_Models.Rmd" vignette after a major revision of the "tmap" R package. The users of the CopernicusDEM have to install the latest version of tmap
CopernicusDEM 1.0.3 (2024-01-09)
- I renamed the inst/COPYRIGHTS file to inst/COPYRIGHTS.pdf (CRAN Team message)
- I fixed two broken URL's in the Vignette
CopernicusDEM 1.0.2 (2022-02-06)
- I've modified the create_VRT_from_dir() function to create the .vrt file only from .tif files (modified the pattern parameter in the list.files() function)
- I replaced the 'gdalUtils' with the 'sf' package (and especially the internal 'gdalbuildvrt' function) due to the fact that it currently gives an error in the 'r-devel-windows-x86_64-new-UL' test Flavor on CRAN
CopernicusDEM 1.0.1 (2021-05-19)
- I've added the Github repository URL to the DESCRIPTION file
- I've fixed mistakes in the Documentation of the R functions
- I've added a vignette explaining the functionality of the CopernicusDEM package
- I've modified the parallelzed loop in the aoi_geom_save_tif_matches() function so that it's compatible with both Unix and Windows Operating Systems
- I've fixed invalid URL's in the Vignette
CopernicusDEM 1.0.0 (2021-05-15)