urbangrammarai / gee_pipeline

Pipeline for retrieving imagery from Google Earth Engine
MIT License
1 stars 0 forks source link

Extract metadata at the pixel level for each composite image #9

Closed crangelsmith closed 2 years ago

crangelsmith commented 2 years ago

We want to know the number of images in the composite per pixel, this is probably done with something like: https://developers.google.com/earth-engine/apidocs/ee-imagecollection-count

crangelsmith commented 2 years ago

This is the kind of data we can extract from GEE, this is the sum of counts of entries by pixel for each RBG band. This is for a 3 month composite.

image

crangelsmith commented 2 years ago

More results about this can be found in this slides

crangelsmith commented 2 years ago

After our conversation yesterday @andrewphilipsmith I took a look at the counts of each band independently and they all seem to have the same amount of counts, so as you mention, sum them over seems to be duplicating the information. We should probably just keep the counts of one band?

image

crangelsmith commented 2 years ago

After the meeting on the 26th of July a couple more points to investigate were raised by @andrewphilipsmith and @darribas. I added more details to these slides but here are the main points:

  1. Reasons behind the "strip" of lower counts observed in London and Liverpool near the ocean. We decided to check similar figures in more central regions such as Leicester or Birmingham, the results seem to confirm our hypothesis:

image

  1. Effect on total number of counts is only weather dependent or is there also a difference in the number of available images to query from gee. I fetched the total number of images before any cloud filtering for different years but same month period, and it seems to vary slightly but be around the ~70 images. Reasons for this variation are not clear to me yet.

image