/Polygon-generator

Done as a part of CCBD (centre for cloud computing and big data) mini project

Primary LanguagePython

WKT file generator

This project is used for generating WKT files.

Contents

  1. Installation
  2. Usage
  3. Authors

Installation

First clone the repository by running the following code.

git clone https://github.com/nihal-ramaswamy/ccbd-polygon-generator.git

Next setup your virtual environament in python after navigating to your project directory. Note this is optional

python3 -m venv .

To activate your virtual environment, do the following

If you are on linux of mac os

source bin/activate

If you are on windows

\Source\activate

Install the modules by pasting the following command

pip install -r requirements.txt

Usage

python3 generate_wkt.py [-h] [-v VERTICES] [-f FACTOR] [-s SHAPES]
python3 generate_wkt_with_api.py

Authors

  1. Anisha Ghosh
  2. Anupama Nhavalore
  3. Nihal Ramaswamy
  4. Tushar Shetty