Replace `metar` with custom parser of NOAA XML API
[khatus.git] / x2 / src / awk / exe / parse_noaa_api.awk
1 XmlPath == "/current_observation/temp_f" {
2 print("temperature_f", XmlPayload) # °F
3 }
This page took 0.042867 seconds and 4 git commands to generate.