posm / posm-paths

A tool to collect, organize, visualize, and upload (to Mapillary and OSC) street-level imagery.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

migrate to python #4

Closed maxgrossman closed 6 years ago

maxgrossman commented 6 years ago

description

I originally thought node would be the way because I am not hardcore and think node is the answer to all things :).

Given that some of the spatiallite bindings repos in node lack lots of maintenance and that mapilarry tools is already in python, let's just use python!

work

maxgrossman commented 6 years ago

find a python equivalent to knex - how about python's built in sqlite3!

maxgrossman commented 6 years ago

find a python module for creating a server - tornado find a testing framework in python to test x,y,z - pytest