veranda.vector.native package

Submodules

veranda.vector.native.shp module

veranda.vector.native.shp.write_geometry(geom, filepath, output_format='ESRI Shapefile')[source]

Write a geometry to a vector file.

Parameters:
  • geom (ogr.Geometry) – OGR geometry object.

  • filepath (str) – Full system path to the output file.

  • output_format (str, optional) – Vector format name. Defaults to “ESRI Shapefile”.

Module contents