DHI / terracotta

A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa:

Home Page:https://terracotta-python.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installs without postgres driver?

bartwalczak opened this issue · comments

No matter if I use

pip install terracotta[recommended]

or

pip install git+https://github.com/DHI-GRAS/terracotta.git

I get a 0.7.5 version without postgres drivers:

# ls
__init__.py  __pycache__  base.py  mysql.py  raster_base.py  sqlite.py  sqlite_remote.py

What am I doing wrong?

Correction:

pip install git+https://github.com/DHI-GRAS/terracotta.git

Does install the latest 0.7.6 devel commit and it does install postgres drivers.