Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description of the PR - This is a PR request to address ticket #320. In the processing level ID, we want to include additional levels as per the ESDS guidance. The actual list of processing levels consists of the following.
[Not Provided, 0, 1, 1A, 1B, 1C, 1T, 2, 2A, 2B, 2G, 2P, 3, 3A, 4, NA]. See the reference https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/ProductLevelId?format=json
Code changes - The code changes were made in the rules_override.json and check_messages_override.json. Further, we updated the outdated files in the test_downloader.py and schema_validator.py. There was an outdated imports DraftValidator, and this has to be updated before every commit. The final code is test by running pytest, and the run was successful before committing the code changes.
To reproduce - Use the following files for testing
C1708952717-CDDIS --format umm-c (Processing level ID: 1)
C1537294867-CDDIS --format umm-c (Processing level ID: 2)
C3241567254-CDDIS --format umm-c (Processing level ID: 1)
Expected output - You will not see any error for ProcessingLevel/Id in the console. If incorrect processing level ID is provided, you will have the following output
