import geoconvert as geoc data = geoc.vector() # Loading data data.path_input = 'Building.shp' data.config() # Converting data data.towgs(path_towgs='export/Building ...
A full-stack web application for converting shapefiles to KML format. The application consists of a React frontend and a Node.js backend with Python script integration. Dashboard/ ├── frontend/ # ...