/geoanalytics

An application to analyzing geo-data

Primary LanguagePython

GeoAnalytics

A command-line software to analyzing geo-data.

Version

0.1

Installation

First, you need to clone the project into your directory

git clone https://github.com/Lab42-Team/geoanalytics.git

Next, you need to install all requirements for this project

pip install -r requirements.txt

We recommend you to use Python 3.0 or more

Usage

In order to use the GeoAnalytics in console mode, you may run the following command:

python main.py

Run this script to process source geo-data in the CSV format. This data must be located in the data directory.

The processing result are also presented in the CSV format and will be saved to the geoanalytics directory (default in data.csv).

Authors