locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Mask Layers By RDD[Geometry] #629

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR makes it so that users can mask a layer via an RDD[shapely.geometry]. There may be issues with the performance of this new feature, mainly when dealing with complex geometries. We should run benchmarks in the near future to make the needed changes if performance becomes an issue.