-
Target for ArcGIS Pro: geosoftarcpy module not found error, no tools work.
No tools work at all due to the same error: "geosoftarcpy" module not found. Is "_geosoftarcpy.cp39-win_amd64.py" the correct file name? That is the only script with a similar name as geosoftarcpy in the Target for ArcGIS Pro folder. Specifically, it is located here: C:\Program Files\Geosoft\Target for ArcGIS…
-
Invalid raster dataset error when adding GRD grid in ArcMap 10.8
I just installed ArcGIS 10.8 and the last version of Target on my new computer and ArcGIS returns a "Raster data Objects Error - Invalid raster dataset. Failed to create raster layer" error when adding a grd file. What to do ? Thanks
-
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…
-
Initiating a "Target for ArcGIS Pro" process through arcpy environment
If i run the "Convert Geosoft Grids" tool (Target for ArcGIS Pro) - no issues with the conversion But, if i use the arcpy code "arcpy.geosoftarcpy.ConvertGeosoftGrids" i am getting AttributeError: module 'arcpy' has no attribute 'geosoftarcpy' error. Any solution ?
-
Target for ArcGIS Scripting Capability
Is there a method available to use Python within ArcGIS to script or automate some of the mapping tools? I'd really like to be able to script the section tool to be able to save sections in separate map files (MXDs) rather than having to turn on and off dozens of layers. Anyone else have the same requirements? Govi