compass.utilities.jurisdictions.jurisdiction_websites#

jurisdiction_websites(jurisdiction_info=None)[source]#

Load mapping of jurisdiction name and state to website

Parameters:

jurisdiction_info (pd.DataFrame, optional) – DataFrame containing jurisdiction names and websites. If None, this info is loaded using load_jurisdiction_info(). By default, None.

Returns:

dict – Dictionary where keys are FIPS codes and values are the relevant website URL.