psalama commited on
Commit
064f2e2
·
1 Parent(s): c3c16bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def ss_intersect(geojson1, ss_geoselect, multiplier_factor, default_building_hei
68
  input_gdf = gpd.read_file(geojson1.name)
69
 
70
  # Check that CRS is EPSG:4326
71
- if input_gdf.crs.to_epsg() != 4326 or sensitive_sites_gdf.crs.to_epsg() != 4326:
72
  raise ValueError("Input GeoJSON files must be in CRS EPSG:4326")
73
 
74
  if ss_geoselect==0:
 
68
  input_gdf = gpd.read_file(geojson1.name)
69
 
70
  # Check that CRS is EPSG:4326
71
+ if input_gdf.crs.to_epsg() != 4326:
72
  raise ValueError("Input GeoJSON files must be in CRS EPSG:4326")
73
 
74
  if ss_geoselect==0: