fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

Please remove dependencies on **rgdal**, **rgeos**, and/or **maptools** #130

Closed rsbivand closed 1 year ago

rsbivand commented 1 year ago

This package and satellite depend on (depends, imports or suggests) raster and one or more of the retiring packages rgdal, rgeos or maptools (https://r-spatial.org/r/2022/04/12/evolution.html). Since raster 3.6.3, all use of external FOSS library functionality has been transferred to terra, making the retiring packages very likely redundant. It would help greatly if you could remove dependencies on the retiring packages as soon as possible.

fdetsch commented 1 year ago

Thanks. The dependencies were eliminated in #131 . I'll update the package on CRAN as soon as #132 has been resolved, i.e. (hopefully) until 2023-01-09.

rsbivand commented 11 months ago

@fdetsch rgdal was archived two days ago, so please do move to submit an updated version of satellite as soon as possible. See https://github.com/r-spatial/evolution https://r-spatial.github.io/evolution/ for details.