A D3.js bubbles map driven by a time slider.
Circle packing of the available datasets from the CMIP5 exercice (Datanodes and Indexes). Click on any package to zoom in or out. The json information is read from https://esg-dn1.nsc.liu.se:8843/api/datavisibility
An interactive version of a Reingold–Tilford tree. Click on the nodes to expand or collapse. From http://bl.ocks.org/mbostock/4339083
Added search, expand and styling of results and its ancestors. Visible from http://bl.ocks.org/PBrockmann/0f22818096428b12ea23
A example to explore spatial plot with bokeh (0.7.1) using plt.image
IPython notebook to explore bivariate mapping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Test of cartopy add_cyclic with some WPS output
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
/* | |
Graticule plugin for Leaflet powered maps. | |
*/ | |
L.Graticule = L.GeoJSON.extend({ | |
options: { | |
style: { | |
color: '#333', | |
weight: 1 | |
}, |
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 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Bokeh Plot</title> | |
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.12.5.min.css" type="text/css" /> | |
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.5.min.css" type="text/css" /> | |
OlderNewer