You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: