mattritchey commited on
Commit
eb1213c
·
verified ·
1 Parent(s): 22cfab2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -54,7 +54,7 @@ def get_data(address, start_date, end_date, radius_miles, get_max):
54
  lat, lon=None, None
55
 
56
  # Convert Lat Lon to row & col on Array
57
- transform = pickle.load(open('hrrr_crs.pkl', 'rb'))
58
  row, col = rasterio.transform.rowcol(transform['affine'], lon, lat)
59
 
60
 
 
54
  lat, lon=None, None
55
 
56
  # Convert Lat Lon to row & col on Array
57
+ transform = pickle.load(open('Data/hrrr_crs.pkl', 'rb'))
58
  row, col = rasterio.transform.rowcol(transform['affine'], lon, lat)
59
 
60