planetfederal / geogig-py

A Python library to use GeoGit
BSD 3-Clause "New" or "Revised" License
24 stars 14 forks source link

repo.exportpg doesnt allow overwriting #19

Closed jj0hns0n closed 10 years ago

jj0hns0n commented 10 years ago

pg_repo.exportpg("HEAD", "buildings", "buildings", "database", "postgres") doesnt allow for specifying the -o option to overwrite an existing table

https://github.com/boundlessgeo/geogit-py/blob/master/src/geogitpy/repo.py#L368