geotrellis / vectorpipe

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

Use java.time.instant for timestamps #25

Closed moradology closed 7 years ago

moradology commented 7 years ago

I wasn't able to compile this due to the current dependency upon snapshotted GT, but I think this is what we'll want for timestamp conversions

fosskers commented 7 years ago

The ORC code would have to change as well. Notes to self: a small test would have to be performed on some ORC file to guarantee that reflection doesn't freak out with this change.

It's frustrating because compilation isn't a guarantee when it comes to the ORC reading behaviour.

fosskers commented 7 years ago

Superseded by #23