I am currently working on a Machine Learning project which uses MODIS dataset. As my PC doesn't meet the computational requirements of the project, I had taken an AWS server. Now the problem is that the Earth Engine is exporting images to Google Drive or Google Cloud Storage but I want them to get exported to my S3 bucket.
I have come across answers suggesting to download the data to local storage and then to upload them to S3 bucket. Given huge datasets and my poor data speed, it would take me ages to do so. Hence I want to export them to my S3 bucket directly using Earth Engine.
I have gone through the documentation where exporting happens (ee.batch.Export.image). I am thinking of writing a function that exports Geotiff images to AWS S3 bucket instead of Google Drive or Cloud Storage.
P.S.
- I have already verified with the Amazon MODIS Public Datasets and the datasets I want (MOD09A1 and a few others) aren't offered by Amazon.
- I have Windows 10 installed on my PC.