poissonconsulting / fish-passage-22

0 stars 1 forks source link

programatic download/sharing of discharge data for the Fraser River basin #11

Closed NewGraphEnvironment closed 7 months ago

NewGraphEnvironment commented 7 months ago

source("read-discharge.R") of course doesn't source anything

perhaps there are a few options here.

  1. fetch data programatically from (Pacific Climate Impacts Consortium)https://www.pacificclimate.org/ from (here)[https://www.pacificclimate.org/data/gridded-hydrologic-model-output] like is done with (bcfishpass)[https://github.com/smnorris/bcfishpass/tree/main/model/02_habitat_linear/discharge]
  2. store hand touched data on dropbox and source programatically from there
  3. share data via slack or email , create directories and copy on in
nehill197 commented 7 months ago

The data is already in your shared dropbox. You'll just need to change the file path to the dir object in the header.R script to the location of the fish-passage-22 dropbox folder on your machine in order to access this data.

nehill197 commented 7 months ago

image

NewGraphEnvironment commented 7 months ago

Nice!