Skip to content

Commit

Permalink
Specifying the layer name in the final gdb file
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Apr 12, 2021
1 parent 203bccd commit e710302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion othello/ui/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def aggregate(self):

del self.dfs # Saving memory space
df = self.add_weighted_columns(df)
gis.io.write(df, filepath[0])
gis.io.write(df, filepath[0], layer='FinalLayer')

popup = Popup("Done", self)
popup.show()
Expand Down

0 comments on commit e710302

Please sign in to comment.