Skip to content

Commit da9ff10

Browse files
committed
Merge branch 'fix/add_data_checks' of github.com:Loop3D/map2loop into fix/add_data_checks
2 parents 99fa9da + 406b994 commit da9ff10

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/examples/plot_data_checks_on_structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# %%
22
import geopandas as gpd
3-
import pandas as pd
43
from map2loop.mapdata import MapData
54
from map2loop import data_checks
65
import shapely.geometry

docs/examples/plot_m2l_data_checks_on_datatype_geology.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# %%
22
import geopandas as gpd
3-
import pandas as pd
43
import shapely.geometry
54
from map2loop import data_checks
65

@@ -167,7 +166,6 @@ def __init__(self):
167166
print(f"Validity Check: {validity_check}, Message: {message}")
168167

169168
# %%
170-
import numpy as np
171169

172170
geology_data = {
173171
"geometry": [shapely.geometry.Polygon([(0, 0), (1, 0), (1, 1), (0, 1)])],
@@ -200,7 +198,6 @@ def __init__(self):
200198
print(f"Validity Check: {validity_check}, Message: {message}")
201199

202200
# %%
203-
import numpy as np
204201

205202
geology_data = {
206203
"geometry": [shapely.geometry.Polygon([(0, 0), (1, 0), (1, 1), (0, 1)])],
@@ -237,7 +234,6 @@ def __init__(self):
237234
message
238235

239236
# %%
240-
import numpy as np
241237

242238
geology_data = {
243239
"geometry": [
@@ -273,7 +269,6 @@ def __init__(self):
273269
print(f"Validity Check: {validity_check}, Message: {message}")
274270

275271
# %%
276-
import numpy as np
277272

278273
geology_data = {
279274
"geometry": [
@@ -309,7 +304,6 @@ def __init__(self):
309304
print(f"Validity Check: {validity_check}, Message: {message}")
310305

311306
# %%
312-
import numpy as np
313307

314308
geology_data = {
315309
"geometry": [

0 commit comments

Comments
 (0)