
    -eD                    z    d Z ddlmZ ddlZ ej        e          ZddlmZm	Z	 dZ
 e	 ed                    ZdS )aD   Locations of US cities with more than 5000 residents.

License: `CC BY 2.0`_

Sourced from http://www.geonames.org/export/ (subset of *cities5000.zip*)

This module contains one dict: ``data``.

.. code-block:: python

    data['lat']  # list of float
    data['lon']  # list of float

.. bokeh-sampledata-xref:: us_cities
    )annotationsN   )external_path	load_json)datazus_cities.json)__doc__
__future__r   logging	getLogger__name__logutil.sampledatar   r   __all__r        :lib/python3.11/site-packages/bokeh/sampledata/us_cities.py<module>r      s    & # " " " " " g!! 7 6 6 6 6 6 6 6( y/0011r   