I downloaded Oasis Montaj 2024.2 (Geosoft 2024.2.0 Setup 26 2024.11.30.exe). Unfortunately, the Geosoft viewer does not provide the required functions to complete the Oasis Montaj training courses. Only the most fundamental operations are possible (create project, save project, etc.). During the installation I can only…
Dear Seequent community, If you have this error message when lauching your stand-alone application that depend on Geosoft, please follow instruction located here: In our side, to solve the problem, we have copy/past our executable (Matlab compiled code) directly into "C:\Program Files\Geosoft\Desktop Applications\bin"…
I want to normalise the existing values in grid to 0-1 i use the equation in grid math: G0 = (G1 - min(G1)) / (max(G1) - min(G1)) I also tried this G0 = (G1 - min(G1, G1)) / (max(G1, G1) - min(G1, G1)) But both do not work. please advice how to write the equation in grid math.
I just started learning GX development with python. I installed the latest version 2023.2 of Geosoft Viewer. Also, I installed Python 3.8.3 and Geosoft Python modules and verified the installation. Now I am trying to run hello_world_extension.py, the very first example from the tutorial and getting error: A GXpy instance…
Hola buen día a todos, quisiera saber si posible obtener tutoriales actualizados de oasis montan con datos reales para tener mayo claridad en todos los procesos.
Good day, I'm trying to compile C++ examples from here (https://github.com/GeosoftInc/gxcore/tree/v2024.2/examples/cpp) using MS Visual Studio. The compiler keeps throwing the following error: Probably, I'm doing something silly. If so, could anybody advise me on how I can solve this? As far as I remember, "default" is a…
Hi, I am not able to install Geosoft 2024.1.0. Every time after completing 53% it is showing error
Hi all, Does anybody know how to create a multidialog menu using Python GX developer? Can't find anything about it in the API Reference. By multidialog menu I mean something like this (see image 1) instead of that (see image 2). Any clues, references or words of encouragement are much appreciated.
No tools work at all due to the same error: "geosoftarcpy" module not found. Is "_geosoftarcpy.cp39-win_amd64.py" the correct file name? That is the only script with a similar name as geosoftarcpy in the Target for ArcGIS Pro folder. Specifically, it is located here: C:\Program Files\Geosoft\Target for ArcGIS…
Hello! My current database is like this: x1 y1 z1 a1 b1 c2 d1 x2 y2 z2 a2 b2 c2 d2 x3 y3 z3 a3 b3 c3 d3 ... And I'm looking to get it into this format: x1 y1 z1 a1 x1 y1 z1 b1 x1 y1 z1 c1 x1 y1 z1 d1 x2 y2 z2 a2 x2 y2 z2 b2 x2 y2 z2 c2 x2 y2 z2 d2 x3 y3 z3 a3 x3 y3 z3 b3 x3 y3 z3 c3 x3 y3 z3 d3 ... Does anyone know of any…
It looks like you're new here. Sign in or register to get started.