Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings from read_binary_radolan_file() #49

Open
hsonne opened this issue May 8, 2023 · 0 comments
Open

Remove warnings from read_binary_radolan_file() #49

hsonne opened this issue May 8, 2023 · 0 comments

Comments

@hsonne
Copy link
Member

hsonne commented May 8, 2023

Try to remove these warnings:

url <- "ftp://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/radolan/historical/bin/2020/RW202006.tar.gz"
files <- kwb.dwd:::download_and_extract_hourly_radolan_historical_bin(url)
grid <- kwb.dwd:::read_binary_radolan_file(files[1L])

Warning messages:
  1: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
  Discarded ellps unknown in Proj4 definition: +proj=stere +lat_0=90 +lon_0=10 +k=0.93301270189 +x_0=0 +y_0=0 +R=6370040 +units=km +no_defs +type=crs
2: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
  Discarded datum unknown in Proj4 definition
@hsonne hsonne changed the title Remove warnings from kwb.dwd:::read_binary_radolan_file() Remove warnings from read_binary_radolan_file() May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant