#15 Request: command for Dutch weather forecast

クローズ
5 年 前mouz によって開かれました · 5 コメント
mouz5 年 前 にコメントしました

Return Dutch forecast for 1 day when '!knmi' is issued.

Source of the text returned will be the first paragraph of this page: https://knmi.nl/nederland-nu/weer/verwachtingen (or any better parseable source, e.g. an xml document published by knmi.nl)

Return Dutch forecast for 1 day when '!knmi' is issued. Source of the text returned will be the first paragraph of this page: https://knmi.nl/nederland-nu/weer/verwachtingen (or any better parseable source, e.g. an xml document published by knmi.nl)
mouz5 年 前 にコメントしました
オーナー

Can use as a source document: ftp://ftp.knmi.nl/pub_weerberichten/basisverwachting.xml

Extract report->data->block where field_id=='Verwachting' and valid_id=='dag00_01', then use content of field_content.

Also end the returned text with https://knmi.nl/nederland-nu/weer/verwachtingen to serve both as a credit and as a pointer for extended forecast information.

Can use as a source document: ftp://ftp.knmi.nl/pub_weerberichten/basisverwachting.xml Extract ``report->data->block`` where ``field_id=='Verwachting'`` and ``valid_id=='dag00_01'``, then use content of ``field_content``. Also end the returned text with ``https://knmi.nl/nederland-nu/weer/verwachtingen`` to serve both as a credit and as a pointer for extended forecast information.
mouz5 年 前 にコメントしました
オーナー

If ftp://ftp.knmi.nl/pub_weerberichten/knmi_waarschuwingen_nl.txt exists, add an extra line with the contents of the first 3 paragraphs of that file.

If ftp://ftp.knmi.nl/pub_weerberichten/knmi_waarschuwingen_nl.txt exists, add an extra line with the contents of the first 3 paragraphs of that file.
mouz5 年 前 にコメントしました
オーナー
Instead of the FTP links can also use RSS feeds: * http://projects.knmi.nl/RSSread/rss_KNMIverwachtingen.php * http://projects.knmi.nl/RSSread/rss_KNMIwaarschuwingen.php Example usage for golang: https://stackoverflow.com/questions/25332175/golang-rss-xml-parsing-atom10link-overrides-link
mouz この課題がコミット 4 年 前 から参照されました
mouz 4 年 前 に閉じられました
mouz 4 年 前 に再び開かれました
mouz4 年 前 にコメントしました
オーナー

Re-opened: extend the output with an alert message if applicable.

Re-opened: extend the output with an alert message if applicable.
mouz2 年 前 にコメントしました
オーナー

Closing, splitting off alert request through issue #22.

Closing, splitting off alert request through issue #22.
mouz 2 年 前 に閉じられました
会話に参加するには サインイン してください。
ラベルなし
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません