Hi!
I wrote a python script to try to import a raster file into GRASS mapset, but as I called the r.in.gdal module, a box message showed up and then the r.in.gdal.exe crashed.
Details I have posted in the forum, GRASS r.in.gdal crash:procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library spatialite.dll. Is there any way to solve the problem? Better without re-install GRASS.
Feel free to give me any idea, thanks.
On Fri, Jan 9, 2015 at 8:59 AM, Heinz Chen <liebenhans@gmail.com> wrote:
Hi!
I wrote a python script to try to import a raster file into GRASS mapset,
but as I called the r.in.gdal module, a box message showed up and then the
r.in.gdal.exe crashed.
Details I have posted in the forum, GRASS r.in.gdal crash:procedure entry
point sqlite3_rtree_geometry_callback could not be located in the dynamic
link library spatialite.dll. Is there any way to solve the problem? Better
without re-install GRASS.
Please try the suggestion in this answer:
http://gis.stackexchange.com/a/70035
(mentioning a double DLL of sqlite3.dll shipped with OSGeo4W).
Markus