-
Exciting news from PDAC 2025! 🚀
We introduced Seequent Evo — our new cloud-based platform designed to enhance geoscience collaboration and data management. Key Highlights: 💡 Seequent Evo: Centralises data, streamlines workflows, and enables faster decision-making. ⚒️ New Applications: Driver – Advanced geological data analysis. BlockSync – Real-time…
-
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…
-
Downhole data not plotting
I am running a project (in Target 9.3) that is linked to a SQL based master database via ODBC. The master database consists of historic downhole data and recent downhole data (i.e. assays, geology). My issue is that the recent downhole data plots but none of the historic data plots i.e. when plotting my project downhole…
-
Creating a new database
Hi again, I am trying to create a new database and fill it in a C# dll. Essentially I am reading in some data from one database (thanks for the help from my last post by the way, it was very useful!), doing some processing on it, and now I am attempting to write it out to a new database. I have created the new database,…
-
Accessing data in a database
I am building a C# dll, and currently I have got myself to the point where I can load it into Oasis Montaj, and do various little things, however I am having trouble figuring out the best method to get at the data inside of a database. Essentially, I want to access the loaded database to get the x, y, and measurement…