Skip to content

[Bug] - thickness_calculator[0].location_tracking unit assignment #181

@markjessell

Description

@markjessell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions