Skip to content

issue reading tops from csv #2

@dunchay

Description

@dunchay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions