wikirepo

Contents:

  • data - modules
    • query
    • data_utils
    • lctn_utils
    • time_utils
    • wd_utils
    • upload (WIP)
  • data - property directories
  • maps (WIP)
  • utils
  • License
  • Change log
wikirepo
  • data - modules
  • View page source

data - modulesΒΆ

The data directory comprises all functions for the wikirepo data querying process. Included modules are those for the query process itself and needed utility functions.

  • query
    • query()
  • data_utils
    • _get_dir_fxns_dict()
    • _check_data_assertions()
    • _get_max_workers()
    • incl_dir_idxs()
    • gen_base_df()
    • assign_to_column()
    • gen_base_and_assign_to_column()
    • assign_to_cols()
    • gen_base_and_assign_to_cols()
    • query_wd_prop()
    • query_repo_dir()
    • interp_by_subset()
    • sum_df_prop_vals()
    • split_col_val_dates()
    • count_df_prop_vals()
  • lctn_utils
    • lctn_to_qid_dict()
    • qid_to_lctn_dict()
    • incl_lctn_lbls()
    • incl_lctn_ids()
    • lctn_lbl_to_qid()
    • depth_to_col_name()
    • depth_to_qid_cols()
    • depth_to_qid_col_name()
    • depth_to_qid_cols()
    • find_qid_get_depth()
    • get_qids_at_depth()
    • iter_set_dict()
    • gen_lctns_dict()
    • derive_depth()
    • merge_lctn_dicts()
    • LocationsDict
  • time_utils
    • interval_to_col_name()
    • truncate_date()
    • truncate_date_col()
    • incl_intervals()
    • make_timespan()
    • latest_date()
    • earliest_date()
    • truncated_latest_date()
    • truncated_earliest_date()
  • wd_utils
    • check_in_ents_dict()
    • load_ent()
    • is_wd_id()
    • prop_has_many_entries()
    • get_lbl()
    • get_prop_id()
    • get_prop_lbl()
    • get_prop_val()
    • prop_has_qualifiers()
    • get_qualifiers()
    • get_prop_qualifier_val()
    • get_val()
    • get_prop_t()
    • get_prop_start_t()
    • get_prop_end_t()
    • format_t()
    • get_formatted_prop_t()
    • get_formatted_prop_start_t()
    • get_formatted_prop_end_t()
    • get_prop_timespan_intersection()
    • dir_to_topic_page()
    • t_to_prop_val_dict()
    • t_to_prop_val_dict_dict()
    • EntitiesDict
  • upload (WIP)
Previous Next

© Copyright 2020, wikirepo developers (BSD License).

Built with Sphinx using a theme provided by Read the Docs.