Skip to main content

Module reader

Module reader 

Source
Expand description

Shapefile reader - coordinates reading from .shp, .dbf, and .shx files

This module provides a high-level interface for reading Shapefiles, combining geometry from .shp, attributes from .dbf, and spatial index from .shx.

Structsยง

ShapefileFeature
A complete Shapefile feature (geometry + attributes)
ShapefileReader
Shapefile reader that coordinates .shp, .dbf, and optionally .shx files