kvos / CoastSat

Global shoreline mapping tool from satellite imagery
http://coastsat.space
GNU General Public License v3.0
696 stars 252 forks source link

Add a function authentication and initialization for Earth Engine API #519

Closed thekester closed 4 months ago

thekester commented 4 months ago

This pull request adds a function for authentication and initialization of the Google Earth Engine API in the SDS_download.py module.

kvos commented 4 months ago

thanks a lot @thekester for the pr, much appreciated. Will merge directly into the master branch.

kvos commented 3 months ago

I'm going to revert this PR as it's constantly asking to authenticate via the browser which is a bit painful. I've tested a way to automatically refresh the token without authentication so I'll implement that instead.