smnorris / roadintegrator

Quickly merge multiple BC road datasets into a single layer for Cumulative Effects analysis
Apache License 2.0
10 stars 1 forks source link

upgrade bcdata and other requirements #30

Closed smnorris closed 10 months ago

smnorris commented 2 years ago

bc2pg usage changes slightly with latest version. Pin version at v0.6x or modify usage.

smnorris commented 11 months ago

Location of table that logs the downloads also changes in newer bcdata versions.

smnorris commented 10 months ago

Upgrading and minor tidying of makefile is straightforward, running the job with Docker should be relatively easy (or when comfortable with installation of dependencies).

The only item that I think could use more attention/cleanup is integratedroads.sh. I don't want to maintain a bash script that looks like that. Removing the array & loop or running the job in python would make things much less cryptic.