SatelliteApplicationsCatapult / fulgurite

A library to read and write GeoTIFF images using Apache Spark
Other
18 stars 3 forks source link

Proximity partition scheme #18

Open emilyselwood opened 8 years ago

emilyselwood commented 8 years ago

A lot of algorithms need the pixels next to them to perform calculations. A partition scheme that makes sure near by pixels are in the same partition might be help full here.

This will need investigation as well as implementation to see if it actually makes any difference.