updated coordinates file path
This commit is contained in:
parent
26231a4353
commit
8fe4825a11
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,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(
|
||||
os.getcwd()+'/cara/hadisd_station_fullinfo_v311_202001p.txt')
|
||||
station_file = Path('/cara/hadisd_station_fullinfo_v311_202001p.txt')
|
||||
|
||||
for line in station_file.open('rt'):
|
||||
start_end_positions = zip(fixed_delimits[:-1], fixed_delimits[1:])
|
||||
|
|
|
|||
Loading…
Reference in a new issue