Andreas Motl

Results 1168 comments of Andreas Motl

I've just exercised the corresponding steps within the [Luftdaten-Viewer Grafana] walkthrough, and I am observing the same error. It looks like it works better when omitting the backslash. ```console export...

GH-49 has the corresponding fix. Thank you, @ohobby.

I am not sure if the backslash was needed within the cron file. https://github.com/earthobservations/luftdatenpumpe/blob/0219120d98d37887dda848510afd92ca9da25612/etc/luftdaten-viewer.cron#L36 Let's keep this issue open, until this detail has been clarified. Will you let us know,...

I will be happy to add an appropriate "aliasing" feature to Luftdatenpumpe in order to compensate for changing `station_id`s. Proposal: ``` luftdatenpumpe readings --alias=station_id:26437=11009 ``` This will ensure continuity for...

Hi again, @ohobby apparently is observing the same problem and reported about it at [Luftdatenpumpe/Sensor.Community: Station identifier changed if the location changed?](https://community.panodata.org/t/luftdatenpumpe-sensor-community-station-identifier-changed-if-the-location-changed/259). With kind regards, Andreas.

Some progress has been made with 4684fc4fcd4 and 9e73156e. Now, when invoking a command like: ```bash luftdatenpumpe stations --network=eea --country=CZ --reverse-geocode --progress ``` It will ingest the list of monitoring...

### Problem It looks like the URL https://ereporting.blob.core.windows.net/downloadservice/metadata.csv has been decommissioned. ```python $ luftdatenpumpe stations --network=eea --country=CZ --reverse-geocode --progress 2022-08-03 17:22:25,342 [luftdatenpumpe.source ] INFO : Applying filter: Munch({'country': ['CZ']}) 2022-08-03...

> It looks like the URL ... has been decommissioned. Retrieving the station list from EEA has been fixed with #40, and is available per luftdatenpumpe 0.21.1.

Hi Oliver, thanks for your suggestion. This will probably have to be handled as a feature request to [panodata-map-panel], but let's discuss it here beforehand. Let's use a map of...

> Do you want the map component to automatically pan/zoom the map somewhere? The feature you are asking for might be the *[Fit to data](https://community.hiveeyes.org/t/developing-grafana-worldmap-ng/1824/16)* functionality implemented in our fork...