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
I want to export an ImageCollection using geetools.batch.Export.imagecollection.toDrive() but I am getting the error as mentioned in the title: AttributeError: module 'geetools' has no attribute 'batch'
I have tried with v1.1.0 and v1.3.0 and am getting the same result. This is the output of dir(geetools) in v1.1.0:
I want to export an ImageCollection using
geetools.batch.Export.imagecollection.toDrive()
but I am getting the error as mentioned in the title:AttributeError: module 'geetools' has no attribute 'batch'
I have tried with
v1.1.0
andv1.3.0
and am getting the same result. This is the output ofdir(geetools)
in v1.1.0:I installed
geetools
using pip. Kindly help.The text was updated successfully, but these errors were encountered: