'FeatureCollection' object has no attribute 'clip' #476
Answered
by
giswqs
wangxinzhi0617
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 13, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.clip()
is for ee.Image only. You need to use.map()
and.ee.Geometry.intersection()
to clip a FeatureCollection.https://developers.google.com/earth-engine/apidocs/ee-geometry-intersection