Moved weather station data to LFS
This commit is contained in:
parent
b13a8e1110
commit
25314dc5a0
3 changed files with 2 additions and 8488 deletions
2
cara/.gitattributes
vendored
2
cara/.gitattributes
vendored
|
|
@ -1,2 +1,2 @@
|
|||
global_weather_set.json filter=lfs diff=lfs merge=lfs -text
|
||||
hadisd_station_fullinfo_v311_202001p.txt filter=lfs diff=lfs merge=lfs -text
|
||||
hadisd_station_fullinfo_v311_202001p.txt filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ def location_to_weather_stn(location_loc):
|
|||
long=[]
|
||||
station_array=[]
|
||||
fixed_delimits = [0,12,13, 44,51,60,69,90,91]
|
||||
station_file = Path('hadisd_station_fullinfo_v311_202001p.txt')
|
||||
station_file = Path(os.getcwd()+'/cara/hadisd_station_fullinfo_v311_202001p.txt')
|
||||
|
||||
if not station_file.exists():
|
||||
if weather_debug:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue