Skip to content

Instantly share code, notes, and snippets.

View rabernat's full-sized avatar

Ryan Abernathey rabernat

View GitHub Profile
@rabernat
rabernat / app.js
Created February 10, 2014 17:07 — forked from tristen/app.js
var initMap = function() {
var template = 'http://{S}tile.openstreetmap.org/{Z}/{X}/{Y}.png';
var subdomains = ['', 'a.', 'b.', 'c.'];
var provider = new MM.TemplatedLayer(template, subdomains);
var map = new MM.Map('map', provider, null, [
new MM.MouseWheelHandler(null, true)
]);
map.setCenterZoom(new MM.Location(37.811530, -122.2666097), 9);
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.
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.
George Washington,2/22/1732
John Adams,10/30/1735
Thomas Jefferson,4/13/1743
James Madison,3/16/1751
James Monroe,4/28/1758
John Quincy Adams,8/11/1767
Andrew Jackson,3/15/1767
Martin Van Buren,12/5/1782
William Henry Harrison,2/9/1773
John Tyler,3/29/1790
@rabernat
rabernat / argo_profile.csv
Created September 17, 2014 21:31
Sample ARGO Profile
PLATFORM ARGOS_ID LATITUDE LONGITUDE PRES TEMP SAL
6900972 112542 39.89 -27.594 0 13.731 35.837
6900972 112542 39.89 -27.594 1 13.734 35.835
6900972 112542 39.89 -27.594 2 13.737 35.833
6900972 112542 39.89 -27.594 3 13.736 35.834
6900972 112542 39.89 -27.594 4 13.735 35.836
6900972 112542 39.89 -27.594 5 13.736 35.835
6900972 112542 39.89 -27.594 6 13.737 35.835
6900972 112542 39.89 -27.594 7 13.737 35.835
6900972 112542 39.89 -27.594 8 13.738 35.835
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.