lemma-osu / synthetic-knn

Two-stage kNN imputation using synthetic data and treelists
0 stars 0 forks source link

Create treelists from synthetic plot network data and reference treelists #5

Open grovduck opened 1 month ago

grovduck commented 1 month ago

The major goals of this project are to:

  1. generate synthetic plot networks in feature space (i.e. #1) based on reference plot locations
  2. use the k nearest neighbors and reference treelists to generate new treelists for the synthetic plots
  3. derive stand-level attributes from the synthetic treelists
  4. use sknnr-spatial to run a k=1 imputation of pixels from synthetic plots using the feature space.

This issue addresses design choices needed to implement #2 given: 1) a synthetic network created from #1; 2) a treelist file associated with the reference plots used to build the synthetic network; and 3) a few optional parameters:

Much of the work for this issue has already been captured in a gist and private repo outside this project and has generated some key discussion points to consider when moving forward:

We will lean on this code in implementing this functionality.

grovduck commented 1 month ago

@aazuspan, just documenting the work you've already done in synthetic-knn-censoring-demo. I have a horrible habit of losing track of where we've been working between repos and gists!

aazuspan commented 1 month ago

Thanks @grovduck, so do I. Just to get all the links in one place, here's the original gist and the demo repo (both currently private, but I think it's safe to say they won't be of much interest to the public).

grovduck commented 1 month ago

Just to get all the links in one place, here's the original gist and the demo repo

I had considered this, but I think you're right that there is no danger in providing those links!