psalama commited on
Commit
5f57a82
·
1 Parent(s): 884a78d

Update main_operations.py

Browse files
Files changed (1) hide show
  1. main_operations.py +2 -2
main_operations.py CHANGED
@@ -1,6 +1,6 @@
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
 
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