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.)
- Host: GitHub
- URL: https://github.com/rshipp/geodigger-ui
- Owner: rshipp
- License: bsd-3-clause
- Created: 2018-06-17T02:23:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T23:46:32.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T09:58:07.354Z (about 2 months ago)
- Topics: geojson, geolocation, human-mobility, human-movement-analysis, social-network-analysis, twitter, web-interface
- Language: JavaScript
- Homepage: https://github.com/rshipp/geodigger
- Size: 767 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GeoDiggerUI
===========The web interface for [GeoDigger](https://github.com/rshipp/geodigger),
which allows filtering of GeoDigger information.## 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.