Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/earthengine-api
/ ClippedComposite.js
File
ClippedComposite.js
javascript/src/examples/ImageCollection/ClippedComposite.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Composite an image collection and clip it to a boundary.
2
3
// Load Landsat 7 raw imagery and filter it to April-July 2000.
4
var
collection = ee.ImageCollection(
'LANDSAT/LE07/C02/T1'
)
Callers
nothing calls this directly
Calls
5
filterDate
Method · 0.80
clipToCollection
Method · 0.80
median
Method · 0.45
filter
Method · 0.45
eq
Method · 0.45
Tested by
no test coverage detected