Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

gemodifyimageryproject "maxleveloverride" flag bug #1834

Open
AnguIar opened this issue Aug 31, 2020 · 0 comments
Open

gemodifyimageryproject "maxleveloverride" flag bug #1834

AnguIar opened this issue Aug 31, 2020 · 0 comments
Labels

Comments

@AnguIar
Copy link

AnguIar commented Aug 31, 2020

Describe the bug

gemofiyimageryproject should be able to receive multiple maxleveloverride flags. If the flag is set, it belongs to a single inset.
As for now, the command takes a single maxleveloverride flag (even if more flags are set) and applies it over the first inset from the input.
command docs reference

For example:
gemodifyimageryproject -o TempProject --maxleveloverride 10 TempResource_1 --maxleveloverride 5 TempResource_2 TempResource_3

Expected result will be:
TempResource_3 | default (set by GEE)
TempResource_1 | level 10
TempResource_2 | level 5

Thought it actually produces this:
TempResource_3 | default
TempResource_2 | default
TempResource_1 | level 5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants