Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

quangis/metamapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaMapper

The MetaMapper module provides various tools to enable automated extraction, ingestion, and annotation of online spatial data sources. Each method is exposed as an API to be used together with metamapper-web, which provides a front-end to assist with the annotation process.

Dependencies

  • Geckodriver for use with Selenium. Other webdrivers may also be used with some small adjustments.
  • PostgreSQL + PostGIS
  • metamapper-web

Use

This project uses pipenv to manage dependencies.

pipenv install

After setting up the environment, it can be run directly with:

pipenv run python api.py

Running api.py will open a Selenium window in which it will attempt to load metamapper-web by visiting port 3000 locally. Make sure it is running beforehand.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages