load_location#
- load_location(specific_location, state_location, country_location, revert_to_default=None)[source]#
Loading json object for the location data.
- Parameters:
specific_location (string) – name of the location
state_location (string) – name of the state the location is in
country_location (string) – name of the country the location is in
revert_to_default (bool) – If True, try to first find location specific data to return otherwise use default data specified by the default location
- Returns:
A filename for where the location data reside.
- Return type:
str