google / Xee

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

Lat, Lon storing mechanism updated. #121

Closed dabhicusp closed 7 months ago

dabhicusp commented 8 months ago

I fixed the code of the Lat, Lon data storing mechanism. The current code store the result based on the slice of the tiles(small data chunks) but which gives error on some cases so I update that to index of tiles(small data chunks) instead of slice to store the data.

dabhicusp commented 8 months ago

The last commit was added from this PR #123. Thank you Noah Golmant for Adding the PR. 😄