Skip to content

Instantly share code, notes, and snippets.

View albertovilla's full-sized avatar

Alberto Villa albertovilla

View GitHub Profile
@albertovilla
albertovilla / read_show.py
Last active December 9, 2018 09:57
Read and Show image with pyplot #pyplot #images
# Import matplotlib
import matplotlib.pyplot as plt
# Load the image
data = plt.imread('filename.png')
# Display the image
plt.imshow(data)
plt.show()
@albertovilla
albertovilla / OpenStreetMap Leganes.ipynb
Created December 11, 2018 21:46
OpenStreetMap Leganes.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.