Feature Request P2
Status Update
Comments
ro...@marvinblue.earth <ro...@marvinblue.earth> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
Description
I think since I started working for LDC I've hit all the hard coded limits of GEE and I start to think it's ridiculous considering that my company is paying for every single piece compute I use.
I listed the most critical one here with a use case for each of them :
ImageCollection
, I create in few time thousands of batch calls. Nothing big it's just that I cannot export anImageCollection
in one go. when I do so, anything that was running earlier becomes invisible in the task manager. Could you create a pagination parameter and some extra filters (like "all running", "all queued") ?ImageCollection
with 1 binary mask for each administrative area at 500m resolution. It allows me to make area like computations without clipping that's super useful and there are 47 219 level 2 objects what am I supposed to do ? It's not even a volume is the total size of theImageCollection
will be less than 1 Gb.reduceRegions
Feature
in GEE?All these are safeguard to avoid making crazy computation, I get it. but as for
maxPixel
if you add extra parameters so I can overcome these limits when I know exactly what I'm doing that would be perfect.