This choropleth encodes unemployment rates from 2008 with a quantize scale ranging from 0 to 15%. A threshold scale is a useful alternative for coloring arbitrary ranges.
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.
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
| gifsicle process.gif -e | |
| convert process.gif.* -format "jpg" %03d.jpg | |
| ffmpeg -f image2 -pattern_type glob -i "*.jpg" -r 25 output.mov |
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
| #!/bin/sh | |
| prefix=/app/.geo/geos | |
| exec_prefix=${prefix} | |
| libdir=${exec_prefix}/lib | |
| usage() | |
| { | |
| cat <<EOF | |
| Usage: geos-config [OPTIONS] | |
| Options: |
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
| <iq type='set' | |
| from='admin@talkback.im' | |
| to='geo.talkback.im' | |
| id='sub1'> | |
| <pubsub xmlns='http://jabber.org/protocol/pubsub'> | |
| <subscribe | |
| node='test' | |
| jid='admin@talkback.im'/> | |
| <options node='test' jid='admin@talkback.im'> | |
| <x xmlns='jabber:x:data' type='submit'> |
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 list = [1,45,23,45,65,6,2]; | |
| var steps = 6; | |
| var packed_list = []; | |
| var min=0, max=0; | |
| for(l in list){ | |
| if(min > list[l]) | |
| min = list[l]; |
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
| { | |
| "_id": "_design/gc-utils", | |
| "_rev": "2-bd8fcdf5509cb9cc99560a39f0c642f0", | |
| "vendor": { | |
| "clustering": { | |
| "KNNCluster": "/**\n * kNN-based Clustering\n */\n(function() {\n\tvar cluster = this.cluster = {};\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tmodule.exports = cluster;\n\t}\n\t\n\t//TODO\n})();", | |
| "ProximityCluster": "/**\n * Proximity based clustering\n */\n(function() {\n\n var proxcluster = this.proxcluster = {};\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tmodule.exports = proxcluster;\n\t}\n\n var gju = require('vendor/geojson-js-utils/geojson-utils');\n\n proxcluster.PointCluster = function(threshold){\n this.clusters = [];\n this.points = [];\n this.distanceThreshold = threshold;\n\n };\n \n proxcluster.PointCluster.prototype.addToClosestCluster = function(point) {\n var distance = 40000; // Some large number\n var clusterToAddTo = null;\n var pos = point.geometry;\n |
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
| Day job: Web Developer at occipital.com | |
| Favorite Python project: graphite | |
| Favorite Conference: OSCON. | |
| Python Experience Level: Advanced. 5yr+ |