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
@@ -16,63 +16,129 @@ Example application to compute the proportion of tree canopy around (with multip
16
16
17
17
## Overview
18
18
19
-
Start by instantiating a `MultiScaleFeatureComputer` for [a given region of interest](https://github.com/martibosch/pyregeon). Then, given a list of site locations, you can compute urban features at multiple scales, i.e., based on the landscape surrounding each site for multiple buffer radii:
*(C) OpenStreetMap contributors, tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France*
74
140
75
-
See the [overview notebook](https://focalpy.readthedocs.io/en/latest/overview.html) and the [API documentation](https://focalpy.readthedocs.io/en/latest/api.html) for more details on the features of focalpy.
141
+
See the [user guide](https://focalpy.readthedocs.io/en/latest/user-guide/introduction.html) and the [API documentation](https://focalpy.readthedocs.io/en/latest/api.html) for more details on the features of focalpy.
- Support spatial regression models from [spreg](https://github.com/pysal/spreg) and the PySAL stack {cite:p}`rey2009pysal`.
4
+
- Add a method to plot *scalograms*, i.e., plotting how the computed spatial predictors respond to changes in scale, which can reveal scale thresholds that maximize landscape heterogeneity {cite:p}`pasher2013optimizing` (and therefore the variance of the spatial predictors that act as independent variables).
5
+
- Implement algorithms to sample locations for field data collection based on landscape heterogeneity {cite:p}`bowler2022optimising`.
6
+
- Add methods to assess the "area of applicability" {cite:p}`meyer2021predicting` of the models (based on the latent space defined by the spatial predictors) as well as the "risk of spatial extrapolation" {cite:p}`gutzwiller2023using`.
0 commit comments