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 requests | |
from bs4 import BeautifulSoup | |
import pandas as pd | |
import re | |
# Climate Commons (available stories from WayBack Machine) | |
base = "https://web.archive.org/web/20160822185508/http://climatecommons.earthjournalism.net/map/data/load_stories.php" | |
res = requests.get(base).json() |
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
from itertools import groupby | |
from operator import itemgetter | |
with open("tester2.txt") as f: | |
content = f.readlines() | |
spoken = [] | |
i = 1 | |
for line in content: | |
leading_space = len(line) - len(line.lstrip()) |
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
library(ggplot2) | |
library(ngram) | |
library(jsonlite) | |
library(tidyr) | |
# Setup | |
script_title = "star_wars_the_force_awakens" | |
colors <- list( |
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
# pie chart exploration | |
library(ggplot2) | |
library(ngram) | |
library(jsonlite) | |
library(tidyr) | |
library(RColorBrewer) | |
library(dplyr) | |
library(scales) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
1 | Eohe | 0.33188 | 28.71258 | Lubero | Bapere | Baredje | Maendeleo | 300 | |
---|---|---|---|---|---|---|---|---|---|
2 | Eita | 0.32153 | 28.69916 | Lubero | Bapere | Baredje | Tembe | 110 | |
3 | Mungu Iko | 0.5449917486 | 28.1851422995 | Lubero | Bapere | Bapaitumba | Ehoto | NA | |
4 | Kiviri/Tayna | -0.352529 | 28.884528 | Lubero | Bamate | Luenge | Vunyakavulivwa | NA | |
5 | Makanga | -0.036707 | 28.903945 | Lubero | Batangi | Musindi | Ngohi | NA | |
6 | Maliyajama | 0.864456 | 29.421061 | Beni | Beni-Mbau | Batangi-Mbau | Mamove | 50 | |
7 | Mununze | 0.595655 | 29.24183 | Beni | Beni-Mbau | Baswagha-Madiwe | Mununze | 20 | |
8 | Kiboto | 0.459223 | 29.09466 | Beni | Beni-Mbau | Baswagha-Madiwe | Cantine/Aloya | 300 | |
9 | Visiki | 0.395033 | 29.224192 | Beni | Beni-Mbau | Madiwe | Visiki | 50 | |
10 | Ruzirantaka (rivière) | -1.696243 | 28.884336 | Masisi | Bahunde | Muvunyi-Shanga | Ruzirantaka | 27 |
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
var COLOR = { | |
xinxiang: 'ff0000', | |
milan: '0000ff', | |
tehran: '00ff00' | |
}; | |
var xinxiang = ee.Feature( // xinxiang | |
ee.Geometry.Rectangle(113.6, 35.1, 114.4, 35.5), | |
{label: 'xinxiang'}); | |
var milan = ee.Feature( // milan |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.