gee-community / geetools

A collection of tools to work with Google Earth Engine Python API
https://geetools.readthedocs.io/en/stable/
MIT License
503 stars 121 forks source link

make the behaviour of the is_<something> methods consistent #239

Closed 12rambau closed 3 months ago

12rambau commented 4 months ago

In the current implementation of the is_ methods the "raised" parameter is not fully respected as existsis often raising in advance.

Faced the problem multiple time in ipygee it create very complicated test processes when a simple is_folder()` should be sufficient.