01 — Export Geometry¶
Notebook: examples/01_export_geometry.py
Exports all geometry layers from the BaldEagleCrkMulti2D example project to GeoParquet.
What it demonstrates¶
- Export
mesh_cellsfrom HDF geometry (.g??.hdf) - Export
cross_sectionsfrom HDF geometry - Export
centerlinesfrom HDF geometry - Export
cross_sectionsfrom text geometry (.g??) - Inspect output: GeoDataFrame shape, CRS, column names
Run it¶
Output files¶
Written to out/01_export_geometry/:
- mesh_cells.parquet
- cross_sections_hdf.parquet
- centerlines_hdf.parquet
- cross_sections_text.parquet