We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27a79b commit f6f68fdCopy full SHA for f6f68fd
1 file changed
tasi/utils/geo.py
@@ -23,7 +23,7 @@ def position_to_point(df: pd.DataFrame, position: Any) -> Union[Point, MultiPoin
23
"""
24
df = df.sort_index(axis=1)
25
26
- values = df[position]
+ values = df[position][["easting", "northing"]]
27
28
# get the flatten columns (remove empty levels)
29
flat_columns = flatten_index(values.columns)
0 commit comments