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

fix fullLike (again) #267

Closed fitoprincipe closed 4 months ago

fitoprincipe commented 4 months ago

I tried to use an ee.Image created by ee.Image.geetools.fullLike (with the latest modifications) inside an ee.ImageCollection and got an error complaining about "not being an homogeneous" collection. This PR solves that issue.

12rambau commented 4 months ago

merging as the test error is not related to this PR