Skip to content

Instantly share code, notes, and snippets.

View mdsumner's full-sized avatar

Michael Sumner mdsumner

  • Integrated Digital East Antarctica, Australian Antarctic Division
  • Hobart, Australia
View GitHub Profile
@mdsumner
mdsumner / README.md
Created February 28, 2024 05:58 — forked from jasondavies/README.md
Adaptive Resampling

D3 2.11’s projections will adaptively resample to reduce local distortion of lines. Move the mouse to change the precision, and drag to change the aspect.

Update: Mike has made some awesome improvements!

@mdsumner
mdsumner / extract NSIDC.r
Created June 9, 2018 06:49 — forked from jamesgrecian/extract NSIDC.r
Extract NSIDC geotiff data to points
############################################
### Extract NSIDC geotiff data to points ###
############################################
#Load libraries
require(tidyverse)
require(lubridate)
require(httr)
require(raster)
require(RCurl)