You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #205 is merged, add package version information to the bug template.
print(f'Python version = {sys.version}')
print(f'earthengine-api version = {ee.__version__}')
print(f'xee version = {xee.__version__}')
print(f'xarray version = {xr.__version__}')
The text was updated successfully, but these errors were encountered:
Once #205 is merged, add package version information to the bug template.
The text was updated successfully, but these errors were encountered: