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

Assign static layers product specification version from runconfig #199

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

vbrancat
Copy link
Contributor

This PR allows to assign the product specification version specified in the static layers runconfiguration file to the identification/product_specification_version variable of the CSLC-S1 static layers metadata.

This PR addressed issue #195

@@ -247,8 +247,7 @@ def run(cfg: GeoRunConfig):
t_qa_meta = time.perf_counter()
with h5py.File(output_hdf5, 'a') as geo_burst_h5:
root_group = geo_burst_h5[ROOT_PATH]
identity_to_h5group(root_group, burst, cfg, 'CSLC -S1',
cfg.product_group.product_specification_version)
identity_to_h5group(root_group, burst, cfg, 'CSLC -S1')
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there supposed to be a space between CSLC and -S1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I goofed. This should have been fixed by the latest commit

Copy link
Contributor

@LiangJYu LiangJYu left a comment

Choose a reason for hiding this comment

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

LGTM

@scottstanie scottstanie self-requested a review August 16, 2023 19:30
@vbrancat vbrancat merged commit 4214c99 into opera-adt:main Aug 22, 2023
1 check passed
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.

3 participants