geoprior.cli.build_add_zsurf_from_coords#
Build harmonized datasets enriched with surface elevation.
This command merges a main tabular dataset with a coordinate-to- elevation lookup on rounded longitude/latitude pairs, then optionally computes hydraulic head when a depth-below-ground-surface column is available.
Functions
|
CLI entry point for z_surf enrichment. |
|
Merge one city dataset with its surface elevation lookup. |
|
Command alias entry point. |
Classes
|
Resolved input paths for one city. |
- class geoprior.cli.build_add_zsurf_from_coords.CityPaths(city, main_csv, elev_csv)[source]#
Bases:
objectResolved input paths for one city.
- geoprior.cli.build_add_zsurf_from_coords.enrich_city_dataset(paths, *, lon_col, lat_col, elev_col, zsurf_col, round_decimals, reducer, compute_head, head_col, args)[source]#
Merge one city dataset with its surface elevation lookup.