Skip to content

Instantly share code, notes, and snippets.

View xoryouyou's full-sized avatar

Till von Ahnen xoryouyou

View GitHub Profile
@xoryouyou
xoryouyou / Makefile
Created February 16, 2012 16:23 — forked from 50m30n3/Makefile
Plasma
plasma.final: plasma.stripped.gz loader
cat loader plasma.stripped.gz > plasma.final
chmod +x plasma.final
wc -c plasma.final
plasma.stripped.gz: plasma.stripped
gzip -n -c --best < plasma.stripped > plasma.stripped.gz
advdef -z -4 plasma.stripped.gz
plasma.stripped: plasma

Keybase proof

I hereby claim:

  • I am xoryouyou on github.
  • I am xoryouyou (https://keybase.io/xoryouyou) on keybase.
  • I have a public key ASA8KxJIadXV9ve0xlvOQmAYp3y6CEnZMh1F2dE9mdyyMQo

To claim this, I am signing this object:

import plotly.express as px
import pandas as pd
import json
def predict_expected_position(lat, lon, alt, ground_speed, heading, climb):
# TODO:
pass
# example data structure
import random
import time
import pandas as pd
import cartopy
import cartopy.feature as cf
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
import shapely.geometry as sgeom
import numpy as np
from cartopy.geodesic import Geodesic