smnorris / bcfishobs

Reference BC Known Fish Observations to the Freshwater Atlas stream network
Apache License 2.0
6 stars 2 forks source link

remove unneeded dependencies #19

Closed smnorris closed 2 years ago

smnorris commented 3 years ago

pgdata - unnecessary psqlcsv - use /copy OR, even better - create a table to hold the summary and write the results with a timestamp each time job is run

smnorris commented 2 years ago

keeping psql2csv for now, it is handy

NewGraphEnvironment commented 1 year ago

unfortunately psql2csv causes a build failure and workflow kick-out on linux machines since it is a mac specific software...

Perhaps a switch to make .linux or something to turn it off?

smnorris commented 1 year ago

It is not Mac specific. See "Manual" installation method in psql2csv readme

NewGraphEnvironment commented 1 year ago

nice!

$ curl https://raw.githubusercontent.com/fphilipe/psql2csv/master/psql2csv > /usr/local/bin/psql2csv && chmod +x /usr/local/bin/psql2csv