Source: featureserver Section: web Priority: extra Maintainer: Christopher Schmidt Build-Depends: debhelper (>= 5.0.0) Build-Depends-Indep: python (>= 2.1), python-support (>= 0.3), python-setuptools Standards-Version: 3.7.3 Homepage: http://featureserver.org/ Package: featureserver Architecture: all XS-Python-Version: >= 2.1 Depends: ${python:Depends} Recommends: python-simplejson Suggests: python-flup, python-paste, python-wsgiref, python-gdal, python-psycopg2, python-cheetah, python-pysqlite2 Description: a simple RESTful geographic feature web service FeatureServer is a pure-Python implementation of a RESTful Geographic Feature Service. Using standard HTTP methods, onecan fetch a representation of a feature or a collection of features, add new data to the service, or delete data from the service. Use it as an aggregator -- post your GeoRSS feeds to it, and then browse them using WFS. Use it as a translator: use the OGR DataSource to load a shapefile and open it in Google Earth. Supports connecting to PostGIS and sqlite databases, any OGR datasource, as well as a lightweight internal format with no external dependencies.