-
Pandas dataframe to GDB
I have a Pandas dataframe that I want to convert to a GDB. I am using a dataframe because I have text and numeric data fields. if df is my dataframe, df.dtype returns: SurveyName object (this is how Pandas reports my string fields) Job int64 Record int64 Date int64 ... dtype: object When I try to write the line…
-
Using a Postgres Database
Our master DB manager found a magical
trick today. I thought it would be nice for me to share it with you. Based on our advancement within
Datamine with our work around with the manual SQL queries we were able to
figure out the problem for all our other platforms. The common bug blocking Datamine,
gOcad, Leapfrog and…
-
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…