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

Add option to keep missing data strata for better neighbourhood structures #14

Open
AdamCSmithCWS opened this issue Feb 9, 2023 · 1 comment
Assignees

Comments

@AdamCSmithCWS
Copy link
Contributor

Add an option to the prepare_spatial function that would allow the user to retain a minimal set of strata, including those with no data, to create a fully connected neighbours graph.

Will require additional parameters in the models to handle the empty strata.
If all missing data strata can be confidently identified with values > n_strata, then the model changes are relatively minor. Should require just one extra data object to ensure that the dimensions of the spatial parameters are appropriately set (e.g., n_strata_extra).

Will also require an additional dependency in the concaveman package to set the minimal set of retained spatial strata.

Also consider adding a no-data indicator to the prepare_spatial map output, so user can check to see which extra strata have been included.

@AdamCSmithCWS AdamCSmithCWS self-assigned this Feb 9, 2023
@AdamCSmithCWS
Copy link
Contributor Author

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

1 participant