Results 67 comments of Alex

Also, just a note on `run_ce`. We departed slightly from the original method I proposed which strictly included only distances between pixels and its closest center, which would require creating...

There seems to be an issue with `run_ce` and `NA` values though. It seems that instead of being removed like in the output from `supercells` it seems like the result...

What I like about `run_ce` is you can do something like this. ``` r library(supercells) library(raster) #> Warning: package 'raster' was built under R version 4.3.1 #> Loading required package:...

Thanks @Nowosad. Other than the `NA` thing it's all good with me. I think of `run_ce` as "run compactness estimation," so the name is fine. The function does need some...

@Nowosad, since this is meant to estimate the compactness factor, it shouldn't require a specification for compactness in the function itself. That being said, you mentioned that the weighting between...

Sorry for the late reply. Had a couple other things I was working on and wanted to make sure I had the time to create a thoughtful reply. ## Background...

@Nowosad, I wrapped the previous code in a function called `est_fsd` for estimating feature space distance. I use `philentropy` for distance calculations now and removed the need for `dplyr`. How...

@Nowosad I'll get started on the function for evaluating the final result which involves getting the distance between each node and the polygon center in geographic space. While starting on...

@Nowosad by your distance functions. I meant the ones implemented from outside `philentropy`. In the documentation it specifically mentions "euclidean", "jsd", "dtw" (dynamic time warping) and they seem to be...

Sounds good. Thanks for the quick fix on the centroids, and enjoy spending time with your family!