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

https://github.com/monoid/wms-mash

WMS bookmarking service with WMS relay
https://github.com/monoid/wms-mash

Last synced: 10 months ago
JSON representation

WMS bookmarking service with WMS relay

Awesome Lists containing this project

README

          

WMS-Mash is a WMS bookmarking service that allows you to gather data
from various WMS servers and organize thematic virtual servers ("WMS
relays").

User frontend will be implemented with Django, and relay is
implemented with Twisted. PostgreSQL is used as a database backend.

WMS is a Web Map Service
http://en.wikipedia.org/wiki/Web_Map_Service

Dependencies:

* twisted (tested with 9.0.0 and 10.1.0)
* lxml (2.2.8)
* txpostgres (tested with 0.3.0) and psycopg-2.2.2
* PIL (Python Imaging Library, tested with 1.1.7)