Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrajeo committed Jan 23, 2024
1 parent f70d87a commit d3ffa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo2ml/data/tiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def untile_vector(
gdf = temp_gdf
else:
gdf = pd.concat((gdf, temp_gdf))
elif Path(path_to_targets).suffix == "gpkg": # geopackage
elif Path(path_to_targets).suffix == ".gpkg": # geopackage
layers = fiona.listlayers(path_to_targets)
gdf = None
for l in tqdm(layers):
Expand Down

0 comments on commit d3ffa1c

Please sign in to comment.