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
space to discuss visualisations for new raster functionality
Idea to include plotting functionality for weights generated using raster data see
This would include:
suggestions:
to refactor plot_spatial_weights() to automatically detect and plot a raster weights object
potentially to 'zoom' new plot_spatial_weights() plots to areas with no data values, to check whether weights where build correctly, or create new functionality called check_spatial_weights() that does the according including plotting a raster multiplot (to be discussed)
plot small multiples and weights only?
in general to refactor plot_spatial_weights() to use the new planned id_order() attribute.
how to efficiently build weights lines? possibility to plot weights lines on raster instead of creating polygons?
I'd a small doubt related to the first point... gdf argument of plot_spatial_weights() method accepts only geopandas dataframe, since we're going to make it work with both raster and vector data, therefore we need another argument to pass DataArray but this wont be similar to automatically detecting the type of the data.
I was also thinking of combining weights plot along with the raster plot (like a two column subplots), will add a link to a notebook for showing the prototype.
space to discuss visualisations for new raster functionality
Idea to include plotting functionality for weights generated using raster data see
This would include:
suggestions:
plot_spatial_weights()
to automatically detect and plot a raster weights objectplot_spatial_weights()
plots to areas with no data values, to check whether weights where build correctly, or create new functionality calledcheck_spatial_weights()
that does the according including plotting a raster multiplot (to be discussed)plot_spatial_weights()
to use the new plannedid_order()
attribute.Examples can be seen in @MgeeeeK raster examples notebook
space for declined aspects:
The text was updated successfully, but these errors were encountered: