nasaharvest / crop-mask

End-to-end workflow for generating high resolution cropland maps
Apache License 2.0
95 stars 28 forks source link

Corrective labeling GEE app #222

Open ivanzvonkov opened 1 year ago

ivanzvonkov commented 1 year ago

Context: It should be easy for partners to look at our cropland maps and generate corrective labels.

Potential solution: Write GEE app addition that

ivanzvonkov commented 1 year ago

Additional point: the default satellite imagery should match the year of the map

MsPixels commented 1 year ago

Hello Ivan, I tried something on the app:

https://aasareansah.users.earthengine.app/view/malawicorrective-labeling-app

I'll be on standby for your comments

ivanzvonkov commented 1 year ago

Hey @MsPixels, this is great initial go!

MsPixels commented 1 year ago

Thanks, @ivanzvonkov!

ivanzvonkov commented 1 year ago

Well, one downloads the data from Earth engine and the other exports it as a CSV

Is it possible to do this in one step?

MsPixels commented 1 year ago

Alright sure, I'll work on that and get back to you.

MsPixels commented 1 year ago

@ivanzvonkov, I updated the App.. However, I wasn't able to merge the download and export button..Any help on this?

Sharing the updated app here: https://aasareansah.users.earthengine.app/view/malawicorrective-appv2 The code is here as well: https://code.earthengine.google.com/a0210e909fcb5da006d67bb175873205

ivanzvonkov commented 1 year ago

@MsPixels Thanks for the updates!

I didn't find a way to make the download automatic but I came up with an alternative scheme to make it more intuitive hopefully: https://code.earthengine.google.com/86d5145a26cc93283fa4fd8bdde6b9fe Let me know what you think!

Do you think that single instruction sentence would be sufficient to get the Malawi users to use the app correctly? Would we be comfortable emailing this app to them so they can generate points for us? Or would additional instructions be beneficial via alternative format (linked PDF, slides, video)?

ivanzvonkov commented 1 year ago

From before, I don't think this point was addressed, thoughts on this?

Do you think it would be easier or harder to use a double map with one side as cropmap and other side as satellite data? (like here)

MsPixels commented 1 year ago

Thanks @ivanzvonkov, are you available for a call today or tomorrow?

ivanzvonkov commented 1 year ago

Based on call

ivanzvonkov commented 1 year ago

@MsPixels What do you think about adding the script that you made to this repository through a Pull Request?

MsPixels commented 1 year ago

@ivanzvonkov, which script are you referring to? The GEE code or the link to the App