Skip to content

gilbertmak/SG-buildings-in-school-radius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Schools in 1km, 2km buffer and excluded blocks in same development

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.

How to run it on your own machine

  1. Download this repository and open in VSCode or your preferred IDE Note that Jupyter Notebook cannot be used due to Multiprocessing package
  2. Open terminal and navigate to the folder using:
    $ cd <next folder to navigate to>
    
  3. Create a virtual environment
    $ python -m venv venv
    
  4. Activate the virtual environment
    $ source venv/bin/activate
    
  5. Install the requirements
    $ pip install -r requirements.txt
    
  6. Run the workflow (in progress)
    $ python main.py
    

About

Buildings (by blocks) within 1km and 2km of primary schools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages