Skip to content

Instantly share code, notes, and snippets.

View floledermann's full-sized avatar

Florian Ledermann floledermann

View GitHub Profile

Computer Literacy for Geosciences

Draft TOC for a practical introduction to computing for Geosciences (most of it is probably applicable to other non-Computer Science fields)

The course should be agnostic towards specific platforms or products - Presented techniques should always cover the three main OSs (Win, Mac, Linux), and program code should be given in multiple languages (e.g. Python, R, JavaScript)

🟊 marks sections that can easily be skipped or moved to advanced courses

For more general info & license, see Meta

@floledermann
floledermann / README.md
Created October 5, 2016 08:44 — forked from gmculp/README.md
Spatially Ordered Treemap
@floledermann
floledermann / data.js
Last active July 3, 2016 14:32
Minard's map, implemented in mapmap.js
// http://benschmidt.org/D3-trail/minard.html
var napoleon = {};
napoleon.cities =
[{"lon": 24.0 ,"lat":55.0 ,"name":"Kowno" },
{"lon": 25.3 ,"lat":54.7 ,"name":"Wilna" },
{"lon": 26.4 ,"lat":54.4 ,"name":"Smorgoni",dir:-1},
{"lon": 26.8 ,"lat":54.3 ,"name":"Molodexno",dir:-1},
{"lon": 27.7 ,"lat":55.2 ,"name":"Gloubokoe"},
{"lon": 27.6 ,"lat":53.9 ,"name":"Minsk",dir:-1},
@floledermann
floledermann / labels.html
Last active January 6, 2017 09:44
Labels for Spices, Teas etc.
<!doctype html>
<meta charset="utf-8">
<!--
Labels for Spices, Teas etc.
View at:
http://rawgit.com/floledermann/817902113599a043cbdd/raw/labels.html
Printing works best in Firefox as of 2014-07-01