-
Last (9th) character from database won't post
I'm a basic user of Oasis montaj. I created a database from an ArcGIS shapefile: the shapefile contains LatLong ticks with their decimal degrees in one of the attribute fields. At the corners of the map are the full LatLong coordinates, eg 82°34'07", whereas between the corners, we just use minutes, eg. 30'. Using…
-
Changing line type in a new database
Hello! I am currently writing code for a Python extension, using Python 3.7 in PyCharm and Geosoft 9.8. So far I've created 2 new output databases, and I've added new channel data by duplicating and editing it from an input database with line type "L". My issue is after creating and adding channels to these output…
-
Python gdb.read_channel error
I updated some files to resolve some scipy.linalg issues and now my simple, old code that used to work no longer runs. The code creates a Geosoft context, prints out the geosoft userid, opens a Geosoft data base, and reads data from a channel. It now fails at this line: X_data, fid = gdb.read_channel(line,…
-
What is the correct way to use gdb extent_xyz()
Seems to be crashing my jupyter notebook currently. Thanks!
-
Large GDB, Long VV
Hi Guys I have Gx that converts a binary data file to a GDB. It works fine until i try making a VV longer then 268435456 (2^28) as soon as i get larger this this i get and exception : Error Seeking File: At Offset (-XXXXXXX) from origin (0) an attempt was made to mode the pointer before the beginning of the file. The Value…