Skip to content

RichardScottOZ/Geosoft-GDB-Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geosoft-GDB-Conversion

Work looking at converting Geosoft GDBs to useable open format for analysis, machine learning and AI

Geosoft GDB info

Data storage

VV

  • Vector Vectors - like (18,2) - 18 records, 0 has the actual measurements, 1 has the fiducial.

VA

  • Vectory Array - like (18,13) - 18 records, e.g. IP data so it can show up as plotted lines in the interface

  • Given it is a 'spreadsheet' - you can get (0,) data as well for empty channels (or fields?)

Example data

Binary Headers

  • Need to compare the first part of a reasonable sample of files
    • QLD has 300, perhaps pull those

Lines

  • Name - TYPE number.version:flight

Channels

  • Names have no spaces

Elements

  • byte
  • unsigned 2-byte integer
  • short 2 int
  • long 4 int
  • float 4
  • double 8
  • string

Channels

Fiducial

  • Incrementing field

Conversion format

  • What to store as?

  • Zarr / netcdf

    • Use xarray [not looked at tree format]
    • Depending if archiving or wanting to use for analysis
    • Although if you archive as netcdf you can kerchunk it later
  • HDF5

    • Nested
    • Geoh5
      • would need to implicitly make dummy coordinates

Compression

  • Looks like gzip signature found as reported by Loop/Fatiando
    • but 1 and in the middle?

binwalk

 binwalk -e DB_1116.gdb

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
4996991       0x4C3F7F        Certificate in DER format (x509 v3), header length: 4, sequence length: 18436
11004320      0xA7E9A0        MySQL MISAM index file Version 8
11666672      0xB204F0        MySQL MISAM compressed data file Version 6

About

Work looking at converting Geosoft GDBs to useable open format for analysis, machine learning and AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published