Returns allocatable string of URL to DWD weather report endpoint of
given station id 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=DWD_MOSMIX_STATION_ID_LEN), | intent(in) | :: | id |
MOSMIX station id. |
||
logical, | intent(in), | optional | :: | tls |
Use HTTPS. |
DWD weather report URL.