Skip to content

zachmullen/GeoParser

 
 

Repository files navigation

# GeoParser Geoparser extracts locations, such as cities or geographic coordinates expressed as latitude-longitude from any file and visualizes the points on a map.

##How to Install

###Requirements -Python 2.7

-pip

-Girder

###Instructions

  1. Install python requirements
pip install -r requirements.txt
  1. [Install Girder] (http://girder.readthedocs.org/en/latest/prerequisites.html)

###How to Run the Application

  1. Run MongoDB
Mongod &
  1. Run Solr Change directory to where you cloned the project
Solr/solr-5.3.1/bin/solr start
  1. Run Girder
girder-server -p 8081
  1. Run the app
python app.py
  1. Open in browser http://localhost:8080/

Technologies we Use

About

Extract and Visualize location from any file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.7%
  • JavaScript 3.2%
  • CSS 0.7%
  • XSLT 0.2%
  • Shell 0.1%
  • Batchfile 0.1%