Replies: 1 comment 2 replies
-
A few quick thoughts, I'll hopefully be able to take a deeper look later:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I’d like to ask about recommendations to efficiently use the Planetary Computer to scale up our current project. We have implemented a workflow on the PC that uses a random forest model to do a per-pixel classification on a given NAIP scene, looking for a particular invasive plant species. Here's the code.
We want to run our classification model on all the NAIP scenes covering the Santa Barbara County coast in a given year. There are about 25 scenes per year, and the issue is they overlap. In terms of leveraging the PC’s strengths, would it be better to :
For option (1), we also need to keep track of the NAIP collection data for the scene before feeding the image into the model, so each pixel would be associated to a date in the mosaic. For option (2), the rasters resulting from the model have a single integer band.
Any suggestions on how to do this most efficiently would be appreciated. It could also be there’s an option (3) we haven’t considered. I'd really appreciate any insight you might have about this!
Beta Was this translation helpful? Give feedback.
All reactions