activate your virtual environment, then run:
./load_data.sh
it will prompt you for a path to your arches repo (path can be relative)
be sure to run the script from the root folder of this repo
here are some application settings you'll probably want to use (add to your settings_local.py
):
DEFAULT_MAP_Y = 53.24
DEFAULT_MAP_X = -0.55735
DEFAULT_MAP_ZOOM = 10
MAP_MIN_ZOOM = 10
MAP_MAX_ZOOM = 20
HEX_BIN_BOUNDS = (-0.6222,53.18,-0.4925,53.3)
HEX_BIN_SIZE = 0.20
HEX_BIN_PRECISION = 8