Moved weather station data to LFS
This commit is contained in:
parent
0efd270ff0
commit
7a2cd74f63
4 changed files with 5 additions and 8487 deletions
1
cara/.gitattributes
vendored
1
cara/.gitattributes
vendored
|
|
@ -1 +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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
3
cara/hadisd_station_fullinfo_v311_202001p.txt
Normal file
3
cara/hadisd_station_fullinfo_v311_202001p.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4843d34b6e4c26d4382860e011451d5f32157b9a3660830f8d2894a11d022298
|
||||
size 772370
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue