Rincon GeoViz Documentation

GeoViz is an Exploratory Data Analysis (EDA) tool specifically designed for spatio-temporal data with abilities to deal with natural language. For a full list of features see the Features page.

Who is this for?

GeoViz might be the tool for you if you:

  • Work with spatio-temporal data, i.e. data with a longitude, latitude, and time columns

  • Like looking at histograms

  • Are trying to find inital patterns in your data for further analysis

  • Want quick analyses to start with, e.g. simple clustering

  • Have natural language columns correlating with the rest of the data

How to Start

Check out the Getting Started page for how to install and run rrcgeoviz. Once you’ve gone through that, take a look at the Features page to see all the GeoViz has to offer.

To run GeoViz, you need a csv file and a json options file (with an example in the getting started page). To start, install it with

pip install rrcgeoviz --upgrade

and run it with

rrcgeoviz path/to/mydata.csv path/to/myoptions.json

Having issues? Head to the Troubleshooting page.

Note

This project is under active development.

Contents