biggis-project / path-optimizer

Former `heatstressrouting` shiny-based app
MIT License
2 stars 2 forks source link

Process thermal flight dataset using geotrellis #11

Open vsimko opened 7 years ago

vsimko commented 7 years ago

There is currently an R script for computing edge weights used for routing which uses pixels from the thermal flight dataset.

This can be implemented using geotrellis in a scalable way. Also the input rasters can be automatically tiled, indexed using a space-filling curve and a pyramid of pre-processed tiles can be generated for multiple zoom levels.