-
CSV Processing vs Database Processing
Hi, I am currently trying to run a code in PyCharm to calculate intersections from survey lines and mark intersections as 1 or 0 based on a lower signal or higher altitude. My code runs fine when I've exported the csv manually through Oasis Montaj and detects all the intersections. However when I've tried to run the script…
-
Geodist.dll error using python with the Geosoft 2024.2 installation
Dear community. After upgrading to Geosoft 2024.2 I am getting this error when initiating a GX instance: GXException: GX services are not available. Unable to load C:\Program Files\Geosoft\Desktop Applications\bin\geodist.dll The error comes when running my python code from my IDE (Spyder) or Matlab but not when running…
-
Oasis Montaj Python PIP installation
Hi, I'm trying to install pip onto geosoft nestled python; however whenever I try to do so, I get this: At which point it just goes to my desktop version of python. Any ideas on what I'm doing wrong?
-
Voxel Math
Hi, I am trying to write some python code to do the following. 1) Open a geosurface file 2) Iterate through the surfaces in the file a) extract the extents of the surface b) create a voxel covering the extents, all value = zeros c) use voxel math to change all cells inside the surface to 1 and outside to DUMMY d) save the…