Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created January 27, 2011 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/799187 to your computer and use it in GitHub Desktop.
Save sritchie/799187 to your computer and use it in GitHub Desktop.
(def gdal-bytes
(byte-array (* 1200 1200)))
(.ReadRaster band 0 0 1200 1200 gdal-bytes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment