.. Hydroflow documentation file, created by Martin Petitjean on Thu Nov 13, 2025. .. _shapefile_Parser-module: The ShapeFileParser class ==================== What it does ------------ The ShapeFileParser class is used to extract and structure the geometric and topological information from vector data such as shapefiles or GeoDataFrames. It processes points, lines, zones, boundaries, regions, and associated resolutions, preparing the data for downstream tasks such as mesh generation with Gmsh. ShapeFileParser automates the conversion of geospatial vector information into a structured, indexed format compatible with finite element meshing workflows. Documentation ------------- .. autoclass:: watlab.utils.ShapeFileParser :members: :undoc-members: