geotrellis / vectorpipe

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

ElementMeta should use proper date/time type #24

Closed moradology closed 7 years ago

moradology commented 7 years ago

Currently, timestamps are stored as strings. We should use a type which gives us more power over the temporal domain

fosskers commented 7 years ago

I very likely pushed this off during my initial ORC tests in my haste to get its initial form working. Definitely it should be an actual Time type, better yet if SparkSQL can produce it natively.

fosskers commented 7 years ago

We use a java.time.Instant now.