Update geospatial_operations.py
Browse files- geospatial_operations.py +0 -1
geospatial_operations.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import pandas as pd
|
2 |
import geopandas as gpd
|
3 |
import matplotlib.pyplot as plt
|
4 |
-
from shapely.ops import unary_union
|
5 |
|
6 |
def process_buildings(input_gdf, sensitive_sites_gdf, default_building_height_m, multiplier_factor):
|
7 |
# List to store all intersected sensitive sites
|
|
|
1 |
import pandas as pd
|
2 |
import geopandas as gpd
|
3 |
import matplotlib.pyplot as plt
|
|
|
4 |
|
5 |
def process_buildings(input_gdf, sensitive_sites_gdf, default_building_height_m, multiplier_factor):
|
6 |
# List to store all intersected sensitive sites
|