When the Earth Engine opens up, it shows a default layer (Landsat 8 Annual Greenest-Pixel TOA Reflectance Composite), with a default band combination. Can I change/add the default layer(s), and the default band combination? Thanks asked 21 Oct '14, 13:35 rbiancalani |
At the moment, it is not possible to load another default layer than the L8 Greenest pixel TOA. However, if you have a trusted tester account from GEE, you can easily save your workspace as JSON and re-import it at any time. It is just a work around but it is easy to implement:
Next time you have a window opening in GEE while using Collect Earth, sign in as Trusted Tester, open the "Manage Workspace/Import-Export" and paste your saved JSON inside, all your "default layers" will appear. answered 22 Oct '14, 11:14 lecrabe ♦ |
Similar to the JSON solution, you could also retrieve the workspace URL from "Manage workspace" > "Share workspace..." and it will address you to the workspace configuration at the moment of producing the URL. Alternatively, so far only the current workspace session can be saved. Giulio answered 27 Oct '14, 17:16 gmarchi ♦♦ |