locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Improved Encoding Performance for Vector Pipe #588

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR improves the encoding of the objects in the vector_pipe module by having their attributes be accessed by index instead of name. This performance increase will only be noticeable when encoding, so there will be a speed increase when using rasterize_features.

This PR resolves #585