-
Power spectrum of DEMs
Dear community, is there a way to calculate the power spectrum of a 2D grid/1D profile in order to get an overview of the wavelength Distribution, e.g. in the topography? I am aware of the Radially Averaged Power Spectrum Option in MAGMAP for depth-to-basement estimates but this does not help here. Cheers, Martin
-
Download Montaj 8.1
Anyone knows where I can download the installer for Montaj 8.1? Software Updates go back to version 8.3 only. Thanks, Fabio
-
VOXI IP - RIP (reconnnaissance IP) data
Has anyone attempted to invert/model RIP data? Specifically RIP data that uses the checkerboard layout; i.e. receiver stations located on a grid say 1 km spacing, as opposed to the wagon wheel layout first utilized and modeled by Kennecott and Gerry Hohmann. I am about to attempt this with a data set...and I am wondering…
-
GX Developer 9.3.1 is now available
GX Developer support for Geosoft Desktop 9.3.1 is now available. See Release Notes for information about what is new. Notable is support for voxels and surfaces in Python. To upgrade: pip install geosoft --upgrade
-
Interpolation data of section Oasis
Good day. As we know in the Target ArcGis, when we create section we can use assay data for getting grid interpolation interval data Can i do it in the target or Oasis And can I get coordinates of assay of drill holes x,y,z in the Target and Oasis. Thank you for your advice
-
Are there ways to streamline de-duplication of targets picked, extract peak to peak values, etc?
These questions were asked via email. I'm sharing them here in case others have similar questions. Are there any ways to streamline the de-duplication of targets picked, extract Peak-to-Peak values, etc? Also some info on the picking dipoles function would be interesting. How this operates compared to say Blakeley, and…
-
Webinar: Case study of 3D potential-field modelling to help evaluate a geothermal prospect
Case study of 3D potential-field modelling to help evaluate a geothermal prospect A challenging, data-rich, GM-SYS 3D modelling study WEBINAR | Thursday, January 25, 2018 |11am - 12pm EST/Toronto (GMT/UTC - 05:00) Click here to learn more and to register Register to attend online and/or to receive the recording. Gerry…
-
Geosoft Customer Success Webinar - The Science Behind Euler Deconvolution
The Science Behind Euler Deconvolution – How it Affects UXO Depth and Weight Estimation Wednesday, November 15, 2017 10:00 AM - 11:00 AM EST Join us for Geosoft’s Customer Success webinar series. In this complimentary webinar you will learn best practices for using Euler Deconvolution as an interpretive technique for UXO…
-
I am trying to install geosoft version 9.3.1 by running the file Geosoft 9.3 Setup 126 20
I get the attached window which remains frozen.What could be wrong?
-
Grid stitching
Please help stitch two grids not overlapping. I tried Gridknit within Geosoft's but failed. Apparently it can only work if the two grids overlap
-
Dynamic change dip and azimuth drill hole in the 3D window
Good day. Can I change dynamically dip , length and azimuth drill hole in the 3D window targer arcgis ? Thank you for your advice.
-
TGDG Presents: Exploration Geochemistry from Anomalies to Footprinting
On Tuesday, January 9, 2018 from 4:00pm - 5:00pm Toronto EST, the Toronto Geological Discussion Group will be hosting a presentation by Réjean Girard, President of IOS Services Geoscientifiques Inc, on exploration geochemistry from anomalies to footprinting. Click here to learn more or to register.
-
TGDG Presents: Creating a Microbial Toolbox for the Mining Industry
On Tuesday, January 23, 2018 from 4:00pm - 5:00pm Toronto EST, the Toronto Geological Discussion Group will be hosting a presentation by Dr. Lesley Warren, Claudette MacKay-Lassonde Chair in Mineral Engineering in the Department of Civil and Mineral Engineering at the University of Toronto. The talk will focus on how the…
-
UX-Analyze v9.3 is now DAGCAP approved
Oasis montaj and UX-Analyze v9.3 have been approved as per the DoD Environmental Data Quality Workgroup DAGCAP policy for AGC Software Validation. This release, v9.3 of UX-Analyze includes the new static master database to help you track visits to flags during the survey; updated support for the Geometrics MetalMapper 2x2…
-
Voxels just got a whole lot smoother in 9.3
With the click of a button we've added Voxel smoothing to 9.3. Instead of the blocky cubes you're used to, the smoothing option turns your voxels into something sleek and more realistic looking. See the difference it makes to your interpretations immediately! Before: After:
-
how to save map view to preserve map layer attribute settings
I'm looking for a way to save my 2D Map view such that all my map layer attributes (eg colour, line thickness etc) are saved. I wish to have several saved views with different attribute settings that I can reload .
-
extract data from a long database
hello everybody please I will like to know how to extract a set of data from a very long database in Geosoft thank you
-
Vulcan Block Model
I want convert block model of Vulcan block model. I did it to geosoft voxel, but coordinates is not right. I check block model in the difference software, coordinates is right. But in the Target Geosoft is not right. Can you write me whats happen
-
Error install ArcGIS Plugin
Hi everyone, I try to install geosoft arcgis plugin 9.3. But, this is the problem. This URL does not exists.
-
Park license
How to park a license in geosoft 9.3
-
gxapi syntax: GXVV.add, subtract, multiply, divide
What is usage syntax for these methods? Documentation for add shows (others are similar): add(vv_y, vv_z): Add two VVs: VV_A + VV_B = VV_C Parameters: vv_y (GXVV) – GXVV B vv_z (GXVV) – GXVV C (returned), C = A + B So where does A go?
-
refid and decimate with Python gxapi/gxpy
Newbie looking for some howto help with refidding and decimating channels. Basic script is below. Thanks. ##import geosoft.gxpy as gxpy
##import geosoft.gxpy.project as gxprj
##import geosoft.gxpy.utility as gxu
import geosoft.gxpy.gdb as gxdb
##import geosoft.gxapi as gxapi
##import geosoft.gxpy.vv as gxvv
##import…
-
Unable to do interp on X-sections
We constantly get "adding polygon failed because it is self-intersecting" errors anytime polygons intersect at the same point using snapping. Also when we try to export sections to ArcGIS to have more control over shapes and avoid the above error, the plan view is exported but not the map grid, and nothing in the section…
-
Alternative Install Location
Can I choose to install Geosoft on a drive other than the c drive?
-
gxapi syntax to apply method to channel
What is the syntax to apply a 9.3 gxapi method to a channel? Specifically, I have read a line of data from a given channel with with gxdb.Geosoft_gdb.open() as gdb: ....for line in gdb.list_lines(): ........chandata, ch, fid = gdb.read_line(line, channels=chan) and I want to use the gxapi.GXFFT.band_pass(llen, hlen,…