Skip to content

Commit

Permalink
Moved utm_zone to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjohnson150 committed Jun 29, 2022
1 parent f2cffd2 commit 877c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowexsql/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SingleLocationData(SnowData):
northing = Column(Float)
easting = Column(Float)
elevation = Column(Float)
utm_zone = Column(String(10))
utm_zone = Column(Integer)
geom = Column(Geometry("POINT"))
time = Column(Time(timezone=True))
site_id = Column(String(50))
Expand Down

0 comments on commit 877c608

Please sign in to comment.