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 a setProperty method to the Asset object #275

Closed 12rambau closed 3 months ago

12rambau commented 3 months ago

Fix #274

The side step from the original vanilla method is that I'm using kwargs instead of a dict. My reasoning is that a dict is not the easiest to write in Python linted code as you'll get a double indentation for nothing.