usda-ars-ussl / fluxpart

Python module for partitioning eddy covariance flux measurements.
Other
31 stars 13 forks source link

how can i find the tutorial-data? #7

Closed zxtnankai closed 3 years ago

zxtnankai commented 3 years ago

hello, developer ! thank for sharing this amazing packages, and here's the problem that i met in the process of installation:

I want to download the case data and see what the format of the data should be , and there a tips in the web :

"anaconda download ussl/tutorial-data",

i tried to input the coda into the terminal, The results are shown below, and i have no idear what happend and where i can get the example data : >>anaconda download ussl/tutorial-data "Using Anaconda API: https://api.anaconda.org

So, can u help me to solve this problem? thanks a lot

thskaggs commented 3 years ago

That section of the README is outdated. Thanks for pointing it out. I will fix it.

For documentation, I suggest starting here:

https://fluxpart.readthedocs.io/en/latest/tutorial.html https://github.com/usda-ars-ussl/fluxpart/tree/master/docs/notebooks

Some sample datafiles are here:

https://github.com/usda-ars-ussl/fluxpart/tree/master/tests/data

zxtnankai commented 3 years ago

hello Thskaggs, thanks for reply!and that help me a lot. i will try to run the model with the sample data above and see how it works. thanks again!