You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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
Describe the bug
gemofiyimageryproject
should be able to receive multiplemaxleveloverride
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
The text was updated successfully, but these errors were encountered: