gedih3.cli.gh3_build_ducklake#

Functions#

get_cmd_args()

get_file_list(root_dir)

Generate a list of all expected parquet files in the H3 database.

main()

Module Contents#

gedih3.cli.gh3_build_ducklake.get_cmd_args()[source]#
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).

gedih3.cli.gh3_build_ducklake.main()[source]#