Closed florisvdh closed 4 years ago
This results in a great speedup of library(n2khab). Loading n2khab before took several seconds, now < 1 second. The raster package is now loaded on an as-needed basis, i.e. for the read_GRTSmh_xxxx functions.
library(n2khab)
n2khab
raster
This results in a great speedup of
library(n2khab)
. Loadingn2khab
before took several seconds, now < 1 second. Theraster
package is now loaded on an as-needed basis, i.e. for the read_GRTSmh_xxxx functions.