bcgov / designatedlands

Python script to combine conservation related spatial data from many sources to create a single 'Designated Lands' layer for British Columbia
Apache License 2.0
9 stars 4 forks source link

remove pgdb dependency #11

Closed smnorris closed 6 years ago

smnorris commented 7 years ago

The pgdb module is handy for quick development and works fine but is a dependency that isn't really necessary and the module may not be maintained. Use sqlalchemy and/or psycopg2 directly, they have developers that keep things up to date :-)

smnorris commented 6 years ago

Closing this for now, pgdata works well at the moment.