src.plot.raster_grid_plot
Classes
|
- class src.plot.raster_grid_plot.RasterGridPlot(**kwargs)
- Author:
Alberto M. Esmoris Pena
Class to generate the raster-like plots corresponding to a given point cloud.
See
PlotandRasterGridEvaluation.- Variables:
X (
np.ndarray) – The matrix of coordinates representing the rasterized point cloud.Fgrids (list of
np.ndarray) – The grids of features representing the rasterized point cloud.onames (list of str) – The list of names representing each grid of features.
crs (str) – The coordinate reference system (CRS).
xres (float) – The cell size along the x-axis.
yres (float) – The cell size along the y-axis.
- __init__(**kwargs)
Initialize an instance of RasterGridPlot.
- Parameters:
kwargs – The key-word arguments defining the plot’s attributes.
- plot(**kwargs)
Plot raster-like representations of the point cloud.
See
plot.Plot.plot().