@JennyZ
Nothing here yet.
Nothing here yet.
No blogs yet.
Qiusheng Wu Dr.Wu: I have a question about image clip, with javascript, I can do: var dataset = ee.ImageCollection('USDA/NAIP/DOQQ') .filterBounds(roi) .map(function(image){return image.clip(roi)}) .filter(ee.Filter.date('2017-01-01', '2018-12-31')); With python, how to implement this .map(function(image){return image.clip(roi)? Thanks a lot!
Qiusheng Wu When I tried geemap.ee_export_collection(image, scale=1..), Download failed since it said"must be less than or equal to 33554432 bytes", if we can increase this download size? When I used larger scale size, it is ok. I used 'USDA/NAIP/DQQQ' dataset which is one-meter GSD, if there are 0.3 meter USGS dataset? Thanks a lot! Jenny