Script to convert the postal codes in the .json file from the Web-scaper project to distance from that postal code to the centre of the city using geocoding using the arcGIS service.
- Python 3.3 and up
- PyPI
You can run the script with the name of the .json file as an argument variable.
$ python geocode.py appartment-list.json
Clone the project and move into the project head directory using the cd command. Then create a virtual environment in the head directory of the project, activate this environment and run pip install -r requirements.txt.
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Thanks to Paula Wabeke for her creative input, and effective problem-solving during the creation of this program.