Skip to content

Instantly share code, notes, and snippets.

View mraspaud's full-sized avatar
💭
Fixing everything

Martin Raspaud mraspaud

💭
Fixing everything
  • SMHI
  • Norrköping, Sweden
View GitHub Profile
@djhoese
djhoese / create_contributor_map.py
Last active October 13, 2017 02:08
Script to generate a map of PyTroll contributors
#!/usr/bin/env python3
# encoding: utf-8
import getpass
import logging
import os
import sys
import json
import geocoder
import numpy as np