[ Launch: Tributary inlet ] 5953127 by robinkraft
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
/** this cartoCSS has been processed in order to be compatible with the new cartodb 2.0 */ | |
#gfw2_layerstyles_v4{ | |
polygon-fill:#FF6600; | |
polygon-opacity: 0.7; | |
line-width: 0.2; | |
line-opacity:0.6; | |
line-color: #ccc; | |
[zoom>3]{ | |
line-width: 0.3; |
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
<html> | |
<head> | |
<title>D3 Axis Example</title> | |
<script src="http://d3js.org/d3.v3.js"></script> | |
</head> | |
<body> | |
<script> | |
var width = 700, |
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.
[ Launch: uk geo hackery ] 5825795 by robinkraft
[ Launch: uk geo ] 5825794 by robinkraft
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
{ | |
"url": "localhost:8080/api/counts/idn/10/91?range=2006-01-01,2010-01-01" | |
} | |
{ | |
"time":0.056, | |
"sql":"SELECT id1,id2,iso,'[' || trim(Array_agg(to_char(date, 'YYYY-MM-DD'))::text, '{}\"') || ']' dates,'[' || trim(Array_agg(alerts)::text, '{}') || ']' sum FROM forma_gadm_50 WHERE iso='IDN' AND id1=10 AND id2=91 AND date >= '2006-01-01' AND date <= '2010-01-01' GROUP BY id1,id2,iso", | |
"total_rows":1, | |
"rows":[ | |
{ |
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
echo "Configuring CartoDB. Please have your credentials ready and press 'enter' to continue." | |
read na | |
echo "Oauth key:" | |
read OAUTH_KEY | |
echo "Oauth secret:" | |
read OAUTH_SECRET | |
echo "Username:" | |
read USERNAME | |
echo "Password:" | |
read CDB_PASSWORD |
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
United States 1336504 | |
USA 1092987 | |
717455 | |
Mexico 411213 | |
Canada 232908 | |
Philippines 113397 | |
Costa Rica 107979 | |
Ecuador 104345 | |
Peru 103994 | |
Papua New Guinea 90493 |