Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Oct 31, 2023
1 parent 16c6a7d commit 5b37270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deafrica_conflux/group_polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def split_polygons_by_region(
# Filter to remove regions with no intersecting polygons.
filtered_regions = [region for region in regions_ if region.iloc[0].intersecting_polygons_ids]

filtered_regions_gdf = pd.concat(filtered_regions, ignore_index=True)
filtered_regions_gdf = pd.concat(filtered_regions, ignore_index=False)

if not check_dir_exists(output_directory):
if check_if_s3_uri(output_directory):
Expand Down

0 comments on commit 5b37270

Please sign in to comment.