Skip to content

Instantly share code, notes, and snippets.

View gewitterblitz's full-sized avatar
Dual-Pol & Lightning

Milind Sharma gewitterblitz

Dual-Pol & Lightning
View GitHub Profile
@djgagne
djgagne / chaser_map.py
Last active May 21, 2019 03:21
Spotter Network Chaser Map
import urllib.request
import numpy as np
from scipy.spatial import cKDTree
import cartopy.crs as ccrs
import cartopy.feature as cfeature
from scipy.ndimage import gaussian_filter
from datetime import datetime
import matplotlib.pyplot as plt
fp = urllib.request.urlopen("http://www.spotternetwork.org/feeds/gr-no.txt")
objs = []