Skip to content

Instantly share code, notes, and snippets.

@jqtrde
Created April 14, 2018 17:14
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 jqtrde/0a8a3f455ade02c72933faa01a424869 to your computer and use it in GitHub Desktop.
Save jqtrde/0a8a3f455ade02c72933faa01a424869 to your computer and use it in GitHub Desktop.
Stanford Big Data Hackathon - Tools for working with Satellite Imagery

Tools

We're very much Python powered!

  • rasterio - Reading and writing geospatial data (rasters)
  • shapely - Manipulation and analysis of geometric objects (vectors)
  • fiona - Reading and writing geospatial data (vectors)

The combination of ^ with other standard Python utilities provide a powerful & flexible means of achieving almost any sort of geospatial process you can imagine.

Running at "scale"

In addition to core functionality of the tools themselves, we've spent a lot of time working to optimize them to run well in large batch processing contexts. Typically, AWS infrastructure backs these processes.

Uploading your outputs to Mapbox

Also, Unity!

Other recommendations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment