Skip to content

Commit

Permalink
deleted comments #15
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Nov 18, 2020
1 parent 3933e88 commit b1caaa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions delft3dfmpy/datamodels/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def read_shp(self, path, index_col=None, column_mapping=None, check_columns=True
filter = (gdf[list(filter_rows)] == pd.Series(filter_rows)).all(axis=1)
gdf = gdf[filter]

# gdf.drop(index=gdf.index[gdf[draintype_col]!='culvert'], inplace = True)
# logger.debug(f'Found drain type: culvert')

# Drop features without geometry
total_features = len(gdf)
missing_features = len(gdf.index[gdf.geometry.isnull()])
Expand Down

0 comments on commit b1caaa9

Please sign in to comment.