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 planarized designations layer #74

Closed smnorris closed 3 years ago

ateucher commented 3 years ago

Thanks @smnorris - one thing flagged by @KarHarker is that a local psql needs to be available on the command line to interact with the database in the docker container. Could link to these instructions, or possibly even better, put libpq in the environment.yml, since libpq is available from conda.

ateucher commented 3 years ago

Can we also update the sample config file, and show an example of using it in the README (e.g., to set the raster resolution)? Also, if we are expecting most people to not have a local postgres then changing the host port from the default 5432 to 5433 might throw some people for a loop when they can't connect to the database