g.proj symbol lookup error #2954
Unanswered
Juuuleuh-le-canare
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Your problem is broken GDAL library. Check if you don't have two of them (and GRASS is picking up the wrong one). |
Beta Was this translation helpful? Give feedback.
2 replies
-
If all possible, please consider to upgrade to GRASS GIS 8. It comes with a WAY better Python support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
--Problem Description
I am trying to use grass within a python code thanks to the grass_session and grass_scirpt packages.
I am not very familiar with the "session" part. From what i understand i need to specify where and how will be named the file architecture my grass functions will work in. I am not sure which one fo GISDBASE/LOCATION... is for me to choose, and which one must point to a specific directory.
As for now my gisbase variable is pointing to where grass 7.8.5 is installed on my computer, that is to say: "usr/lib/grass78"
And i set arbitrary names for "location" and "mapset"
--The Error
--Code
Beta Was this translation helpful? Give feedback.
All reactions