All Projects → godsylla → visualizing-geodata_folium-bokeh-demo-

godsylla / visualizing-geodata_folium-bokeh-demo-

Licence: other
folium, bokeh, jupyter, python

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to visualizing-geodata folium-bokeh-demo-

leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+7541.18%)
Mutual labels:  jupyter, folium
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+2517.65%)
Mutual labels:  jupyter, bokeh
Bokeh
Interactive Data Visualization in the browser, from Python
Stars: ✭ 15,822 (+92970.59%)
Mutual labels:  jupyter, bokeh
appmode
Creating web applications with Jupyter and Binder
Stars: ✭ 37 (+117.65%)
Mutual labels:  jupyter
voila-gpx-viewer
GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila
Stars: ✭ 43 (+152.94%)
Mutual labels:  jupyter
itikz
Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks
Stars: ✭ 55 (+223.53%)
Mutual labels:  jupyter
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (+5.88%)
Mutual labels:  jupyter
governance
The governance process and model for Project Jupyter
Stars: ✭ 74 (+335.29%)
Mutual labels:  jupyter
py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 78 (+358.82%)
Mutual labels:  jupyter
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (+47.06%)
Mutual labels:  jupyter
nimbo
Run compute jobs on AWS as if you were running them locally.
Stars: ✭ 126 (+641.18%)
Mutual labels:  jupyter
DashIntro
A quick intro to Dash made for the PyData event in Zurich
Stars: ✭ 57 (+235.29%)
Mutual labels:  jupyter
drawdata
Draw datasets from within Jupyter.
Stars: ✭ 500 (+2841.18%)
Mutual labels:  jupyter
argparse-to-class
Transform argparse into class format for Jupyter Notebook execution
Stars: ✭ 20 (+17.65%)
Mutual labels:  jupyter
picatrix
Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.
Stars: ✭ 35 (+105.88%)
Mutual labels:  jupyter
angr-cli
Repo for various angr ipython features to give it more of a cli feeling
Stars: ✭ 41 (+141.18%)
Mutual labels:  jupyter
pydna
Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Stars: ✭ 109 (+541.18%)
Mutual labels:  jupyter
wxyz
Some Experimental Widgets
Stars: ✭ 25 (+47.06%)
Mutual labels:  jupyter
antinex-core
Network exploit detection using highly accurate pre-trained deep neural networks with Celery + Keras + Tensorflow + Redis
Stars: ✭ 19 (+11.76%)
Mutual labels:  jupyter
ipyp5
p5.js Jupyter Widget
Stars: ✭ 33 (+94.12%)
Mutual labels:  jupyter

Visualizing Geo Data with Folium & Bokeh

repository collaborators & co-organizers of PyLadies LA: Sylvia Tran (folium) + Emma Freeman (bokeh)

PyLadies Los Angeles June 21, 2018 Meet Up

image

This repo that demos folium and bokeh libraries to visualize geodata.

Folium

image

The purpose of the folium demo is to demonstrate:

  • use of 3 different types of map tiles: (i) open street map, (ii) mapbox, and (iii) stamen
  • how to creatie icons for a specific set of coordinates (latitude, longitude)
  • how to have custom pop-up text appare when clicking the custom icon
  • how to generate custom icons for a map visualization
  • ADDITIONAL RESOURCES: http://folium.readthedocs.io/en/latest/

Bokeh

image

The purpose of the bokeh demo is to demonstrate:

  • how to use Google Maps API
  • how to create filters to generate sliding bars to see how geographic data changes over time
  • ADDITIONAL RESOURCES: https://bokeh.pydata.org/en/latest/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].