Closed SanderDevisscher closed 2 months ago
to allow usage without library(fistools).
if you use fistools::CRS_extractor() you get an error stating lib_crs is not found. By adding fistools:: this should be fixed
fistools::CRS_extractor()
fistools::
to allow usage without library(fistools).
if you use
fistools::CRS_extractor()
you get an error stating lib_crs is not found. By addingfistools::
this should be fixed