男人吃蚂蚱有什么好处
Tagged with imagecollection normalized-difference-water-index
3 questions
0
votes
2
answers
56
views
How to convert a raster to vector and use it to clip an ImageCollection in Google Earth Engine
I am attempting to compute NDWI and extract a water body by using the condition NDWI > 0. Then, I plan to convert the extracted water body from an image to a vector, and use it to clip an ...
-1
votes
1
answer
67
views
Clip a imagecollection with a feature of the AOI shape
I calculated the NDWI with values greater than 0. On the other hand, I loaded a shape, like AOI, which contain diferents ponds if one with an id.
I would like to clip the NDWI imagecollection with the ...
0
votes
1
answer
348
views
Get monthly NDVI and NDWI median for a year, from Landsat collection Google Earth Engine (GEE)
I am trying to get NDVI and NDWI per month, based on the median of the images in one month. For this, I am using Landsat8 collection an year 2018. I keep getting empty bands for the var monthlyStats. ...