-
Unable to install Geosoft Plug-in for ArcGIS 9.5
Hi, I am unable to install the Geosoft Plug-in for ArcGIS 9.5 on a PC with W7 SP1. I got the following error message during the install process: "Failed to download: http://updates.geosoft.com/Prereq/VCRuntime/VC2015Update3.EXE" The thing is I already have VC2015Update3 installed on my machine. May somebody help me?…
-
Log Display Support
Hi, Please find attached file and suggest how to display such in strip log.
-
Create a Menu to Run Python Extensions
I'm starting in Python and I could not create a menu by following the procedure below: Can anyone help me? I want to call hello world on the menu at oasis montaj
-
How can I delete a table in Target for ArcGIS?
So I've loaded 2 lithology tables into my Target project as i was comparing them. Now I'd like to delete one of them. Can I just delete the *.gdb file? There doesn't seem to be a function to remove the table, apart from reloading the table without any data, but that still leaves me with an extra 37mb file loaded into my…
-
SOLVED: Setting a colour ramp through a gx
Hi all, I'm trying to set up a gx to change the colour ramps of multiple AGGs in a map. I have everything working now expect setting the colour ramp from a .tbl file. I couldn't find a gx function for this so I tried recording a script and using the SetString_SYS() function to set the input parameters into the parameter…
-
FENCE DIAGRAM - SUPPORT
Hi, If I want to display particular interval in fence diagram, is there any possibility as exists in strip log? Also how to plot a drillhole from desired depth instead of hole top in fence diagram?
-
Compute voxel of distances to drill holes
Is there anyway to generate a 3D voxel model with cells values that show the distance to the nearest drill hole, even if it requires a couple of steps?
-
Map plot
Hi there, i am wondering is it possible to plot on a single map two different coordinate nets. For example there is an option to plot Lat, Long ticks along with costume coordinate net, but I would like to plot two Gauss-Kruger coordinate nets on the same map. Any suggestion is appreciated.
-
Uploading polygons to GPS
Dear All Does anyone know the easiest program/software I can use to upload polygons like an exploration license from a PC to a handheld GPS easily. Am able to load waypoints like a planned soil sampling grid but am stuck with uploading polygons or rather tracks. Please help Mwape
-
Python GX install failing
I have Anaconda Python 3.7.1 installed with Oasis 9.5.1. I have installed the Geosoft GX via pip install Geosoft. I have added the python tools to Geosoft. I have set the Python directory in Geosoft (C:\Users\\AppData\Local\Continuum\anaconda3) and restarted everything. When I hit Python->Verify Python in OM I get the…
-
Euler Search Windows' direction
Hi, I have some questions about Euler Decon. While we are running Euler method on a gridded data as I understand - from the illustrions ont eh manual and the Theory description- the search window is always moving from right to left and from down to top( west to east and south to north). Here is the question: Would it be…
-
fly lines
How I can eliminate the fly lines noise?
-
Python GX: get_user_input with output of project_grids
I have a get_user_input dialog that prompts the user to pick an existing grid from the project: # ask the user to select a grid grid_file = gxproj.get_user_input(title='Specify existing TMI grid', prompt='TMI grid:', kind='list', items=project.project_grids, default=default_grid) The list usually works fine, but when I run…
-
anomaly differences
What is the anomaly differences between magnetic survey by fluxgate magnetometer and total field magnetometer?
-
Fraser Filter
What´s the funtion of the Fraser Filter?. How I can work in Geosoft with this filter?
-
Documentation Errors
Hi. Since I didn't find a place to report errors in the doc, I'll do it here. On https://geosoftgxdev.atlassian.net/wiki/spaces/GXD94/pages/430211115/Release+Notes the geosoft.gxpy.grid_utility Utilities Hyperlink links to the wrong Doc page.
-
How to set/query TITLE parameter when creating a GXF file using Python API?
I created a working python script that creates a GXF file from scratch. What function is used to set the TITLE string for the GXF file? Or to query it, for that matter? #TITLE #POINTS 108 #ROWS 107 #SENSE 1 ...
-
Upcoming Toronto Geological Discussion Group January webinars
The Toronto Geological Discussion Group (TGDG) is pleased to invite you to their upcoming January webinars. Geosoft will be the technology sponsor for the online portion of the event. There is no registration fee and each of the live events will be accessible online. The recording for the webinars will also be made…
-
Change Map Projection
The default setting for my map is WGS 84. Is there a way to change this to NAD 27 so that I can import shapefiles from another software?
-
Can I export only active groups or folders to a new map?
I have a large regional compilation map and would like to save a few specific groups or folders to a new map in order to send to the client. I know that I could do this via duplicate map, but I would need to delete all the other groups and folders and leave only the new work. I can think several of work-arounds, but all…
-
Can't open a project
Hi I have being working on a project using my laptop. When later at my working place I tried to open the project again (I take it on a portable HD) OASIS prompted: "Error seeking file: Name_of_the_file.gpf at offset (983040) from origin (0). Failure type seek out of range". If I press ENTER then: "Error in storage :…
-
FFTGAUSS GX source code
I tried FFTGAUSS GX in oasis. so I will try same function FFTGAUSS in another program(matlab, C, anything). But. I do not know how to process, Who know code of FFTGAUSS GX
-
gxpy -gxdb.create_line_name
Hi All I have been using a script that imports LiDAR data to a gdb. It has stopped working recently due to a line that creates the line name to write, as follows: with gxdb.Geosoft_gdb.open(saveFileName) as gdb: line_name = gxdb.create_line_name(lineName, gxdb.LINE_TYPE_RANDOM, 0) gdb.write_line(line_name, xyz,…
-
Geosoft API Python 9.5.0
I have the following error with 9.5.0. The same program and dataset was working fine with 9.4.0. File "C:\Users\Marc\Documents\Logiciels\aeminv\aeminv\data.py", line 45, in loadlinedata self.time, ch, self.fid = self.dataparameters.gdb.read_line(linenumber, channels=[self.dataparameters.timechannel]) File…
-
saving maps
is it possible to export/save multiple maps together? currently, we are saving one by one which is very time consuming.