import { aq, op } from "@uwdata/arquero"
bucket_base = "https://isithot-data.s3.fr-par.scw.cloud/www/"
FA = FileAttachmentSo sieht der Rest von Deutschland heute bisher aus.
nowHour = (new Date()).getUTCHours()
nowHour >= 10 && nowHour <= 22 ?
md`Mancherorts kann es im Laufe der Nacht noch abkühlen.` :
md`Mancherorts kann es im Laufe des Tages noch wärmer werden.`currentStats = statsAll.filter(d => (!d.max_stale) && (!d.min_stale))
staleStats = statsAll.filter(d => d.max_stale || d.min_stale)// breaking out the pointer layer for readability
// (and in case we decide to customise it later)
tipTemplate = Plot.pointer({
x: "lon",
y: "lat",
channels: {
place: {
label: "",
value: d => d.isit_label,
},
label: {
label: "",
value: d => d.isit_comment
},
separator: {
label: "",
value: d => ""
},
isit_maximum: {
label: "Max:",
value: d => d.isit_maximum + "°C"
},
isit_minimum: {
label: "Min:",
value: d => d.isit_minimum + "°C"
}
},
fontSize: 20,
fontFamily: "Roboto Condensed",
format: {
x: null,
y: null
},
lineWidth: 20,
lineHeight: 1.25,
pointerSize: 0,
fillOpacity: 0.8,
strokeOpacity: 0
})Dieses Projekt gibt es auch für andere Länder