SkyTruth / MTR

Mountain Top Removal
Other
8 stars 2 forks source link

Create Greenest Pixel Composite #46

Closed cjthomas730 closed 8 years ago

cjthomas730 commented 8 years ago

@apericak you mentioned that a professor you spoke with recommended that we use Surface Reflectance products for our work, and that we will need to create our own Greenest Pixel Composites, especially for more recent years. Can you please summarize that conversation here, and work to create a script that will allow us to create our own GPCs? If you need any help, let me know.

cjthomas730 commented 8 years ago

@apericak I've been playing around with this a little bit, which maybe we could talk about/work on during our call after the stand-up on 07/07?

apericak commented 8 years ago

Just for recording purposes, we will look at this on July 7; until then, I'm going to do some testing to see if we should use SR or TOA images, as that's the first step for doing the greenest composites.

apericak commented 8 years ago

Some thoughts as I look at this:

In sum: let's use TOA imagery to make our own greenest composite, via the script above, but let's not worry about cloud filtering.

Still to test: should we exclude the top and bottom 5% of NDVI values from the compositing process, or some other additional processing to get rid of outlying values? And would that make a difference?

cjthomas730 commented 8 years ago

Here's what I've been working on with greenest pixel composites: https://code.earthengine.google.com/ad586b085cd23b8dcf0e9fd07e948c1e

apericak commented 8 years ago

Update: I can't seem to find a difference by getting rid of the top/bottom 5% of values, so we can likely ignore that part too.

cjthomas730 commented 8 years ago

@apericak so we are computing our own Greenest Pixel Composite in ndvi-workspace-analysis.js?

apericak commented 8 years ago

@cjthomas730 Right, but not in ndvi-workspace-vis.js, so that that one will run faster (and thus be better for visualizations, etc.) I'm open to renaming either or both file names, if that would make it clearer.

cjthomas730 commented 8 years ago

@apericak alright, I'm going to close this issue for the GPC creation, and migrate the discussion about TOA v. SR to a new ticket.