forked from Jay-Oh-eN's block: Civic Impact through Data Visualization: Final
forked from mansweet's block: Civic Impact through Data Visualization: Final
| license: gpl-3.0 | |
| height: 960 | |
| border: no |
forked from Jay-Oh-eN's block: Civic Impact through Data Visualization: Final
forked from mansweet's block: Civic Impact through Data Visualization: Final
A geographic bounding box for each country from Natural Earth’s 1:110m Cultural Vectors (Admin 0 - Countries).
A minimum bounding box in geographic coordinates is an area defined by minimum and maximum longitudes and latitudes.
# d3.geo.bounds(feature) -- (source)
Returns the spherical bounding box for the specified feature. The bounding box is represented by a two-dimensional array: [[left, bottom], [right, top]], where left is the minimum longitude, bottom is the minimum latitude, right is maximum longitude, and top is the maximum latitude.
Data: see console of full windows view, with data such :
dc.jsThis is just an experiment to see how dc.js would do for PRU data.
Inspired by the Vega implementation of NYT Amanda Cox's Budget Forecast.
TODOs:
stroke styling on barsData about percent change of flights movement by entity (Jan - Feb 2016 vs Jan - Feb 2015) from [PRU website][2].
Inspired by Mike's [Bar Chart with Negative Values][1].
This example belongs to the presentation made to the OSGeo local group in Barcelona Geoinquiets The example is an adaptation from Mike Bostock's Symbol Map example
Forked from rveciana's block: D3 tutorial V: Adding tooltips in order to retrieve relevant gist files via rawgit.
Arc Bubble Connection Chart displaying graph data.
The data is a small sample of Lobbyist Activity from http://sfgov.org.
forked from mattdh666's block: Arc Bubble Connector Chart
A minimalistic visualization of SES RP2 FABs.
Geo data from Eurocontrol Atlas.
| #!/usr/bin/env bash | |
| # courtesy of : <https://ryanfb.github.io/etc/2014/11/13/command_line_ocr_on_mac_os_x.html> | |
| # Check for Homebrew, | |
| # Install if we don't have it | |
| if test ! $(which brew); then | |
| echo "Installing homebrew..." | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| fi | |
| # Ensure `homebrew` is up-to-date and ready |