Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Mar 3, 2024
1 parent 2ab9410 commit 1fe7e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postprocessing/postprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def concatenate_processed_tiles(self,
tile_processed = gpd.read_feather(path_tile_processed)
tiles_processed.append(tile_processed)
else:
pass # TODO: log warning
pass # TODO: log warning

tiles_processed_concatenated = gpd.GeoDataFrame(pd.concat(tiles_processed, ignore_index=True),
crs=f'EPSG:{self.epsg_code}')
Expand Down

0 comments on commit 1fe7e22

Please sign in to comment.