Spaces:
Build error
Build error
Update main_operations.py
Browse files- main_operations.py +2 -2
main_operations.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import geopandas as gpd
|
| 2 |
-
from
|
| 3 |
-
from
|
| 4 |
|
| 5 |
def ss_intersect(geojson1, ss_geoselect, multiplier_factor, default_building_height):
|
| 6 |
# Read the GeoJSON files
|
|
|
|
| 1 |
import geopandas as gpd
|
| 2 |
+
from arcgis_operations import get_gdf_from_feature_layer
|
| 3 |
+
from geospatial_operations import process_buildings, get_max_extent, create_plot
|
| 4 |
|
| 5 |
def ss_intersect(geojson1, ss_geoselect, multiplier_factor, default_building_height):
|
| 6 |
# Read the GeoJSON files
|