developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
149 stars 21 forks source link

Refactor to use pgmini for SQL construction and pycql2 for CQL parsing #149

Open bitner opened 8 months ago

bitner commented 8 months ago

WORK IN PROGRESS

There are tons of print statements littered all over the place and other remnants from iterating to get tests to pass.

This PR refactors the building of SQL to use pgmini and pycql2.

Reasons for pgmini

Reasons for pycql2

Additional Enhancements in this PR

TODO

vincentsarago commented 7 months ago

@bitner 👋 anything I can do to help here?