gee-community / geetools

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

feat: add removeProperties to Image and Feature #211

Closed 12rambau closed 7 months ago

12rambau commented 7 months ago

Fix #184

Everything is in the title. it's a very thin wrapper around the copyProperties method. The idea is to generate a propertyless proxy object and add back the properties with the "exclude" parameter. Thus the final object has all the initial props minus the one specified in the exclude.