Skip to content

SWE: Adding missing attributes to "acquisition_time"#3154

Merged
tech3371 merged 1 commit into
devfrom
swe_l1b_acq_time_fix
May 7, 2026
Merged

SWE: Adding missing attributes to "acquisition_time"#3154
tech3371 merged 1 commit into
devfrom
swe_l1b_acq_time_fix

Conversation

@bryan-harter
Copy link
Copy Markdown
Member

@bryan-harter bryan-harter commented May 7, 2026

Change Summary

Overview

VALIDMIN and VALIDMAX were missing. This fixes the error with #3106.

The problem was, the rest of the code was automatically adding in these attributes as "None". cdflib used to drop attributes with "None", but now attempts to add them as empty strings. The issue is that VALIDMIN and VALIDMAX if they exist can't be strings - they need to actually be numbers. So this ensures that those attributes are numbers.

@bryan-harter bryan-harter requested a review from tech3371 May 7, 2026 16:50
@tech3371 tech3371 changed the title Adding missing attributes to "acquisition_time" SWE: Adding missing attributes to "acquisition_time" May 7, 2026
@tech3371 tech3371 added the Ins: SWE Related to the SWE instrument label May 7, 2026
@tech3371 tech3371 merged commit 3b74dcc into dev May 7, 2026
14 checks passed
@tech3371 tech3371 deleted the swe_l1b_acq_time_fix branch May 7, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ins: SWE Related to the SWE instrument

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants