geotrellis / vectorpipe

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

Fixup bugs in VectorPipe that prevent examples from running #127

Closed CloudNiner closed 4 years ago

CloudNiner commented 4 years ago

With these changes applied, I was able to run all six new examples in the vectorpipe.examples directory. These bugs were likely fallout from the GT 3.1 / Spark 2.4 upgrade and were only exposed with runnable examples in the project.

Testing

Run each of the examples using default arguments, they should now all pass. For example:

./sbt
> test:runMain test:runMain vectorpipe.examples.ChangesetStreamProcessor

For the AugmentedDiff examples you'll need to correctly set AWS_PROFILE and pass an s3 augmented diff location for --augmented-diff-source.