inbo / n2khab

R package with preprocessing functions and standard reference data for Flemish Natura 2000 (N2K) habitat (HAB) analyses
https://inbo.github.io/n2khab
GNU General Public License v3.0
2 stars 1 forks source link

Make loading speedier: drop raster dependency #90

Closed florisvdh closed 4 years ago

florisvdh commented 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.