Skip to content

Instantly share code, notes, and snippets.

View crayxt's full-sized avatar

Baurzhan Muftakhidinov crayxt

View GitHub Profile
@crayxt
crayxt / read-gslib-julia.txt
Created August 9, 2020 13:18
Read GSLIB files in Julia
# Read GSLIB files in Julia.
# http://www.gslib.com/gslib_help/format.html
in_file = "C:\\Test\\test.gslib"
using CSV
using DataFrames
function read_gslib(gslib_file)
header = String[]