geotrellis / vectorpipe

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

Simplify by removing Row Encoders #96

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

Overview

Instantiating Rows with GenericRowWithSchema is awkward and requires defining a schema that should otherwise be implicitly determined. This replaces that pattern with one whereby a tuple is returned and converted into a DataFrame with appropriate column names.

CHANGELOG entry omitted due to this being an internals-only change.