Update main_operations.py
Browse files- main_operations.py +1 -0
main_operations.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import pandas as pd
|
2 |
import geopandas as gpd
|
|
|
3 |
from arcgis_operations import get_gdf_from_feature_layer
|
4 |
from geospatial_operations import process_buildings, get_max_extent, create_plot
|
5 |
|
|
|
1 |
import pandas as pd
|
2 |
import geopandas as gpd
|
3 |
+
from shapely.ops import unary_union
|
4 |
from arcgis_operations import get_gdf_from_feature_layer
|
5 |
from geospatial_operations import process_buildings, get_max_extent, create_plot
|
6 |
|