auwalsoe / lightning_plotter

Light version of https://www.lightningmaps.org/. Using data from https://api.met.no/weatherapi/lightning/1.0/documentation to plot location of lightning strucks on google maps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning_plotter

Python script for plotting lightning data extracted from https://api.met.no/weatherapi/lightning/1.0/documentation on google maps.

How to run:

python lightning_app.py

This produces a html file with the positions of the latest lightning strucks shown. As in the example file test.html.

Dependencies:

  • gmplot
  • requests
  • numpy

Example output

Example of plot

About

Light version of https://www.lightningmaps.org/. Using data from https://api.met.no/weatherapi/lightning/1.0/documentation to plot location of lightning strucks on google maps.


Languages

Language:Python 70.4%Language:HTML 29.6%