gedih3.cli.gh3_build_ducklake#
Functions#
|
Generate a list of all expected parquet files in the H3 database. |
|
Module Contents#
- gedih3.cli.gh3_build_ducklake.get_file_list(root_dir)[source]#
Generate a list of all expected parquet files in the H3 database.
- Parameters:
- root_dirstr or pathlib.Path
Root directory of the H3 database.
- Returns:
- list of pathlib.Path
Paths to parquet files that exist on disk, ordered so the first element is guaranteed to exist (used to infer the table schema).