Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created August 15, 2016 18:16
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 smathermather/a822726bd54cd62f70c4861fa19e4df9 to your computer and use it in GitHub Desktop.
Save smathermather/a822726bd54cd62f70c4861fa19e4df9 to your computer and use it in GitHub Desktop.

Installing and configuring ODM components within the POSM base system; Determining approximate limitations on the number of source photos that can be handled by standard POSM hardware

Raw image upload (unprocessed images sourced from a sUAS) using a web form and/or fileshare; Copying / uploading post-processed GeoTIFFs to POSM using a web form and/or fileshare

GeoTIFF processing (externally sourced scenes and/or output from ODM):

  • Chunking input images into Web Mercator tiles at the TMS zoom level most closely corresponding to its native resolution
  • Pyramiding (downsampling and merging) of generated tiles to produce tiles for all appropriate zooms

Simple web interface for managing processing pipelines:

  • Display progress in a web view while processing proceeds
  • Permit cancellation, restart of ODM and tile processing

Consumption of tiled imagery for digitization through iD, etc:

  • Output an MBTiles archive suitable for downloading, excerpting, sharing with other tools, and serving up as an online TMS

Documentation and Delivery

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