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

Maintenance PR #137

Merged
merged 13 commits into from
Dec 19, 2023
Merged

Maintenance PR #137

merged 13 commits into from
Dec 19, 2023

Conversation

Kirill888
Copy link
Member

Closes #122

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

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

Comparison is base (0bf4655) 87.41% compared to head (572be21) 87.50%.

Files Patch % Lines
odc/stac/_reader.py 40.00% 3 Missing ⚠️
odc/stac/_load.py 33.33% 2 Missing ⚠️
odc/stac/_model.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #137      +/-   ##
===========================================
+ Coverage    87.41%   87.50%   +0.08%     
===========================================
  Files           19       19              
  Lines         1860     1921      +61     
===========================================
+ Hits          1626     1681      +55     
- Misses         234      240       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 19, 2023

@github-actions github-actions bot temporarily deployed to pull request December 19, 2023 02:25 Inactive
* query.get_items() -> query.items()
* query.get_all_items_as_dict() -> query.item_collection_as_dict()
@github-actions github-actions bot temporarily deployed to pull request December 19, 2023 02:54 Inactive
* Get rid of `cfg`, instead `dtype=` and `nodata=` can be used at
  call site.
* Fix dask warning
@github-actions github-actions bot temporarily deployed to pull request December 19, 2023 03:13 Inactive
@Kirill888 Kirill888 merged commit 0ac758e into develop Dec 19, 2023
26 checks passed
@Kirill888 Kirill888 deleted the next branch December 19, 2023 03:17
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.

Allow errors besides RasterioIOError in odc.stac.load with fail_on_error=False
1 participant