when I use...
lasfilepath = r'1044931248.las'
log = ptr.Log(lasfilepath)
tops_path = r'D:\Users\duncan.hay\Documents\python\petrophysics\tops.csv'
log.tops_from_csv(tops_path)
print (log.tops)
it returns an empty dictionary meaning i cant use any of the additional functionality. The tops.csv is the exact same format as the example you give.
csv format:
uwi,form,depth
1044931248,fm_1,800
1044931248,fm_2,2000.2
1044931248,fm_3,3000.5
Can you advise?
Thanks
when I use...
it returns an empty dictionary meaning i cant use any of the additional functionality. The tops.csv is the exact same format as the example you give.
csv format:
uwi,form,depth
1044931248,fm_1,800
1044931248,fm_2,2000.2
1044931248,fm_3,3000.5
Can you advise?
Thanks