An open API service indexing awesome lists of open source software.

https://github.com/rshipp/geodigger-ui

Collect and filter location information from social network services. (Web interface.)
https://github.com/rshipp/geodigger-ui

geojson geolocation human-mobility human-movement-analysis social-network-analysis twitter web-interface

Last synced: about 1 month ago
JSON representation

Collect and filter location information from social network services. (Web interface.)

Awesome Lists containing this project

README

        

GeoDiggerUI
===========

The web interface for [GeoDigger](https://github.com/rshipp/geodigger),
which allows filtering of GeoDigger information.

## Screenshot

![Screenshot](frontend.png "Screenshot")

## Installation

python setup.py install

## Usage

First, copy `config.example.py` to `config.py` in the `geodiggerui`
folder and set up the configuration variables.

To use Pyramid's built-in development server, run

pserve development.ini

Browse to http://localhost:8080/ to see the frontend.

Note: pserve should NOT be used in a production environment. Instead,
set up nginx or Apache with a `wsgi` module to serve the site.

## Known Issues

GeoDiggerUI does not recognize polygons within polygons as areas of
exclusion, even though they are displayed that way by the map component.
Instead, a point will be treated as inside the target area if it falls
within *any* of the included areas in the GeoJSON polygon.