This repository powers the content at courses.spatialthoughts.com
The html pages are built using R Studio as a R Markdown Website.
The content has the following course pages
Most courses are written using pure MarkDown in the corresponding .Rmd
file. You can update the content directly. A few courses embed other .md
files generated from Jupyter Notebooks - which need to be generated before building the site.
.ipynb
files in the code/python_foundation/
directory.python-foundation-package.sh
to generate .md
files for each notebook.ipynb
and .py
files in the code/python_dataviz/
directory.python-dataviz-package.sh
to generate .md
files for each notebook.The code for the course comes from a Google Earth Engine repository users/ujavalgandhi/End-to-End-GEE
.
users/ujavalgandhi/End-to-End-GEE
repository to ~/projects
directory..ipynb
files in the code/end_to_end_gee/
directory.end-to-end-gee-package.sh
to generate .md
files from the updated code and notebooks.The code for the course comes from a Google Earth Engine repository users/ujavalgandhi/GEE-Water-Resources-Management
.
users/ujavalgandhi/GEE-Water-Resources-Management
repository to ~/projects
directory..ipynb
files in the code/gee_water_resources_management/
directory.gee-water-resources-management-package.sh
to generate .md
files from the updated code and notebooks.We prefer the following style while writing the tutorials.
Type | rmd Formatting |
---|---|
Title | # |
Heading 1 | ## |
Heading 2 | ### |
Window titles, Tabs, Dialogs and buttons | *label* |
Menu items | ** menu &arr; submenu1 → submenu2 ** |
Processing algorithms | ** Processing Toolbox &arr; Vector Overlay → Clip** |
Layer and file names | ``layer_name`` |
Text input by the user / keyboard shortcuts | *value* |
Hyper Link's | [Spatial Thoughts](https:spatialthoughts.com) |