{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Intro\n", "A simple example of visualizing geoson data in python using [Folium](https://folium.readthedocs.org/en/latest/). We obtain Philly Indego bike data from [opendataphilly](https://www.opendataphilly.org/dataset/bike-share-stations) website. We download the data using the website's free public api." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "
\n", " | features | \n", "type | \n", "
---|---|---|
0 | \n", "{u'geometry': {u'type': u'Point', u'coordinate... | \n", "FeatureCollection | \n", "
1 | \n", "{u'geometry': {u'type': u'Point', u'coordinate... | \n", "FeatureCollection | \n", "
2 | \n", "{u'geometry': {u'type': u'Point', u'coordinate... | \n", "FeatureCollection | \n", "
3 | \n", "{u'geometry': {u'type': u'Point', u'coordinate... | \n", "FeatureCollection | \n", "
4 | \n", "{u'geometry': {u'type': u'Point', u'coordinate... | \n", "FeatureCollection | \n", "