voxcity.geoprocessor.raster.exportΒΆ

FunctionsΒΆ

grid_to_geodataframe(grid_ori, rectangle_vertices, ...)

Converts a 2D grid to a GeoDataFrame with cell polygons and values.

grid_to_point_geodataframe(grid_ori, ...)

Converts a 2D grid to a GeoDataFrame with point geometries at cell centers and values.

Module ContentsΒΆ

voxcity.geoprocessor.raster.export.grid_to_geodataframe(grid_ori, rectangle_vertices, meshsize)[source]ΒΆ

Converts a 2D grid to a GeoDataFrame with cell polygons and values. Output CRS: EPSG:4326

voxcity.geoprocessor.raster.export.grid_to_point_geodataframe(grid_ori, rectangle_vertices, meshsize)[source]ΒΆ

Converts a 2D grid to a GeoDataFrame with point geometries at cell centers and values. Output CRS: EPSG:4326