This file contains 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
#!/usr/bin/python | |
from sys import argv | |
import os | |
import math | |
import urllib2 | |
import random | |
import os.path | |
def deg2num(lat_deg, lon_deg, zoom): |
This file contains 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
# -*- coding: utf-8 -*- | |
# Setting up all required elements | |
setwd('~/Documents/Health') | |
options(stringsAsFactors=FALSE) | |
Sys.setlocale(category="LC_ALL", locale = "en_US.UTF-8") | |
library(XML) | |
library(ggplot2) | |
##################### |