google / Xee

An Xarray extension for Google Earth Engine
Apache License 2.0
243 stars 28 forks source link

Automatically calculate optimal IO Chunks. #68

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Automatically calculate optimal IO Chunks.

By default, users should be able to get all 48 MBs worth of data in each request to EE. In this change, we change the default io_chunk behavior to make an educated guess such that users get as many bytes as possible under the request byte limit.

Fixes #43.

google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.