Skip to content

Commit

Permalink
fix: use correct attribute for ground_surface_z
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jun 7, 2024
1 parent b36184f commit 58da75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baec/measurements/io/zbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def measurements_from_zbase(
- row["z"], # Transform depth to depth with respect to reference level
rod_length=abs(row["rod_bottom"] - row["rod_top"]),
plate_bottom_z=row["rod_bottom"],
ground_surface_z=row["ground_surface_z"],
ground_surface_z=row["surface_level_z"],
status=SettlementRodMeasurementStatus(
_map.get(row["status"], "unknown")
),
Expand Down

0 comments on commit 58da75a

Please sign in to comment.