Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created February 10, 2012 22:52
Show Gist options
  • Save robinkraft/1793711 to your computer and use it in GitHub Desktop.
Save robinkraft/1793711 to your computer and use it in GitHub Desktop.
Export FORMA csv
outsheet modh modv sample line hansen prob$start_datestr-prob$end_datestr using "/Users/robin/code/forma-analysis/data/$iso$underscore$bboxname.csv" if prob$end_datestr !=. & lat <= $top & lat >= $bottom & lon >= $left & lon <= $right, comma replace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment