-
Couldn't load subscription status.
- Fork 11
Description
Version
map2loop 3.2.2
map2model 1.2.1
loopprojectfile 0.2.2
Bug Description
I am exporting the data used to calculate strat thicknesses using:
proj.thickness_calculator[0].location_tracking.to_csv("location_tracking.csv"))
and then calculating the midpoint from p1 & p2
the unit field is off by one stratigraphic unit (e.g. the unit in location tracker says Pyradie Formation, but the actual unit according to the map is Boongal Formation (in the Hammersley example dataset) which is one unit below the Pyradie
Minimal reproducible example
using hammersley mode, export location_tracking data using:
proj.thickness_calculator[0].location_tracking.to_csv("location_tracking.csv"))
calculate midpoints by (p1 + p2)/2
plot midpoints and compare with map.
Additional Context
No response
Environment
qgis map2loop plugin