https://github.com/amisr/amisr_user_manual
Jupyter book guide for using scientific AMISR data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.9%) to scientific vocabulary
Repository
Jupyter book guide for using scientific AMISR data
Basic Info
- Host: GitHub
- Owner: amisr
- Language: Jupyter Notebook
- Default Branch: main
- Size: 202 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
AMISR User Manual
This is the repository hosting all the files used to create the AMISR User Manual, available at https://amisr.github.io/amisrusermanual
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
Contributing to this manual is highly encouraged! Please heed the following guidelines:
Submit an Issue
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
Contributing Material
If you have content or examples you would like to contribute to the book, please do! The following steps are recommended:
- Fork and clone your own copy of this repository.
git clone https://github.com/<your_username>/amisr_user_manual.git cd amisr_user_manual - Install the current requirements in your environment. This can be done from the environment file if you use conda. If you typically install packages with pip, you will have to open
environment.ymland manually install the packages listed there.conda env update --name <your_environment_name> --file environment.yml - Add your content. This can be in the form of markdown files or jupyter notebooks. All content files should be contained within the
srcdirectory and subdirectories within. - Add any pages you created to
_toc.yml. - Add any packages your examples rely on to
environment.yml. Try to avoid using large packages or anything that may have trouble with a default installation when possible. - Add your name and any relevant funding sources under the Attribution section in
src/intro.md. - Build the book locally.
jupyter-book build . - Check the local build to make sure your material looks correct. The build command should have created the file
_build/html/index.htmlwhich can be opened in any browser. - Commit your changes. This can happen at multiple stages as you develop content.
- Push changes to your local fork on GitHub.
- Create a pull request from your local branch to the
mainbranch of amisr/amisrusermanual. When the pull request is merged, the webpage will be updated automatically.
Refer to the jupyter book docs for more detailed information about syntax and building the book.
Owner
- Name: amisr
- Login: amisr
- Kind: organization
- Repositories: 11
- Profile: https://github.com/amisr
GitHub Events
Total
- Issues event: 7
- Watch event: 1
- Delete event: 2
- Issue comment event: 4
- Push event: 13
- Pull request event: 3
- Create event: 2
Last Year
- Issues event: 7
- Watch event: 1
- Delete event: 2
- Issue comment event: 4
- Push event: 13
- Pull request event: 3
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 6
- Total pull requests: 2
- Average time to close issues: 7 months
- Average time to close pull requests: 6 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 2
- Average time to close issues: 24 days
- Average time to close pull requests: 6 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.2
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ljlamarche (6)
Pull Request Authors
- ljlamarche (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite
- peaceiris/actions-gh-pages v3 composite