Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional compositing functions - mediod, best available pixel, others? #20

Open
mikemahoney218 opened this issue Jan 3, 2024 · 0 comments
Labels
feature a feature request or enhancement help wanted ❤️ we'd love your help!
Milestone

Comments

@mikemahoney218
Copy link
Collaborator

Right now, the compositing methods in get_stac_data() are pretty simple -- defensible! But simple. It would be nice for additional compositing methods to be available.

Right now, I'm aware of two general approaches that would be nice:

  • Using mediod pixels,
  • Using the "best available pixel" (BAP) approach

I'm not sure if there are good R implementations for calculating either, or if this is going to require writing implementations in rsi. If the latter, those implementations should be user-facing.

I'm opening this issue as a signpost for a new feature I'd like to add for the second CRAN release of the package (I have no intention of including it in 0.1.0). If anyone reading this has other compositing methods they'd like to see added (or knows of efficient implementations I can borrow!) please leave a comment!

@mikemahoney218 mikemahoney218 added this to the future milestone Jan 3, 2024
@mikemahoney218 mikemahoney218 added feature a feature request or enhancement help wanted ❤️ we'd love your help! labels Jan 3, 2024
@mikemahoney218 mikemahoney218 modified the milestones: future, next release Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement help wanted ❤️ we'd love your help!
Projects
None yet
Development

No branches or pull requests

1 participant