Skip to content

Document deriving dates and datetimes#116

Merged
chuckwondo merged 2 commits intomainfrom
document-datetime
Apr 1, 2025
Merged

Document deriving dates and datetimes#116
chuckwondo merged 2 commits intomainfrom
document-datetime

Conversation

@chuckwondo
Copy link
Collaborator

Fixes #110
Fixes #111

gdf["datetime"] = GEDI_EPOCH + pd.to_timedelta(gdf.delta_time, unit="seconds")
```

Note that since adding the `delta_time` column to your output file will increase
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[!NOTE] - if you want to be fancy

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Done.

@chuckwondo chuckwondo merged commit 6b3a54d into main Apr 1, 2025
4 checks passed
@chuckwondo chuckwondo deleted the document-datetime branch April 1, 2025 18:00
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

Successfully merging this pull request may close these issues.

Document example of computing absolute datetime using delta_time Document example of extracting the date from the filename column

2 participants