Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: export imageCollection to xarray datasets #212

Merged
merged 3 commits into from Feb 7, 2024
Merged

feat: export imageCollection to xarray datasets #212

merged 3 commits into from Feb 7, 2024

Conversation

12rambau
Copy link
Member

@12rambau 12rambau commented Feb 7, 2024

related to google/Xee#83

Here we add the xee dataset extention to geetools. It will allow users to automatically transfer their ImageCollection to xarray.Dataset.

We followed @alxmrs suggestion to not extend Image. User will need to transfer their images to an ImageCollection or force cast them using ee.imageCollection([image]) before transfering. It ensures consistency.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ce5a1f0) 36.47% compared to head (a56786f) 36.78%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   36.47%   36.78%   +0.30%     
==========================================
  Files          52       52              
  Lines        2925     2939      +14     
  Branches      296      296              
==========================================
+ Hits         1067     1081      +14     
  Misses       1853     1853              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@12rambau 12rambau merged commit 147e85e into main Feb 7, 2024
13 checks passed
@12rambau 12rambau deleted the xee branch February 7, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant