An example for d3's plugin for sparklines toucantoco.com/sparklines
A Pen by David Nowinsky on CodePen.
| height: 540 |
| license: gpl-3.0 |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .longscroll { | |
| overflow-y: auto; | |
| width: 480px; | |
| height: 500px; | |
| float: left; | |
| } | |
| .longscroll .row { |
| (function (global, factory) { | |
| typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | |
| typeof define === 'function' && define.amd ? define(['exports'], factory) : | |
| (factory((global.rastertools = global.rastertools || {}))); | |
| }(this, function (exports) { 'use strict'; | |
| var isobands = function(data, geoTransform, intervals){ | |
| var bands = { "type": "FeatureCollection", | |
| "features": [] | |
| }; |
| height: 800 |
| height: 725 | |
| all: hill-relief.jpg costarica_min_topo.json | |
| # ------------- | |
| # Relief raster | |
| # ------------- | |
| # | |
| # Notice the `zip` file requirements here have no download. | |
| # You will need to search for them online. They are from the | |
| # SRTM project: http://www2.jpl.nasa.gov/srtm/ | |
| # (which appears to have multiple versions of files). |
An example for d3's plugin for sparklines toucantoco.com/sparklines
A Pen by David Nowinsky on CodePen.
Built with blockbuilder.org