-
Notifications
You must be signed in to change notification settings - Fork 46
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
platform/processingLevel concept-id aliasing, DATASET Constants, constants no longer top level imports #238
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…, adds processingLevel->concept-id dict
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #238 +/- ##
==========================================
+ Coverage 89.98% 90.06% +0.08%
==========================================
Files 54 54
Lines 2046 2073 +27
==========================================
+ Hits 1841 1867 +26
- Misses 205 206 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…API with aliased keyword searches (platform and processingLevel)
…/Discovery-asf_search into topic-dataset-constants
…t-id aliasing for platform and processingLevel
Changed
processingLevel
andplatform
are now aliased by collection concept-ids when available, improving performance and potentially dodging param splitting subquery system (lists of concept ids by their processing levels/platforms viewable indataset.py
).