Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support date64 column type in GeoParquet file #171

Closed
jpswinski opened this issue Jan 17, 2023 · 1 comment
Closed

Support date64 column type in GeoParquet file #171

jpswinski opened this issue Jan 17, 2023 · 1 comment

Comments

@jpswinski
Copy link
Member

The code to write a dat64 column (which corresponds to a RecorObject::TIME8 column) needs to include whatever conversion is necessary between the GPS times used by default internal to SlideRule and the time format/epoch used by GeoParquet.

@jpswinski
Copy link
Member Author

The GeoParquet files now include a timestamp index (datetime in pandas, datetime64[ns] in numpy). This is automatically keyed off of the TIME8 RecordObject field type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant