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

Repair ndvi rscript [no version bump] #559

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Repair ndvi rscript [no version bump] #559

merged 2 commits into from
Nov 18, 2024

Conversation

henrykironde
Copy link
Contributor

No description provided.

- Updated logic to exclude `scenes` rows where `display_id`
  matches any `undone$display_id` substring.
- Used `stringr::str_detect` for reliable matching.

Resolves issues with `undone$display_id` extensions causing mismatches.```
- Added logic to append default time `12:00:00` to timestamps in `YYYY-MM-DD` format.
- Used `sapply` with a helper function for transformation.
- Converted updated timestamps to datetime using `lubridate::ymd_hms`.
- Included checks to identify invalid timestamps after conversion.

Ensures consistent datetime format in the `timestamp` column for better analysis.
@gmyenni gmyenni merged commit d89575f into main Nov 18, 2024
1 check passed
@gmyenni gmyenni deleted the repair-ndvi_Rscript branch November 18, 2024 17:07
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.

2 participants