We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c49f0e commit b98397bCopy full SHA for b98397b
LoopStructural/datasets/_base.py
@@ -177,7 +177,7 @@ def load_geological_map_data():
177
stratigraphic_order = pd.read_csv(
178
join(module_path, Path("data/geological_map_data/stratigraphic_order.csv")),
179
skiprows=1,
180
- names=["name", "order"],
+ names=["order", "unit name"],
181
)
182
bbox = pd.read_csv(
183
join(module_path, Path("data/geological_map_data/bbox.csv")),
0 commit comments