Skip to content

How to Mosaic an ImageCollection before downloading? - OpenET Dataset #1779

Answered by giswqs
jamayor2 asked this question in Q&A
Discussion options

You must be logged in to vote

Something like this:

https://book.geemap.org/chapters/09_timelapse.html#creating-time-series

collection = ee.ImageCollection('OpenET/EEMETRIC/CONUS/GRIDMET/MONTHLY/v2_0') \
            .filterBounds(geometry) \
            .select('et') \
images = geemap.create_timeseries(collection, start_date, end_date, region=geometry, frequency='day', reducer='mean')
geemap.download_ee_image_collection(images, out_dir, scale=30)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jamayor2
Comment options

@jdbcode
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants