Logo
Map SVG Constructor
A Python script to construct SVGs from GeoJSON files
GitHub Repository

Technologies Used

Python
Object-Oriented Programming

Project Details

Developed Python scripts using OOP to construct SVGs from GeoJSON files. This included fetching features of map objects by reading JSON files, modeling maps with classes, and rendering SVGs with a template rendering engine. The final script takes the path of the folder as an argument and renders the maps as an SVG.

Key Features

  • SVG construction
  • GeoJSON parsing
  • Template rendering