tomchor / pymicra

A Python tool for Micrometeorological Analysis
GNU General Public License v3.0
26 stars 5 forks source link

preProcess not available #4

Closed BSchilperoort closed 6 years ago

BSchilperoort commented 6 years ago

With the latest version installed, I attempted to use the pymicra.preProcess function, however this is not available. eddyCovariance also seems to be missing. Perhaps some import issue? They are in the util.py file, but don't seem to be properly imported.

image

Other functions (data import, spectra) do seem to work.

BSchilperoort commented 6 years ago

Figured out the issue by looking at your AGU poster :) I was missing the 'micro' part, ie. pm.micro.preProcess

The tutorial I was looking at did not have this part (https://tomchor.github.io/pymicra/tutorial.html)

tomchor commented 6 years ago

I moved the website from gh-pages to readthedocs because of the better version management and I ended up not deleting the old site, which was outdated. Just deleted gh-pages now, so there should be no confusion.