asfadmin / Discovery-asf_search

BSD 3-Clause "New" or "Revised" License
124 stars 43 forks source link

Release V7.0.0 #262

Closed SpicyGarlicAlbacoreRoll closed 7 months ago

SpicyGarlicAlbacoreRoll commented 7 months ago

Key Features: Dataset specific ASFProduct subclasses, platform/processingLevel aliasing with collection concept-ids, ASFSession support for authenticating/downloading from non-prod deployments.

Key Changes: remotezip is now an optional dependency, constants are now module scoped (imports like asf_search.SLC or asf_search.SENTINEL1 must now be asf_search.PRODUCT_TYPE.SLC and asf_search.PLATFORM.SENTINEL1), baseline stacking no longer filter out products with missing state vectors but logs a warning (harmonizing results with SearchAPI). OPERA-S1 dataset no longer has calval collections, moved to OPERA-S1-CALIBRATION dataset.

v.7.0.0

Added

Changed

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov-commenter commented 7 months ago

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (dcb71ee) 89.79% compared to head (867c8e5) 88.22%.

Files Patch % Lines
asf_search/CMR/datasets.py 52.94% 8 Missing :warning:
asf_search/ASFSearchResults.py 12.50% 7 Missing :warning:
asf_search/Products/ARIAS1GUNWProduct.py 76.00% 6 Missing :warning:
asf_search/search/baseline_search.py 75.00% 6 Missing :warning:
asf_search/Products/OPERAS1Product.py 88.37% 5 Missing :warning:
asf_search/Products/S1BurstProduct.py 88.23% 4 Missing :warning:
asf_search/download/download.py 50.00% 4 Missing :warning:
asf_search/CMR/subquery.py 93.18% 3 Missing :warning:
asf_search/export/jsonlite.py 72.72% 3 Missing :warning:
asf_search/ASFProduct.py 97.80% 2 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable #262 +/- ## ========================================== - Coverage 89.79% 88.22% -1.57% ========================================== Files 54 69 +15 Lines 2028 2370 +342 ========================================== + Hits 1821 2091 +270 - Misses 207 279 +72 ``` | [Flag](https://app.codecov.io/gh/asfadmin/Discovery-asf_search/pull/262/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=asfadmin) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/asfadmin/Discovery-asf_search/pull/262/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=asfadmin) | `88.22% <90.83%> (-1.57%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=asfadmin#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.