Skip to content

Instantly share code, notes, and snippets.

View kevincroissant's full-sized avatar

Kevin Croissant kevincroissant

View GitHub Profile
@darksidelemm
darksidelemm / gist:d95a444a66268cb4e954c7982a60393a
Last active December 29, 2017 20:12
Setting up SatNOGS under Raspbian Stretch
UPGRADING RPI3 TO RASPBIAN STRETCH
-----------------------------------
Follow guide to upgrade from Raspbian Jessie to stretch:
https://linuxconfig.org/raspbian-gnu-linux-upgrade-from-jessie-to-raspbian-stretch-9
As of July 2017, Wifi will break when you upgrade.
Revert to an older wifi firmware using:
> wget http://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_0.43+rpi4_all.deb
@cbassa
cbassa / tle_swap.py
Created November 16, 2021 20:42
Plot TLE parameters to find swapped objects
#!/usr/bin/env python3
import os
import json
from spacetrack import SpaceTrackClient
from sgp4.earth_gravity import wgs84
from sgp4.io import twoline2rv
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
from astropy.time import Time