Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giswqs/geebook-code
Jupyter notebooks for the GEE book
https://github.com/giswqs/geebook-code
earth-engine earth-engine-python-api geemap geospatial jupyter python
Last synced: 27 days ago
JSON representation
Jupyter notebooks for the GEE book
- Host: GitHub
- URL: https://github.com/giswqs/geebook-code
- Owner: giswqs
- License: mit
- Created: 2022-03-11T18:27:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T18:06:35.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:39:46.077Z (7 months ago)
- Topics: earth-engine, earth-engine-python-api, geemap, geospatial, jupyter, python
- Homepage: https://giswqs.github.io/geebook-code
- Size: 945 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geebook-code
Jupyter notebooks for the GEE book.Steps to use this template:
- Click the **Use this template** green button on this GitHub repo and fill in the details to create a repo under your account.
- Clone the newly created repo to your computer and open it using a Text Editor (e.g., Visual Studio Code).
- Use the Text Editor to search `geebook-code` and replace it with your repo name.
- Add/remove dependencies in `requirements.txt` if need.
- Add folders (e.g., `chapter_01`) and files (e.g., `intro.ipynb`, `index.md`) to the `docs` folder.
- Open `mkdocs.yml` and make several changes, including `site_name`, `site_url`, `repo_url`, and `nav`. If you don't want the notebooks to be executed when building the website, set `execute: False` under `plugins`.
- Customize the issue template (`.github/ISSUE_TEMPLATE/config.yml`) if needed.
- Commit the changes using Git and push changes to GitHub.
- Enable GitHub Pages through GitHub Settings - Pages.
- Check out the website at https://username.github.io/repo-name.