Prometheus Exporter for data scraped from datenplattform.darmstadt.de

Overview

darmstadt-opendata-exporter

Scrapes data from https://datenplattform.darmstadt.de and presents it in the Prometheus Exposition format.

Pull requests welcome.

Example

# HELP darmstadt_environment_no2_micrograms_per_cubic_meter Environment measurement for no2
# TYPE darmstadt_environment_no2_micrograms_per_cubic_meter gauge
darmstadt_environment_no2_micrograms_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 9.5615
# HELP darmstadt_environment_o3_micrograms_per_cubic_meter Environment measurement for o3
# TYPE darmstadt_environment_o3_micrograms_per_cubic_meter gauge
darmstadt_environment_o3_micrograms_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 70.83670000000001
# HELP darmstadt_environment_pm2_5_micrograms_per_cubic_meter Environment measurement for dust_pm2.5
# TYPE darmstadt_environment_pm2_5_micrograms_per_cubic_meter gauge
darmstadt_environment_pm2_5_micrograms_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 0.1
# HELP darmstadt_environment_so2_micrograms_per_cubic_meter Environment measurement for so2
# TYPE darmstadt_environment_so2_micrograms_per_cubic_meter gauge
darmstadt_environment_so2_micrograms_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 0.8
# HELP darmstadt_environment_pm10_micrograms_per_cubic_meter Environment measurement for dust_pm10
# TYPE darmstadt_environment_pm10_micrograms_per_cubic_meter gauge
darmstadt_environment_pm10_micrograms_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 0.1
# HELP darmstadt_environment_co_milligrams_per_cubic_meter Environment measurement for co
# TYPE darmstadt_environment_co_milligrams_per_cubic_meter gauge
darmstadt_environment_co_milligrams_per_cubic_meter{sensor="3ac073c4-b5b8-421d-b91a-5aa001234f7e"} 0.10592399999999999
Owner
Martin Weinelt
I'm hexa- on IRC and Matrix!
Martin Weinelt
这是一个yolo3-tf2的源码,可以用于训练自己的模型。

YOLOV3:You Only Look Once目标检测模型在Tensorflow2当中的实现 目录 性能情况 Performance 所需环境 Environment 文件下载 Download 训练步骤 How2train 预测步骤 How2predict 评估步骤 How2eval 参考资料

Bubbliiiing 68 Dec 21, 2022
Source code for our paper "Learning to Break Deep Perceptual Hashing: The Use Case NeuralHash"

Learning to Break Deep Perceptual Hashing: The Use Case NeuralHash Abstract: Apple recently revealed its deep perceptual hashing system NeuralHash to

<a href=[email protected]"> 11 Dec 03, 2022
Code for models used in Bashiri et al., "A Flow-based latent state generative model of neural population responses to natural images".

A Flow-based latent state generative model of neural population responses to natural images Code for "A Flow-based latent state generative model of ne

Sinz Lab 5 Aug 26, 2022
A graph-to-sequence model for one-step retrosynthesis and reaction outcome prediction.

Graph2SMILES A graph-to-sequence model for one-step retrosynthesis and reaction outcome prediction. 1. Environmental setup System requirements Ubuntu:

29 Nov 18, 2022
DSL for matching Python ASTs

py-ast-rule-engine This library provides a DSL (domain-specific language) to match a pattern inside a Python AST (abstract syntax tree). The library i

1 Dec 18, 2021
This tutorial aims to learn the basics of deep learning by hands, and master the basics through combination of lectures and exercises

2021-Deep-learning This tutorial aims to learn the basics of deep learning by hands, and master the basics through combination of paper and exercises.

108 Feb 24, 2022
A Python library that provides a simplified alternative to DBAPI 2

A Python library that provides a simplified alternative to DBAPI 2. It provides a facade in front of DBAPI 2 drivers.

Tony Locke 44 Nov 17, 2021
PyTorch implementation of the paper The Lottery Ticket Hypothesis for Object Recognition

LTH-ObjectRecognition The Lottery Ticket Hypothesis for Object Recognition Sharath Girish*, Shishira R Maiya*, Kamal Gupta, Hao Chen, Larry Davis, Abh

16 Feb 06, 2022
Source codes of CenterTrack++ in 2021 ICME Workshop on Big Surveillance Data Processing and Analysis

MOT Tracked object bounding box association (CenterTrack++) New association method based on CenterTrack. Two new branches (Tracked Size and IOU) are a

36 Oct 04, 2022
Implementations of LSTM: A Search Space Odyssey variants and their training results on the PTB dataset.

An LSTM Odyssey Code for training variants of "LSTM: A Search Space Odyssey" on Fomoro. Check out the blog post. Training Install TensorFlow. Clone th

Fomoro AI 95 Apr 13, 2022
Breaking the Dilemma of Medical Image-to-image Translation

Breaking the Dilemma of Medical Image-to-image Translation Supervised Pix2Pix and unsupervised Cycle-consistency are two modes that dominate the field

Kid Liet 86 Dec 21, 2022
Python/Rust implementations and notes from Proofs Arguments and Zero Knowledge

What is this? This is where I'll be collecting resources related to the Study Group on Dr. Justin Thaler's Proofs Arguments And Zero Knowledge Book. T

Thor 66 Jan 04, 2023
Fully Convlutional Neural Networks for state-of-the-art time series classification

Deep Learning for Time Series Classification As the simplest type of time series data, univariate time series provides a reasonably good starting poin

Stephen 572 Dec 23, 2022
NitroFE is a Python feature engineering engine which provides a variety of modules designed to internally save past dependent values for providing continuous calculation.

NitroFE is a Python feature engineering engine which provides a variety of modules designed to internally save past dependent values for providing continuous calculation.

100 Sep 28, 2022
General Virtual Sketching Framework for Vector Line Art (SIGGRAPH 2021)

General Virtual Sketching Framework for Vector Line Art - SIGGRAPH 2021 Paper | Project Page Outline Dependencies Testing with Trained Weights Trainin

Haoran MO 118 Dec 27, 2022
Image-popularity-score - A novel deep regression method for image scoring.

Image-popularity-score - A novel deep regression method for image scoring.

Shoaib ahmed 1 Dec 26, 2021
COVID-Net Open Source Initiative

The COVID-Net models provided here are intended to be used as reference models that can be built upon and enhanced as new data becomes available

Linda Wang 1.1k Dec 26, 2022
Mini Software that give reminder to drink water as per your weight.

Water Notification Desktop Python The Mini Software built in Python (tkinter) that will remind you to drink water on specific time span based on your

Om Jogani 5 Dec 16, 2022
Predict the latency time of the deep learning models

Deep Neural Network Prediction Step 1. Genernate random parameters and Run them sequentially : $ python3 collect_data.py -gp -ep -pp -pl pooling -num

QAQ 1 Nov 12, 2021
TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation, CVPR2022

TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation Paper Links: TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentati

Hust Visual Learning Team 253 Dec 21, 2022