Skip to content
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

Merged
merged 2 commits into from
Jun 14, 2018
Merged

Temperature Example #26

merged 2 commits into from
Jun 14, 2018

Conversation

akleeman
Copy link
Collaborator

@akleeman akleeman commented Jun 12, 2018

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

@akleeman akleeman force-pushed the akleeman/temperature-example branch 9 times, most recently from c7da1aa to 8b8622f Compare June 13, 2018 18:28
which estimates one day's average temperature using GSOD data.
@akleeman akleeman force-pushed the akleeman/temperature-example branch from 8b8622f to 1b12a44 Compare June 13, 2018 19:30
Copy link
Contributor

@benjamin0 benjamin0 left a 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,
Copy link
Contributor

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.

Copy link
Collaborator Author

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.

@akleeman akleeman closed this Jun 14, 2018
@akleeman akleeman deleted the akleeman/temperature-example branch June 14, 2018 21:53
@akleeman akleeman restored the akleeman/temperature-example branch June 14, 2018 21:54
@akleeman akleeman reopened this Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants