Skip to content

Instantly share code, notes, and snippets.

View albertovilla's full-sized avatar

Alberto Villa albertovilla

View GitHub Profile
@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.
@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 / Naive_bees.ipynb
Last active December 7, 2018 10:06
Naive_bees.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Import libraries

import pandas as pd
import progressbar
import pprint
import requests
from bs4 import BeautifulSoup
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.