Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GISRedeDev committed Jun 24, 2024
1 parent 0deb1bb commit 435a6ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion areasofcontrol/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ def filter_and_save(geojson: dict, id: int, gpkg_dir: Path | str) -> None:
gdf = gdf.dissolve(by=None)
gdf["date"] = layer
gdf.to_file(
Path(gpkg_dir).joinpath(f"occupied_{layer}.gpkg"), layer=layer, driver="GPKG"
Path(gpkg_dir).joinpath(f"occupied_{layer}.gpkg"),
layer=layer,
driver="GPKG",
)

0 comments on commit 435a6ef

Please sign in to comment.