Skip to content

A python 3 engine, to generate building parcels on a SVG streetmap using blocksubdivision algorithm.

License

Notifications You must be signed in to change notification settings

rqelibari/cityparcelator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cityparcelator

Cityparcelator is a python 3 engine, which generates building parcels on a SVG street map using a blocksubdivision algorithm. The street map must be a SVG file with <path>-elements. The script will write a new SVG file with new <polygon>-elements, which represent the different bulding parcels/blocks inside the streetmap.

How to use

Clone the repository, open a Termial and cd into it. Then run:

# pip install .
# cityparcelator ./input.svg ./output.svg

More information is following during the development.

About

A python 3 engine, to generate building parcels on a SVG streetmap using blocksubdivision algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published