restee icon indicating copy to clipboard operation
restee copied to clipboard

Python package to call processed EE objects via the REST API to local data

Results 3 restee issues
Sort by recently updated
recently updated
newest added

Right now the endpoint urls are hard coded at a couple of places (e.g. https://developers.google.com/earth-engine/cloud/highvolume?hl=en#using-the-high-volume-endpoint). There needs to be an option to allow for the different api versions (i.e. v1alpha...

Need to add in support for users to be able to request large areas. Right now if there are too many pixels being requested then it fails. We can chuck...

I believe I have set up everything correctly, but the following code: ```python import ee ee.Initialize() import restee as ree # get an authenticated session with GCP for REST API...