-
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,…
-
how can you cope with instability and uniqueness in your modelling? specially over margin?
inversion
-
9.3 Release for GX Developer
We are happy to announce the release of GX Developer 9.3, which supports the recently released Geosoft Desktop 9.3. This release continues to advance GX Developer, and especially Python support for both research geoscientists and organizations that extend Geosoft Desktop to better suit their needs. See the 9.3 Release…
-
Target
Hello i search of tutorials of target for make section geology, modelling geology, please help me best regards
-
Inversion constraints
When using constraints grid in gravity structural inversion, I have basement depth grid from Euler deconvolution and would like to use it as constraints grid, I could not find a way to create such constrain grid. You may have explanation for that issue. regards Essam
-
emag2 data import beyond maximal data storage
Please I cant succeed importing Emag2 data. My geosoft always states:"requested block size [112337] is beyond the maximal data storage" Please for assistance
-
Convert from String to Feature class (polygon)
Hello Geosoft community, Does anyone have a way to convert a string (which exists only as an object in a 3D plot) back to a feature class (a polygon in a section)? If there is no elegant solution out there, at least, does anyone have a work around? Thanks, Bryan
-
outcrop lithology grid
I have a grid of surface (i.e., outcrop) rock samples that I have classified by lithology types (e.g., granite, granodiorite, etc) How can I plot a map showing the distribution on surface of the diffetent types of lithologies, differentiated by color and symbol? Is it possible to create a grid with the lithology types, in…
-
GRC and Python
Do we need GRC files if we design with Python? What is a solution for an elaborate menu? Is there a good example in Python?
-
Integrating programs coded in Python into Oasis montaj
This question was sent to Geosoft Support but I think the answer would benefit the forum so I'm posting it here. I've been told that programs coded in Python can be integrated into OM. Is this true? I write small Fortran programs quite often, and I want to implement some ideas. Please advise.
-
Display of Data and Scale of the data into Striplog
Hello, I have one from-to database of some parameter. The value ranges from 2.71 to 82.30. I want to display it in scale range of 0-100. I have given Min(Base) value 0 and Max(Clip) value 100. But it is displaying 0 to 90 in the scale. As well as I want it to adjust according to scale. I have attached pictures for better…
-
GX file Editor
What is the recommended editor for developing a GX?
-
Run external program
Is it possible to start an external program from a GX (say a Fortran program with distinct input and output files) and be notified when the program is completed?
-
Create solid model
Good day. I have problem. I was working with wireframing project. I was creating a few sections, then with activate 3d viewer i add my sections on the 3d But some sections was not right. For example one section is empty, and I don't know why. Can you help me please ? I attached screenshot, please see that, Please say me,…
-
Export voxel model
Good day. I want export voxel model to shp file for ArcGis with value data for example au data. How can i do it ? Thank you
-
Section scale adjustment
Is there an option to view desired interval into section like striplog? Striplog has feature to view desired interval only on full map. Is it possible in section or fence diagram?
-
Drift correction of gravity readings: What corrections are applied?
During drift correction of gravity readings, what corrections are directly applied? I assume drift, but is tidal and instrument height correction also applied? Or do I need to do that manually? Thanks
-
Log Scales as per Requirement
Log scales are displayed as minima to maxima. Is there any way to apply scale of own interest?
-
Working in 3D Viewer, how to save, close and reopen...?
Hello all, I am using Target for ArcGIS. I believe I have several competing misunderstandings here... In a 3D Drillhole Plot if I can save changes in the 3D Manager then presumably I can reopen them again at a later time. However, I cannot find any way to save to file/reload a 3D manager's contents (is there a name for…
-
Gravity Structural Inversion for Salt Body?
Dear community, I am a newbie in setting up 3D models for gravity inversion and forward modelling and need your advice on how to structurally inverted for the top of salt surface w/o using VALEM? (1) The input surfaces I use for structural Inversion are very conceptual as I do not have seismic data to further constrain…