Forum Discussion

obertimanuel's avatar
obertimanuel
Frequent Visitor
2 years ago
Solved

Weather data

Hello everyone, I would like to create a chart displaying weather data extrapolated from api https://api.met.no/weatherapi/locationf ... =60&lon=11 And so far so good , as long as it is fixed lat ...
  • danextian's avatar
    danextian
    2 years ago

    My query is just a sample as I don't have all your  lat and long combinations. Create a custom column and paste that formula in the custom column step from the code I gave you which is a modified version of your code. Reference these two to the actual column names:

       Latitude =  [Lat Column],
       Longitude = [Lon Column],