-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Following on from https://www.reddit.com/r/Geotech/comments/buwqmz/geotechnical_tools/
Had a look at the code etc, and don't understand the math, but recognise
the excel/headers as ags data..
So thinking about the ogt-py project,
it would be easy to integrate.
The current code, reads an ags into an "object/dict", and makes stuff available
eg some psuedo code of WIP
agsdoc = OgtDoc()
err = agsdoc.load_ags4("example.ags")
rows = agsdoc.get_data(["SAMP-REF", "DEPTH_TOP"])
it also serialises the stuff to ags.json, so it can be sent to mobiles easily etc.
Metadata
Metadata
Assignees
Labels
No labels