Aaron C Watt
Results
2
comments of
Aaron C Watt
@nikosGeography I think the issue is you are trying to export an image, not an image collection. When you use `.first()`, it selects the first image of the collection, and...
The correct syntax is `batch.Download.ImageCollection.toDrive`. The error `Cannot read property of undefined` generally means that you are trying to access a property (`toDrive` in this case) of an object that...