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

create_db fails with latest pgdb #42

Closed smnorris closed 6 years ago

smnorris commented 6 years ago

Use the pgdb function create_db instead.

smnorris commented 6 years ago

Note that I also removed the drop flag. I'd rather use psql or some other tool to drop the database, just to keep things a bit safer.