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

Examples and documentation #11

Closed
huard opened this issue Mar 21, 2019 · 4 comments · Fixed by #12
Closed

Examples and documentation #11

huard opened this issue Mar 21, 2019 · 4 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@huard
Copy link
Collaborator

huard commented Mar 21, 2019

Description

  • Add notebooks with examples of use.
  • Setup readthedocs and add link to latest docs
@huard huard added this to the 0.2.0 milestone Mar 21, 2019
@huard
Copy link
Collaborator Author

huard commented Mar 21, 2019

@davidcaron Do you have notebooks that we could add to the docs ?

@huard huard self-assigned this Mar 21, 2019
@huard huard added the enhancement New feature or request label Mar 21, 2019
@nilshempelmann
Copy link
Member

@huard: Its very outdated and more for information, here is the sandox of notebook experiments: https://github.com/bird-house/notebooks/tree/master/sandbox

@davidcaron
Copy link
Collaborator

@huard, I don't have any yet.

I'll add simple examples of processing. Should I use owslib or birdy?

@huard
Copy link
Collaborator Author

huard commented Mar 22, 2019

@davidcaron This was not an assignment, just a question. But if you have some time, then I suggest we use birdy. Note that we've just merged a PR in birdy that makes xarray the default netCDF converter. If it's not installed, it should default to netCDF4. My idea was to have a few lines of code showing this kind of workflow:

  • get link from thredds -> url
  • compute indicator using Finch -> ds
  • compute mean indicator using xarray : m = ds.<name>.mean(dim='time')
  • plot result: m.plot()

@huard huard closed this as completed in #12 Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants