This is the repository hosting all the files used to create the AMISR User Manual, available at https://amisr.github.io/amisr_user_manual/intro.html
This is intended to be a basic guide to help scientific users access, visualize, and interpret AMISR data. It is available as a jupyter book hosted on GitHub Pages. The notebooks included provide examples of some of the more common analysis and plotting tools. Please feel free to download notebooks if they are useful, or copy/paste examples into your own code and modify as appropriate!
Contributing to this manual is highly encouraged! Please heed the following guidelines:
If you have a question about some content in the book, think an area needs additional explanation or detail, have a suggestion of new content to add, or find a bug in example code or a broken webpage, please submit an issue. Where appropriate, use the following labels:
- question: A question about content in the book or how to use the data correctly
- content: Suggestions about modifying existing content or adding new content
- bug: Error in a notebook or a broken link or webpage
If you have content or examples you would like to contribute to the book, please do! The following steps are recommended:
- Clone this repository
- Install the current requirements
- Add your content. This can be in the form of markdown files or jupyter notebooks.
- Add any pages you created to
_toc.yml
. - Add any packages your examples rely on to
environment.yml
. - Build the book locally and check to make sure your material looks correct.
- Add your name and any relevant funding sources under the Attribution section in
intro.md
. - Commit your changes.
- Push changes to GitHub. The updated webpage will be build automatically.
Refer to the jupyter book docs for more detailed information about syntax and building the book.