satellogic / telluric

telluric is a Python library to manage vector and raster geospatial data in an interactive and easy way
MIT License
87 stars 18 forks source link

Fix an error found by mypy #324

Closed drnextgis closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 90.88% // Head: 90.90% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (c4ec42f) compared to base (1b6dc4f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ========================================== + Coverage 90.88% 90.90% +0.02% ========================================== Files 38 38 Lines 6141 6146 +5 ========================================== + Hits 5581 5587 +6 + Misses 560 559 -1 ``` | [Impacted Files](https://codecov.io/gh/satellogic/telluric/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic) | Coverage Δ | | |---|---|---| | [tests/test\_georaster\_reproject.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9nZW9yYXN0ZXJfcmVwcm9qZWN0LnB5) | `100.00% <ø> (ø)` | | | [telluric/collections.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVsbHVyaWMvY29sbGVjdGlvbnMucHk=) | `95.85% <100.00%> (+0.01%)` | :arrow_up: | | [tests/test\_collections.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9jb2xsZWN0aW9ucy5weQ==) | `99.65% <100.00%> (ø)` | | | [tests/test\_georaster\_tiling.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9nZW9yYXN0ZXJfdGlsaW5nLnB5) | `70.57% <100.00%> (+0.20%)` | :arrow_up: | | [tests/test\_geovector.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9nZW92ZWN0b3IucHk=) | `96.89% <100.00%> (ø)` | | | [tests/test\_vrt.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF92cnQucHk=) | `100.00% <100.00%> (ø)` | | | [telluric/util/raster\_utils.py](https://codecov.io/gh/satellogic/telluric/pull/324/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVsbHVyaWMvdXRpbC9yYXN0ZXJfdXRpbHMucHk=) | `92.04% <0.00%> (+0.56%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.