This section handles the collection of raw traffic data.
- Navigate to the
1_extract_data
folder. - Fill in the
.env
file with your API credentials. - Install the required dependencies:
pip install -r requirements.txt
- Run the extraction script:
python get_tile_info.py
- Move the generated
.json
files into thedata
folder located inside the2_refine_data
directory. - There is also raw data available in the
./month_rar
folder, containing information from May to August. If you want to use this pre-collected data, extract it and move the files to the samedata
directory, splitting them intotile1
andtile2
folders as needed.