-
New Community Champion - Jack Chanmala - Geophysics
Hey everyone, My name is Jack Chanmala, and I’m excited to join this community! I’ve spent my career in exploration geophysics and mining, working across the spectrum—from junior exploration companies running drill rigs to major mining operations like Rio Tinto, where I focused on iron ore projects. Over the years, I’ve…
-
Heading to Roundup 2025 in Vancouver? Let's Connect!
We’re excited to showcase how Seequent’s tools can transform your mining data workflows, saving you time and enhancing decision-making. 💡 Discover MX Deposit Log dynamic data from anywhere—tablet, laptop, online, or offline. With built-in validation and seamless integration with Imago, your data stays accurate and ready to…
-
🎉 Oasis montaj 2024.2 is Here! 🎉
We’re excited to announce the latest release of Oasis montaj, packed with features to enhance multitasking, improve file compatibility, and align better with ArcGIS Pro—all thanks to your feedback! ✨ What’s New? Run 2D FFT filtering and section gridding in the background while working on other tasks. Import and visualize…
-
Font attribute change for 1 word
It's been a couple of years since I last used montaj. I've been asked to insert text (not a problem) but one of the words should be (according to my editor, NEEDS TO BE) in italics. Is there anything like HTML codes that may be used?
-
Error while VOXI generating
Hello, Im running latest oasis montaj, and keep getting this error when generating VOXI model from polygon. Not enough memory to create a graphics infrastructure ('OpenGL error GL_INVALID_FRAMEBUFFER_OPERATION glFramebufferTexture2D(fbo.targetO, color_attachment, m_target, m_texture, level) at M:\b\REL\…
-
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…
-
How to Install Oasis Montaj for Training?
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…
-
Unable to load C:\Program Files\Geosoft\Desktop Applications\bin\geodist.dll
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"…
-
Can you please review these slides and comment?
Dear all, as many of you perhaps know, I train geologists with a strong and genuine interest in Geophysics. What can I still add to this set of slides? Check please attachment. The geological meaning of this topic is another set of slides which I will be sharing later. Regards Sergio.-
-
Grid normalisation
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.
-
GX Development unexpected error
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…
-
Oasis Montaj
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.
-
gxcore; compilation error
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…