mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Merge branch 'master' of github.com:heyarne/remote-sensing-for-journalism
This commit is contained in:
commit
402ad06f32
5 changed files with 4 additions and 4 deletions
6
_toc.yml
6
_toc.yml
|
|
@ -3,14 +3,14 @@
|
|||
- file: "README.md"
|
||||
- part: "Data Retrieval and Processing"
|
||||
chapters:
|
||||
- file: "sources/01 Overview.md"
|
||||
- file: "sources/01-overview.md"
|
||||
- file: "sources/01a-download-process.ipynb"
|
||||
- file: "sources/01b-visualization.ipynb"
|
||||
- file: "sources/01c-coverage-analysis.ipynb"
|
||||
- file: "sources/01d-true-color-mosaic.ipynb"
|
||||
- part: "Spectral Indices"
|
||||
chapters:
|
||||
- file: "sources/02 Overview.md"
|
||||
- file: "sources/02-overview.md"
|
||||
- file: "sources/02a-area-of-interest-definition-and-product-download.ipynb"
|
||||
- file: "sources/02b-ndvi.ipynb"
|
||||
sections:
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
- file: "sources/02e-spectral-indices.ipynb"
|
||||
- part: "Burn Ratio Calculations"
|
||||
chapters:
|
||||
- file: "sources/03 Overview.md"
|
||||
- file: "sources/03-overview.md"
|
||||
- file: "sources/03a-forest-fire-product-downloads.ipynb"
|
||||
- file: "sources/03b-forest-fires-2018-and-2019.ipynb"
|
||||
- file: "sources/03c-dnbr.ipynb"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
OIFS="$IFS"
|
||||
IFS=$'\n'
|
||||
for file in `find sources -maxdepth 1 -type f -name "*.ipynb"`
|
||||
for file in `find sources -maxdepth 1 -type f -name "*.regex" -or -name "*.md"`
|
||||
do
|
||||
name="$(basename $file)"
|
||||
renamed="$(basename $file | sed 's/.*/\L&/' | sed 's/ /-/g')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue