You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: