Status Update
Comments
sg...@google.com <sg...@google.com> #2
It doesn't look like this bug has a link to the affected dataset(s) in Earth
Engine. Please reply to this bug with a comment containing a URL of the form
"
If this issue doesn't affect an existing dataset, consider moving in into the "Public Trackers > Earth Engine > Datasets > New Datasets" component. If the dataset is a new or updated version of an existing dataset, you can add the URL of the existing one. And if you cannot add a URL, you can disable future automated messages by adding a comment with "dataset_bug_ranker: disable" on its own line.
Reason: Issue does not contain a dataset URL. dataset_bug_ranker: remind=P7D
Description
Feature Summary:
A proposed function call to add to an ee script that calls the browser SAVE button. So every time the script runs it saves a version.
Details about the situations or use cases where this feature would be valuable:
So GIT holds a snapshot of the exact script every time it runs. Or use the optional name parameter to save each run.
And if the script hangs the browser, it is possible to get back to where you were.
If you got distracted then the authentication blocks and when you return to the browser you find you have lost your data.
An ee.GetLink() might also be useful.
---