Singapore postal code extractor geometric tools to identify (primary) schools within 1km, 2km buffers and blocks of the same property development that do not fall within the two buffers.
- Download this repository and open in VSCode or your preferred IDE Note that Jupyter Notebook cannot be used due to Multiprocessing package
- Open terminal and navigate to the folder using:
$ cd <next folder to navigate to>
- Create a virtual environment
$ python -m venv venv
- Activate the virtual environment
$ source venv/bin/activate
- Install the requirements
$ pip install -r requirements.txt
- Run the workflow (in progress)
$ python main.py