Graphic Interactive plot for Malmö, wastewater page logs

API
Timestamp User Remote address User agent Added keys Updated items Removed items
2022-05-17T05:05:57.022Z liane 10.42.3.120 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/65f19e61386a4a039aa798010ca42469.csv"
    },
    "transform": [
      {
        "filter": "datum.wwtp=='Sjölunda WWTP, Malmö'"
      },
      {
        "sort": [
          {
            "field": "week",
            "order": "descending"
          }
        ],
        "window": [
          {
            "as": "rank",
            "op": "rank"
          }
        ]
      },
      {
        "filter": "datum.rank <= 20"
      }
    ],
    "width": 450,
    "height": 250,
    "mark": {
      "type": "bar"
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "week",
        "type": "nominal",
        "axis": {
          "labelAngle": 90
        }
      },
      "y": {
        "title": "N3-gene copy number per PMMoV gene copy number",
        "field": "value",
        "type": "quantitative"
      },
      "color": {
        "field": "wwtp",
        "type": "nominal",
        "scale": {
          "domain": [
            "Sjölunda WWTP, Malmö"
          ],
          "range": [
            "#8fd7f9"
          ]
        },
        "legend": {
          "title": "Wastewater treatment plant"
        }
      },
      "tooltip": [
        {
          "field": "week",
          "type": "nominal",
          "title": "Week"
        },
        {
          "field": "wwtp",
          "type": "nominal",
          "title": "Wastewater treatment plant"
        },
        {
          "field": "value",
          "type": "quantitative",
          "title": "Relative copy number of SARS-CoV-2 to PMMoV"
        }
      ]
    }
  }
}
{}
2022-03-23T10:05:34.045Z liane 10.42.3.234 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/65f19e61386a4a039aa798010ca42469.csv"
    },
    "transform": [
      {
        "filter": "datum.wwtp=='Sjölunda WWTP, Malmö'"
      },
      {
        "sort": [
          {
            "field": "week",
            "order": "descending"
          }
        ],
        "window": [
          {
            "as": "rank",
            "op": "rank"
          }
        ]
      },
      {
        "filter": "datum.rank <= 20"
      }
    ],
    "width": 450,
    "height": 250,
    "mark": {
      "type": "bar"
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "week",
        "type": "nominal",
        "axis": {
          "labelAngle": 90
        }
      },
      "y": {
        "title": "Relative copy number of SARS-CoV-2 to PMMoV",
        "field": "value",
        "type": "quantitative"
      },
      "color": {
        "field": "wwtp",
        "type": "nominal",
        "scale": {
          "domain": [
            "Sjölunda WWTP, Malmö"
          ],
          "range": [
            "#8fd7f9"
          ]
        },
        "legend": {
          "title": "Wastewater treatment plant"
        }
      },
      "tooltip": [
        {
          "field": "week",
          "type": "nominal",
          "title": "Week"
        },
        {
          "field": "wwtp",
          "type": "nominal",
          "title": "Wastewater treatment plant"
        },
        {
          "field": "value",
          "type": "quantitative",
          "title": "Relative copy number of SARS-CoV-2 to PMMoV"
        }
      ]
    }
  }
}
{}
2021-11-26T14:34:37.033Z arnold 10.42.3.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/65f19e61386a4a039aa798010ca42469.csv"
    },
    "encoding": {
      "color": {
        "field": "wwtp",
        "legend": null,
        "scale": {
          "domain": [
            "Sjölunda WWTP, Malmö"
          ],
          "range": [
            "#8fd7f9"
          ]
        },
        "type": "nominal"
      },
      "tooltip": [
        {
          "field": "week",
          "title": "Week",
          "type": "nominal"
        },
        {
          "field": "wwtp",
          "title": "Wastewater treatment plant",
          "type": "nominal"
        },
        {
          "field": "value",
          "title": "Relative copy number of SARS-CoV-2 to PMMoV",
          "type": "quantitative"
        }
      ],
      "x": {
        "axis": {
          "labelAngle": 90
        },
        "field": "week",
        "title": "Week",
        "type": "nominal"
      },
      "y": {
        "field": "value",
        "title": "Relative copy number of SARS-CoV-2 to PMMoV",
        "type": "quantitative"
      }
    },
    "height": 250,
    "mark": {
      "type": "bar"
    },
    "transform": [
      {
        "filter": "datum.wwtp=='Sjölunda WWTP, Malmö'"
      }
    ],
    "width": 500
  }
}
{}
2021-11-26T14:34:13.023Z arnold 10.42.3.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/65f19e61386a4a039aa798010ca42469.csv"
    },
    "transform": [
      {
        "filter": "datum.wwtp=='Sjölunda WWTP, Malmö'"
      }
    ],
    "width": 450,
    "height": 250,
    "mark": {
      "type": "bar"
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "week",
        "type": "nominal",
        "axis": {
          "labelAngle": 90
        }
      },
      "y": {
        "title": "Relative copy number of SARS-CoV-2 to PMMoV",
        "field": "value",
        "type": "quantitative"
      },
      "color": {
        "field": "wwtp",
        "type": "nominal",
        "scale": {
          "domain": [
            "Sjölunda WWTP, Malmö"
          ],
          "range": [
            "#8fd7f9"
          ]
        },
        "legend": {
          "title": "Wastewater treatment plant"
        }
      },
      "tooltip": [
        {
          "field": "week",
          "type": "nominal",
          "title": "Week"
        },
        {
          "field": "wwtp",
          "type": "nominal",
          "title": "Wastewater treatment plant"
        },
        {
          "field": "value",
          "type": "quantitative",
          "title": "Relative copy number of SARS-CoV-2 to PMMoV"
        }
      ]
    }
  }
}
{}
2021-11-25T14:34:36.427Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
[]
{
  "public": false
}
{}
2021-11-25T14:34:33.641Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/65f19e61386a4a039aa798010ca42469.csv"
    },
    "transform": [
      {
        "filter": "datum.wwtp=='Sjölunda WWTP, Malmö'"
      },
      {
        "sort": [
          {
            "field": "week",
            "order": "descending"
          }
        ],
        "window": [
          {
            "as": "rank",
            "op": "rank"
          }
        ]
      },
      {
        "filter": "datum.rank <= 20"
      }
    ],
    "width": 450,
    "height": 250,
    "mark": {
      "type": "bar"
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "week",
        "type": "nominal",
        "axis": {
          "labelAngle": 90
        }
      },
      "y": {
        "title": "Relative copy number of SARS-CoV-2 to PMMoV",
        "field": "value",
        "type": "quantitative"
      },
      "color": {
        "field": "wwtp",
        "type": "nominal",
        "scale": {
          "domain": [
            "Sjölunda WWTP, Malmö"
          ],
          "range": [
            "#8fd7f9"
          ]
        },
        "legend": {
          "title": "Wastewater treatment plant"
        }
      },
      "tooltip": [
        {
          "field": "week",
          "type": "nominal",
          "title": "Week"
        },
        {
          "field": "wwtp",
          "type": "nominal",
          "title": "Wastewater treatment plant"
        },
        {
          "field": "value",
          "type": "quantitative",
          "title": "Relative copy number of SARS-CoV-2 to PMMoV"
        }
      ]
    }
  },
  "title": "Copy of Interactive plot for Malmö, homepage"
}
{}
2021-11-25T14:34:06.233Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
[
  "error",
  "dataset",
  "owner",
  "title",
  "specification",
  "public",
  "description",
  "doctype",
  "created"
]
{}
{}

DataGraphics 1.0.4