locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

[WIP] Specifying a Partitioner in Focal Operations #615

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR will allow the user to specify the `Partitioner to use when performing focal operations in GPS. This is beneficially as we are then able to combine the shuffle steps of repartitioning and the focal operation into a single step.

Right now, this PR should not be merged and it will fail Travis due to the latest GT 1.2.0-SNAPSHOT not being available yet.

jbouffard commented 6 years ago

Superseded by #615