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

Don't raise an exception while calling GeoRaster2.rpcs #322

Closed drnextgis closed 2 years ago

drnextgis commented 2 years ago

Make sure that calling rpcs method doesn't raise an exception if the underlying file was deleted and the instance was created with lazy_load=False.

codecov-commenter commented 2 years ago

Codecov Report

Base: 90.86% // Head: 90.88% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (36b5757) compared to base (2fe4388). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## ========================================== + Coverage 90.86% 90.88% +0.01% ========================================== Files 38 38 Lines 6130 6141 +11 ========================================== + Hits 5570 5581 +11 Misses 560 560 ``` | [Impacted Files](https://codecov.io/gh/satellogic/telluric/pull/322?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic) | Coverage Δ | | |---|---|---| | [telluric/georaster.py](https://codecov.io/gh/satellogic/telluric/pull/322/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVsbHVyaWMvZ2VvcmFzdGVyLnB5) | `93.44% <100.00%> (+0.01%)` | :arrow_up: | | [tests/test\_georaster.py](https://codecov.io/gh/satellogic/telluric/pull/322/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9nZW9yYXN0ZXIucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_colorize.py](https://codecov.io/gh/satellogic/telluric/pull/322/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=satellogic#diff-dGVzdHMvdGVzdF9jb2xvcml6ZS5weQ==) | `100.00% <0.00%> (ø)` | | 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.