lidar_data_visualizer module¶
- class lidar_data_visualizer.Lidar_Visualizer(geo_dataframe: Optional[GeoDataFrame] = None, filepath: Optional[str] = None)¶
Bases:
object
- plot_2d_image()¶
Draws 2d image of the raster
Args: None
Returns: None
- plot_3d_terrain(df: Optional[GeoDataFrame] = None)¶
Draws 3d terrain plot of the geodataframe
- Args:
df (Dataframe): geodataframe of the point cloud data
Returns: None
- plot_geopandas()¶
Draws the raster
Args: None
Returns: None
- plot_grey_rbg_with_histogram()¶
Draws the gray RGB of raster with histogram
Args: None
Returns: None
- plot_histogram_of_raster()¶
Draws the histogram of the tiff raster
Args: None
Returns: None
- plot_image_with_affine_transform()¶
Draws the raster with affine transform
Args: None
Returns: None
- plot_image_with_contour()¶
Draws the Geodataframe with contour
Args: None
Returns: None