r-earthengine / ee_extra

A ninja python package that unifies the Google Earth Engine ecosystem.
https://ee-extra.readthedocs.io/
Other
61 stars 10 forks source link

add support for COPERNICUS/S2_SR_HARMONIZED to compute the tasseledCap components #49

Open 12rambau opened 11 months ago

12rambau commented 11 months ago

First of all thanks a lot for this package it's a hidden gem !

I am incorporating some of the functionalities within geetools as part of the refactoring process. Like eemont it's an exetention of GEE but we took a different angle, instead of extending directly the methods and class and blur the line between server and client side operations we decided to remain as much server-side as possible and we have hidden all the methods in a shared namespace "geetools".

In the test pipeline, I use a single image over the Vatican city or all the image-related test. it's coming from the COPERNICUS/S2_SR_HARMONIZED which is not supported for the tasseledCap method. Would it be possible to add it ?