-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temperature Example #26
Conversation
c7da1aa
to
8b8622f
Compare
which estimates one day's average temperature using GSOD data.
8b8622f
to
1b12a44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
/* | ||
* Creates a grid of n points between low and high. | ||
*/ | ||
std::vector<double> uniform_points_on_line(const int n, const double low, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Eigen has some linspace
utils if they're useful here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh yeah nice, hadn't noticed those.
Adds a temperature example along documentation andh the support scripts to download, prepare and reproduce the plots used in the documentation.
The resulting docs can be found here: https://swiftnav-albatross.readthedocs.io/en/akleeman-temperature-example/index.html