Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giswqs/geospatial-notebooks

A collection of Jupyter notebooks for geospatial applications
https://github.com/giswqs/geospatial-notebooks

dataviz geemap geospatial jupyter-notebook leafmap mkdocs mkdocs-material notebook

Last synced: 23 days ago
JSON representation

A collection of Jupyter notebooks for geospatial applications

Awesome Lists containing this project

README

        

# geospatial-notebooks

This repo contains a collection of Jupyter notebooks for geospatial applications.

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 `geospatial-notebooks` 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.