JGCRISummer2024 / TEMPESTData

Data to predict factors (sap flow) from TEMPEST
MIT License
0 stars 0 forks source link

Next Steps #1

Closed hanioid10414 closed 4 months ago

hanioid10414 commented 4 months ago
bpbond commented 4 months ago

(Don't put in repository) Put it in some place handy!

@hanioid10414 The other option is to put the data into your repository, and tell Git to ignore it. That may be convenient. If you want to do this:

  1. Create a data (or whatever name you want) folder in the repo (i.e., .data/)
  2. Put everything in there
  3. Add a line to the .gitignore file: "data/*" - this tells Git to ignore everything in the data folder
  4. Your script(s) then read files from the data folder