From 3cfaeffeacc86f0a3952615b60766c38a2e6d022 Mon Sep 17 00:00:00 2001 From: xh8 Date: Wed, 15 Jan 2025 13:15:06 -0500 Subject: [PATCH] update readme file for keyword and category --- docs/md_files/utility_function_by_category.md | 25 ++++++++++++----- docs/md_files/utility_function_by_keyword.md | 27 +++++++++++++------ 2 files changed, 38 insertions(+), 14 deletions(-) diff --git a/docs/md_files/utility_function_by_category.md b/docs/md_files/utility_function_by_category.md index 23982bf..0dbb43a 100644 --- a/docs/md_files/utility_function_by_category.md +++ b/docs/md_files/utility_function_by_category.md @@ -12,7 +12,7 @@ Note: we may not update available functions in time, please run code below to ch pyufunc.show_util_func_by_category() ``` -Available utility functions in pyUFunc (139): +Available utility functions in pyUFunc (152): - util_ai: - mean_absolute_error @@ -52,18 +52,25 @@ Available utility functions in pyUFunc (139): - timeout_linux - util_data_processing: + - create_dataclass + - create_dataclass_from_dict + - cvt_digit_str_to_float + - cvt_digit_str_to_int - cvt_int_to_alpha - - delete_dict_keys + - dataclass_dict_wrapper - dict_delete_keys - dict_split_by_chunk + - extend_dataclass + - get_layer_boundary - is_float - - split_dict_by_chunk - - split_list_by_equal_sublist - - split_list_by_fixed_length + - list_flatten_nested + - list_split_by_equal_sublist + - list_split_by_fixed_length + - merge_dataclass - str_strip - util_datetime: - - cvt_dt_to_tz + - cvt_current_dt_to_tz - fmt_dt_to_str - fmt_str_to_dt - get_time_diff_in_unit @@ -77,6 +84,8 @@ Available utility functions in pyUFunc (139): - list_all_timezones - util_geo: + - calc_area_from_wkt_geometry + - calc_distance_on_unit_haversine - calc_distance_on_unit_sphere - create_circle_at_point_with_radius - cvt_baidu09_to_gcj02 @@ -85,6 +94,7 @@ Available utility functions in pyUFunc (139): - cvt_gcj02_to_wgs84 - cvt_wgs84_to_baidu09 - cvt_wgs84_to_gcj02 + - download_elevation_tif_by - find_closest_point - find_k_nearest_points - get_coordinates_from_geom @@ -140,6 +150,7 @@ Available utility functions in pyUFunc (139): - util_pathio: - add_dir_to_env + - add_pkg_to_sys_path - check_file_existence - check_filename - check_files_in_dir @@ -147,6 +158,8 @@ Available utility functions in pyUFunc (139): - create_tempfile - create_unique_filename - find_duplicate_files + - find_executable_from_PATH_on_win + - find_fn_from_PATH_on_win - generate_unique_filename - get_dir_size - get_file_size diff --git a/docs/md_files/utility_function_by_keyword.md b/docs/md_files/utility_function_by_keyword.md index 0216cd8..1b1122a 100644 --- a/docs/md_files/utility_function_by_keyword.md +++ b/docs/md_files/utility_function_by_keyword.md @@ -20,21 +20,25 @@ Note: we may not update available functions in time, please run code below to ch pyufunc.show_util_func_by_keyword() ``` -Available utility functions in pyUFunc (139): +Available utility functions in pyUFunc (152): - non-keywords: - add_date_in_filename - add_dir_to_env + - add_pkg_to_sys_path - count_lines_of_code - - delete_dict_keys + - dataclass_dict_wrapper - dict_delete_keys - dict_split_by_chunk + - download_elevation_tif_by - end_of_life + - extend_dataclass - func_running_time - func_time - import_package - log_logger - log_writer + - merge_dataclass - path2linux - path2uniform - pickle_load @@ -66,6 +70,7 @@ Available utility functions in pyUFunc (139): - get_files_by_ext - get_host_ip - get_host_name + - get_layer_boundary - get_osm_place - get_terminal_height - get_terminal_width @@ -82,16 +87,22 @@ Available utility functions in pyUFunc (139): - create: - create_circle_at_point_with_radius + - create_dataclass + - create_dataclass_from_dict - create_tempfile - create_unique_filename - find: - find_closest_point - find_duplicate_files + - find_executable_from_PATH_on_win + - find_fn_from_PATH_on_win - find_k_nearest_points - find_util_func_by_keyword - calc: + - calc_area_from_wkt_geometry + - calc_distance_on_unit_haversine - calc_distance_on_unit_sphere - run: @@ -116,6 +127,9 @@ Available utility functions in pyUFunc (139): - list: - list_all_timezones + - list_flatten_nested + - list_split_by_equal_sublist + - list_split_by_fixed_length - img: - img_bytes_to_CV @@ -131,11 +145,6 @@ Available utility functions in pyUFunc (139): - img_to_bytes - img_translate -- split: - - split_dict_by_chunk - - split_list_by_equal_sublist - - split_list_by_fixed_length - - fmt: - fmt_dt_to_str - fmt_str_to_dt @@ -143,7 +152,9 @@ Available utility functions in pyUFunc (139): - cvt: - cvt_baidu09_to_gcj02 - cvt_baidu09_to_wgs84 - - cvt_dt_to_tz + - cvt_current_dt_to_tz + - cvt_digit_str_to_float + - cvt_digit_str_to_int - cvt_gcj02_to_baidu09 - cvt_gcj02_to_wgs84 - cvt_int_to_alpha