geotrellis / vectorpipe

Convert Vector data to VectorTiles with GeoTrellis.
https://geotrellis.github.io/vectorpipe/
Other
74 stars 20 forks source link

Set the StorageLevel Used When Deriving Features #53

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR adds the optional parameter, storageLevel to the features method so that the user can set the StorageLevel in the internal. intermediate RDDs.

This PR resolves #52

jbouffard commented 6 years ago

@fosskers @echeipesh I updated this PR so that now storageLevel: StorageLevel instead of storageLevel: Option[StorageLevel. Is there anything else that needs to changed/fixed?