With the increasing number of users of GEE, the plan aims to solve the problems of the Earth Engine Code Editor,
such as the lack of auto-complete command function and the simple interpretation of Docs documents,
which is not conducive to the public learning and use.
- Copy: copy the selected function, or click filter results to complete the copy
- Details: a official document of this function
- Demo: a demo of this function
to be continue
You need chrome and Violentmonkey (firefox is also OK)
- Install Violentmonkey extension in chrome or firefox
- Dashboard → New script → paste the script in GEE_Autocomplete → F5 refresh GEE website
At present, this plug-in is only used for demonstration,
The majority of GEE users are required to supplement demo
of the method information according to the data structure of GEEAutocomplete.json file.
Send it to my email address ([email protected]) or submit it on Github.
- GEEAutocomplete.json
GEEAutocomplete.json demo :
{
"label": "ee.Algorithms.CannyEdgeDetector()",
"Details": "https://developers.google.com/earth-engine/api_docs#ee.algorithms.cannyedgedetector",
"Usage": "ee.Algorithms.CannyEdgeDetector(image, threshold, sigma)",
"Returns": "Image",
"Link": "https://github.com/Jackli9218/GEE/blob/master/public/GEEAutocomplete.json"
}
to be continue