You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error while downloading data from IMGW with climate package:
"Błąd w poleceniu 'file(file, "rt", encoding = fileEncoding)':
nie można otworzyć połączenia
Dodatkowo: Komunikaty ostrzegawcze:
1: W poleceniu 'unzip(zipfile = temp, exdir = temp2)': plik zip jest uszkodzony
2: W poleceniu 'file(file, "rt", encoding = fileEncoding)':
nie można otworzyć pliku 'C:\Users\krzyz\AppData\Local\Temp\RtmpiM74OG\file3c6824f25b3a/': Permission denied"
The code I ran is this:
war_fil = meteo_imgw_hourly(
rank = "climate",
year = 2024,
status = TRUE,
coords = TRUE,
station = "WARSZAWA-FILTRY",
col_names = "polish")
Could you please fix it?
Thank you,
Agnieszka Krzyżewska
The text was updated successfully, but these errors were encountered:
I get this error while downloading data from IMGW with climate package:
"Błąd w poleceniu 'file(file, "rt", encoding = fileEncoding)':
nie można otworzyć połączenia
Dodatkowo: Komunikaty ostrzegawcze:
1: W poleceniu 'unzip(zipfile = temp, exdir = temp2)': plik zip jest uszkodzony
2: W poleceniu 'file(file, "rt", encoding = fileEncoding)':
nie można otworzyć pliku 'C:\Users\krzyz\AppData\Local\Temp\RtmpiM74OG\file3c6824f25b3a/': Permission denied"
The code I ran is this:
war_fil = meteo_imgw_hourly(
rank = "climate",
year = 2024,
status = TRUE,
coords = TRUE,
station = "WARSZAWA-FILTRY",
col_names = "polish")
Could you please fix it?
Thank you,
Agnieszka Krzyżewska
The text was updated successfully, but these errors were encountered: