Skip to content

Commit

Permalink
Add file I forgot in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed Oct 25, 2023
1 parent e2ba043 commit 9b7dbcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def USdate_to_ISO(datestr, subtractdays=0):
if name == 'Essex':
feature['properties']['stretchcode'] = '1/1/2015 - 5/8/2023'
dates = [('01/01/2009', 0), ('01/01/2015', 1), ('05/08/2023', -1), ('01/02/2025', None)]
elif name == 'Rochester':
feature['properties']['stretchcode'] = '1/1/2019 - 5/22/2023'
dates = [('01/01/2009', 0), ('01/01/2019', 1), ('05/22/2023', -1), ('01/02/2025', None)]
else:

dates = [('01/01/2009', 0), ('01/02/2025', None)]
Expand Down

0 comments on commit 9b7dbcf

Please sign in to comment.