-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update testdata-minimal scripts #691
base: main-dev
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main-dev #691 +/- ##
=========================================
Coverage 80.04% 80.04%
=========================================
Files 97 97
Lines 17422 17422
=========================================
Hits 13946 13946
Misses 3476 3476
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I would like some feedback hare. Specially regarding on the scope of the PR. I think that I could push a bit further and combine all the scripts into one CLI app, |
0bf6826
to
64a9f9d
Compare
It looks to me that Can you think of any way to check if it was used on the test files? |
64a9f9d
to
cc9b8ec
Compare
assert path_in.is_dir(), f"missing {path_in}" | ||
assert path_out.is_dir(), f"missing {path_out}" | ||
|
||
datasets = ["EEA_AQ_eReporting", "EBAS"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EEA_AQ_eReporting
is an old intermediate dataset that will not change anymore and is now part on the actual EEA data.
In principle not needed anymore.
I will write an issue to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I can remove it now. Just need the issue number for reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I can remove it now. Just need the issue number for reference.
or I just remove it now...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good
These were just some quick and dirty creation scripts for the testdata-minimal. I moved them into the repo after some problems to find them after EBAS had changed its data format some months back. They have been part of the testdata-minimal tar file before. |
I'll add usage instructions to the README before merging |
I'm going to spend a bit of time over the next week cleaning up and testing the scripts. |
close #604