I would like to host a tool on tool-labs that uses a spatial database. Currently I am locally running PostGIS, an extension of PostgreSQL.
The database stores requested images for Commons with the coordinates where these images can be taken. A spatial REST-API allows other programs to get a list of requested images around a certain point in GeoJSON Format.
The primary consumer of this API would be the Commons Mobile App that can use this, to query for requested images around the users current location. This has the advantage that not a whole list of request needs to be downloaded each time.
These are most of my dependencies:
- System
- Postgis
- PostgreSQL
- Python virtual environment
- Django
- djangorestframework
- djangorestframework-gis
- psycopg2