voxcity.geoprocessor.raster.buildingsΒΆ
FunctionsΒΆ
Create a building height grid from GeoDataFrame data within a polygon boundary. |
|
|
Create a building height grid from OpenBuildings temporal data within a polygon. |
Module ContentsΒΆ
- voxcity.geoprocessor.raster.buildings.create_building_height_grid_from_gdf_polygon(gdf: geopandas.GeoDataFrame, meshsize: float, rectangle_vertices: List[Tuple[float, float]], overlapping_footprint: any = 'auto', gdf_comp: geopandas.GeoDataFrame | None = None, geotiff_path_comp: str | None = None, complement_building_footprints: bool | None = None, complement_height: float | None = None)[source]ΒΆ
Create a building height grid from GeoDataFrame data within a polygon boundary. Returns: (building_height_grid, building_min_height_grid, building_id_grid, filtered_buildings)