Using GRASS 7.8 there might be projection problems resulting in an error message in setup_grass_environment:
ERROR 1: PROJ: proj_create_geographic_crs: SQLite error on SELECT name, ellipsoid_auth_name, ellipsoid_code, prime_meridian_auth_name, prime_meridian_code, area_of_use_auth_name, area_of_use_code, publication_date, deprecated FROM geodetic_datum WHERE auth_name = ? AND code = ?: no such column: area_of_use_auth_name.
Subsequent import of data using import_data is also not possible.
A quick solution is to install GRASS 7.6.1 (https://grass.osgeo.org/download/) and use this version (i.e. set the program path to this version e.g. on Windows as "gisBase = c:/Program Files/GRASS GIS 7.6" in setup_grass_environment).
This seems to be no problem on unix based systems. I am working on it and will upload an update as soon as possible.
Using GRASS 7.8 there might be projection problems resulting in an error message in
setup_grass_environment:ERROR 1: PROJ: proj_create_geographic_crs: SQLite error on SELECT name, ellipsoid_auth_name, ellipsoid_code, prime_meridian_auth_name, prime_meridian_code, area_of_use_auth_name, area_of_use_code, publication_date, deprecated FROM geodetic_datum WHERE auth_name = ? AND code = ?: no such column: area_of_use_auth_name.Subsequent import of data using
import_datais also not possible.A quick solution is to install GRASS 7.6.1 (https://grass.osgeo.org/download/) and use this version (i.e. set the program path to this version e.g. on Windows as "gisBase = c:/Program Files/GRASS GIS 7.6" in
setup_grass_environment).This seems to be no problem on unix based systems. I am working on it and will upload an update as soon as possible.