Skip to content

Commit

Permalink
Run basic analysis (#389)
Browse files Browse the repository at this point in the history
* skeleton outline of notebook

* updated Loading Data section

* update the bulk contents of the notebook

* placeholder template notebook to intro ODC

* placeholder notebook for intro to measurements

* placeholder notebook for Intro to plotting

* placeholder notebook for Intro to products

* placeholder notebook to direct users to other DEA training materials

* placeholder notebook for running a basic complete analysis

* Clean branch and remove extra notebooks

* Rename file to match other Beginner's notebooks

* Add background and description. Add section on choosing study area

* Add basic analysis notebook; update references in other notebooks

* Fix grammar for bullets

* Change NDVI colour scale

* Minor updates to basic analysis notebook

* Incorporate feedback

Co-authored-by: Robbi Bishop-Taylor <[email protected]>
Co-authored-by: Caitlin Adams <[email protected]>
  • Loading branch information
3 people committed Jan 16, 2020
1 parent 7812738 commit 8cac5a4
Show file tree
Hide file tree
Showing 7 changed files with 1,921 additions and 1,402 deletions.
4 changes: 2 additions & 2 deletions Beginners_guide/01_Jupyter_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"3. [Products and Measurements](03_Products_and_measurements.ipynb)\n",
"4. [Loading data](04_Loading_data.ipynb)\n",
"5. [Plotting](05_Plotting.ipynb)\n",
"6. Basic analysis _(in development)_\n",
"6. [Basic analysis](06_Basic_analysis.ipynb)\n",
"\n",
"Once you have worked through the beginner's guide, you can join advanced users by exploring:\n",
"\n",
Expand Down Expand Up @@ -321,7 +321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
4 changes: 2 additions & 2 deletions Beginners_guide/02_DEA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"3. [Products and Measurements](03_Products_and_measurements.ipynb)\n",
"4. [Loading data](04_Loading_data.ipynb)\n",
"5. [Plotting](05_Plotting.ipynb)\n",
"6. Basic analysis _(in development)_\n",
"6. [Basic analysis](06_Basic_analysis.ipynb)\n",
"\n",
"Once you have worked through the beginner's guide, you can join advanced users by exploring:\n",
"\n",
Expand Down Expand Up @@ -345,7 +345,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Loading

0 comments on commit 8cac5a4

Please sign in to comment.