This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import hashlib | |
| from matplotlib.pyplot import imread, imshow | |
| import matplotlib.pyplot as plt | |
| import time | |
| import numpy as np | |
| import os | |
| import hashlib | |
| ####################### | |
| # Variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function initializeMap() { | |
| var data, i, options, r, scatter, val, x, xaxis, y, yaxis; | |
| r = new Bokeh.Random(123456789); | |
| var esri_natgeo_map_service = 'http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{Z}/{Y}/{X}'; | |
| var esri_imagery_label = 'http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer/tile/{Z}/{Y}/{X}'; | |
| var osm_service = 'http://c.tile.openstreetmap.org/{Z}/{X}/{Y}.png'; | |
| var bing_service = 'http://t0.tiles.virtualearth.net/tiles/a{Q}.jpeg?g=854&mkt=en-US&token=Anz84uRE1RULeLwuJ0qKu5amcu5rugRXy1vKc27wUaKVyIv1SVZrUjqaOfXJJoI0' |