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

Improve CMR audit capabilities #1057

Merged
merged 12 commits into from
Jan 27, 2025
Merged

Improve CMR audit capabilities #1057

merged 12 commits into from
Jan 27, 2025

Conversation

LucaCinquini
Copy link
Collaborator

Purpose

This PR is meant to improve the usability of cmr_audit.py in the following respects:

  • Support the ability to run for a long date-time interval, but break up the queries in N days each
  • Fix the current bug in the bounding box (missing SLC inputs are currently found in Antartica, i.e. the script returns false positives)
  • Have the ability to disable CSLC or RTC accountability (to run faster)
  • Add a newline at the end of the output files, to allow easy concatenation

Proposed Changes

  • [ADD] A new cmr_audit_batch.py script to execute cmr_audit_X.py in chunks of N days
  • [CHANGE] Refactor some of the functionality to prevent repetition of code
  • [FIX] Bounding box that exclude Antartica from the query region

Issues

Testing

  • I have been using the modified version of the package successfully to execute accountability for RTC and CSLC for several days.

@hhlee445 hhlee445 merged commit 3878494 into develop Jan 27, 2025
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