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

Pass through units during timeseries._redo_reference #451

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

scottstanie
Copy link
Collaborator

By not including units = ..., everything after the reference change lost the meters from unwrapping

$ rio info scratch/timeseries/20180722_20190711.tif | jq .units
[
  "meters"
]

$ rio info scratch/timeseries/20190711_20190717.tif | jq .units
[
  null
]

@scottstanie scottstanie merged commit 4ae6918 into isce-framework:main Oct 14, 2024
2 of 3 checks passed
@scottstanie scottstanie deleted the fix-redo-reference branch October 14, 2024 20:33
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.

1 participant