Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fvankrieken committed Dec 3, 2024
1 parent f47432b commit c3beaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcpy/utils/geocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def geocode_df(
street_name_normalization: bool = False,
browse_flag: bool = False,
) -> pd.DataFrame:
# todo - definitely need some sort of caching for individual functions
# todo - likely need some sort of caching for individual functions
# unless we can improve inner workings of geosupport, there are cases where
# we need to go BBL -> geographic identifiers / 5-digit street code -> address -> 1a
# though performance test for sure - maybe minimal benefit
Expand Down

0 comments on commit c3beaf3

Please sign in to comment.