c5te1n / node-red-contrib-dwd-local-weather

Node Red node to retrieve local weather forecast from DWD (Germany)
Apache License 2.0
13 stars 11 forks source link

Question/Enhancement, Station Coordinates (hight above NN) available in payload? #51

Open hodiet opened 1 year ago

hodiet commented 1 year ago

Thanks for a very good node, I like it!

For air pressure calculations I would like to have the station hight above NN from the kms in a payload, but could not find it. Obviously I can use the hight as found in the stations list from https://wettwarn.de/mosmix/mosmix.html for example and hardcode it in my node calc, but that is not elegant.

The kms file from mosix station contain it already, but I did not found a way to use it in the node.

        <kml:Point> 
            <kml:coordinates>12.93,51.33,100.0</kml:coordinates>
        </kml:Point>

Any idea?