luftdatenpumpe icon indicating copy to clipboard operation
luftdatenpumpe copied to clipboard

Acquire and process live and historical air quality data without efforts. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into time-series and RDBMS databases, publish...

Results 21 luftdatenpumpe issues
Sort by recently updated
recently updated
newest added

### Problem > There is the problem that sometimes the sensor ID of the PM, and sometimes the sensor ID of the temperature/humidity sensor is displayed. Instead, the sensor ID...

When looking at a [nominatim](https://nominatim.org/release-docs/develop/api/Reverse/) sample [response](https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=-34.44076&lon=-58.70521) I am keen to key:value pairs like "category":"highway" and "type":"motorway". Seems like [line 44 in geo.py](https://github.com/panodata/luftdatenpumpe/blob/master/luftdatenpumpe/geo.py) would that be the place to add...

@d-roet found within [1] that some LDI sensor changed its ID while the sensor is still located at the same location. Probably the appliance was swapped. > I see the...

Hi, would it be possible to extend the map view so that you can activate the display of the city/town boundaries when you select a city? Regards, Oliver

enhancement

For storing measurement values into a database, the system uses [InfluxDB](https://github.com/influxdata/influxdb). Because InfluxDB 2.x is accessed differently than InfluxDB 1.x, the database adapter will have to be adjusted. The update...

It would be sweet to bring the whole setup into a sandbox setup based on Docker Compose and/or Vagrant. Specifically, the steps outlined in [Luftdaten-Viewer Databases] and [Luftdaten-Viewer Grafana] should...

A few libraries caught our attention. - Use a better `urlparse`? - https://github.com/python-hyper/rfc3986 - https://github.com/python-hyper/hyperlink - https://github.com/tkem/uritools - https://github.com/aio-libs/yarl - The successor to [`appdirs`](https://pypi.org/project/appdirs/) is [`platformdirs`](https://pypi.org/project/platformdirs/).

Hi there, currently, this program completely lacks a test harness. In the light of a few issues recently reported here, it would be good to have one. Bringing this in...

## Introduction [OpenAQ](https://community.panodata.org/t/openaq/150)'s mission is to fight air inequality by opening up air quality data and connecting a diverse global, grassroots community of individuals and organizations. ## Thoughts We might...

Hi. Over at https://community.panodata.org/t/problems-to-create-get-the-stationsfile/258, @ohobby asked: > I need some advice on what else I might be doing wrong here. ```shell luftdatenpumpe stations --source=postgresql://luftdatenpumpe@localhost/weatherbase --target=json.flex+stream://sys.stdout --target-fieldmap='key=station_id\|str,name=road_and_name_and_id' > $stationsfile 2022-12-12 21:14:54,690...