Skip to content

Instantly share code, notes, and snippets.

View vesnikos's full-sized avatar
😎
how do I xml?

Nikos Ves vesnikos

😎
how do I xml?
  • Glasgow University
  • Glasgow
View GitHub Profile
@vesnikos
vesnikos / plot_geojson.py
Last active January 12, 2020 23:16
plot geojson with matplotlib
import base64
from io import BytesIO
import requests
from matplotlib import pyplot as plt
def get_geojson(country: str = 'GRC'):
r = requests.get(
f'https://raw.githubusercontent.com/johan/'
@vesnikos
vesnikos / gist:1681eaede50e9f2c0ef6a57aaaf99600
Last active November 8, 2018 19:38
arcpy 10.5 default packages
cycler==0.10.0
functools32
future==0.15.2
matplotlib==1.5.2
mpmath==0.19
nose==1.3.7
numpy==1.10
pandas==0.18.1
pyparsing==2.1.4
python-dateutil==2.5.3