locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Reproject Methods Can Now Use the Specified Partitioner #636

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR makes it so that now the specified PartitionerStrategy will be used in the reproject and tile_to_layout methods. In addition, this PR updates the backend Scala logic for these methods so that they will now work with the current GeoTrellis API.