Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View enigmoe's full-sized avatar

Moritz Zajonz enigmoe

View GitHub Profile
@enigmoe
enigmoe / badmail.Rmd
Created February 21, 2016 17:19 — forked from hrbrmstr/badmail.Rmd
Code for this post:
---
title: "Visualizing the Clinton Email Network in R"
author: "hrbrmstr"
date: "`r Sys.Date()`"
output: html_document
---
```{r include=FALSE}
knitr::opts_chunk$set(
collapse=TRUE,
comment="#>",

Keybase proof

I hereby claim:

  • I am enigmoe on github.
  • I am enigmo (https://keybase.io/enigmo) on keybase.
  • I have a public key whose fingerprint is F350 342C ABD5 E0DF B5B7 C520 6B00 0F57 36D7 613A

To claim this, I am signing this object:

@enigmoe
enigmoe / gdal_merge_crop_convert.sh
Last active December 20, 2018 00:19
GDAL Merge, clip and translate #satellite #geo #qgis
#!/bin/bash
# why the previous line? I wondered, too; here lies the answer: https://stackoverflow.com/questions/8967902/why-do-you-need-to-put-bin-bash-at-the-beginning-of-a-script-file#8967916
# Before you proceed: Make sure you have a
# directory called 'input' containing your tifs.
# You also need a directory named 'aoi' for your areas-of-interest.
# Also important and not optional:
# The .tif files have to have the or a date at the front in the
# form of YYYY-MM-DD or the script won't find them.