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

Ideas for v1.0 #27

Closed
gottacatchenall opened this issue Oct 2, 2022 · 2 comments
Closed

Ideas for v1.0 #27

gottacatchenall opened this issue Oct 2, 2022 · 2 comments

Comments

@gottacatchenall
Copy link
Member

gottacatchenall commented Oct 2, 2022

  • Error handling

    • Each invalid call should throw an error of abstract type BONException
    • Have a documentation section for each subtype of BONException to enable user debugging
  • Algorithms

    • cube sampling (refiner)
    • Environmental uniquness via KNN (seeder)
      • Take the vector of layers at each cell in the raster and applies knn to each cell in the raster. choose the closest cell in the raster to the k cluster centers
    • fractal triad, or some scale dependence thing, maybe
  • Documentation

    • A tutorial section that gives background info not specific to the package for new users
    • Uniqueness vignette includes KNNUniqueness and has more text
    • Vignette on cube smapling
@karinorman
Copy link
Collaborator

Just because we were thinking about it today, we might want to build in stratification (whether as an option for individual sampling algorithms or a separate thing). Not sure if it needs to be v1.0.

@gottacatchenall
Copy link
Member Author

gottacatchenall commented Sep 13, 2024

this issue has been functionally replaced by the ongoing list of features being added in #65 (including general purpose stratification!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants