tessl install tessl/pypi-us@3.2.0A package for easily working with US and state metadata
Agent Success
Agent success rate when using this tile
88%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.24x
Baseline
Agent success rate without this tile
71%
A utility that categorizes US states based on their geographic location attributes.
@generates
def get_contiguous_states():
"""
Returns a list of all contiguous US states.
Returns:
list: A list of state names (strings) sorted alphabetically
"""
pass
def get_continental_states():
"""
Returns a list of all continental US states.
Returns:
list: A list of state names (strings) sorted alphabetically
"""
pass
def get_non_contiguous_states():
"""
Returns a list of US states that are not contiguous.
Returns:
list: A list of state names (strings) sorted alphabetically
"""
passProvides US state metadata and geographic classifications.
@satisfied-by