Returns allocatable string of URL to DWD weather report endpoint of
given station id station_id
. Uses the URL API of libcurl to create
the URL. The function returns an empty string on error. TLS is
disabled by default.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | station_id |
MOSMIX station id. |
||
logical, | intent(in), | optional | :: | tls |
Use HTTPS. |
DWD weather report URL.