-
Python Error: module 'numpy' has no attribute 'float'
Hi All, I'm trying to get data from a database using GX Developer Python API. Whatever I do, I keep getting the following error NumPy downgrading to 1.20 doesn't help. Any ideas about what could be wrong?
-
GXPY 9.10: cannot import name 'gxapi_cy' from partially initialized module 'geosoft.gxapi'
I have been trying to get up and running with GXPY 9.10 with Conda Python 3.8.10. It works fine if I install the geosoft package from pip. But in a separate environment, if I download GXPY from GITHUB, and add it to my PYTHONPATH, I get this error when trying to `import geosoft.gxpy as gxpy`: ImportError: cannot import…
-
How to grid a .gdb channel in python.
I can write a python script to create a geosoft grid using the surfer API however can some generous person point to or give an example how to grid from a python script using the geosoft gxapi or gxpy? I don't understand why this basic step is not in the tutorial.
-
Changing line type in a new database
Hello! I am currently writing code for a Python extension, using Python 3.7 in PyCharm and Geosoft 9.8. So far I've created 2 new output databases, and I've added new channel data by duplicating and editing it from an input database with line type "L". My issue is after creating and adding channels to these output…