settings - CitySpeed Configuration File
City Speed Settings.
-
API_KEY
- Google Maps API Key.
http://code.google.com/apis/maps/signup.html
-
CITIES
- List of cities for which to compute results.
-
DATA_DIR
- Directory in which to store generated data files.
-
FROM_QUERY
- Local search query used as starting points for routes.
-
NUM_POINTS
- Number of “from” points to use and number of “to” points to use
for finding routes through a city. The total number of routes
will be NUM_POINTS * NUM_POINTS.
-
REFERRER_URL
- URL from which requests are being made. Required by Google.
http://code.google.com/apis/ajaxsearch/documentation/#fonje
-
SLEEP_SECS
- Number of seconds to sleep between route queries, to avoid running afowl
of rate limiting.
-
TO_QUERY
- Local search query used as ending points for routes.