Hi All, I am having trouble figuring out how to import a arcgis .lyr file into a geosoft .map. I have tried using a gxapi.GXDATALINKD.create_arc_lyr() method to create and arc_lyr object but I don't understand how I can display it in the data view of the .map. Please let me know if anyone is able to assist with this…
I have python extension like in: https://geosoftgxdev.atlassian.net/wiki/spaces/GXD93/pages/105775181/Create+a+Menu+to+Run+Python+Extensions I can run this from the menu in Oasis. I would like to integrate the extension in a .gs script. If I record it's usage into a script, an absolute path is written. However I would like…
Hi, I want to run the following snippet of Python code: window = gxapi.GXDGW.create("my_dialog") window.run_dialogue() gxapi.GXDGW.create() creates a dialog object, and run_dialog() displays it. The docs for create say: This method creates a Dialog window from a specified resource. The Resource is loaded into memory but…
Is there an easy way to clip values of a database channel?
I have collected a magnetic gradiometer data and would like to know If I can apply the routine filters such as high pass, derivative and analytical signal transformation as well as depth estimation methods such as spectral analysis, source power imaging technique and 3D Euler deconvolution to the gradiometer dataset?
Hello , i install geosoft very successfully but when i want to access to the "help" page by clicking on the button "?" It gives me a page without any informations ... pleaz help me to deal with this problem
How can I calculate the reduced-to-pole magnetic field using a single inclination and declination over a large region, e.g. entire country? Is it possible? If its possible does it give satisfactory results?
I have built cross sections in Target for ArcGIS. Is there a way to export these data for import to Leapfrog?
Hi All, I am reading the this geosoft manual, on page 93 & 94 there is: Data records are related to the channels by channel number. you have defined three channels, they will be numbered 0, 1 and 2. Channel data records can be in any order(i.e. 0,1,2 or1,0,2) If the channels already exist in the database, the channel…
am running Oasis 9.10 and trying out its Python extension. I am running Python 3.9.6. I went through all the steps setting up and configuring and verifying Python with no problems. But when I tried to run the simple demo hello world. I got a few quick flashes of windows then an error prompt: Any Ideas? Thank you very…
It looks like you're new here. Sign in or register to get started.