Skip to content

Commit

Permalink
Update plot-neon-rgb-camera-data.md
Browse files Browse the repository at this point in the history
add space after div so header shows up correctly. remove Jupyter Notebook shortcut tip
  • Loading branch information
bhass-neon authored Sep 19, 2023
1 parent 3578c00 commit 0f0eed7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ urlTitle: plot-neon-rgb-py
This tutorial introduces NEON RGB camera images (<a href="https://data.neonscience.org/data-products/DP3.30010.001" target="_blank">Data Product DP3.30010.001</a>) and uses the Python package `rasterio` to read in and plot the camera data in Python. In this lesson, we will read in an RGB camera tile collected over the NEON Smithsonian Environmental Research Center (<a href="https://www.neonscience.org/field-sites/serc" target="_blank">SERC</a>) site and plot the mutliband image, as well as the individual bands. This lesson was adapted from the <a href="https://rasterio.readthedocs.io/en/stable/topics/plotting.html" target="_blank">rasterio plotting documentation</a>.

<div id="ds-objectives" markdown="1">

### Objectives

After completing this tutorial, you will be able to:
Expand Down Expand Up @@ -57,8 +58,6 @@ suite of remote sensing instruments, the digital camera producing high-resolutio

In this lesson we will keep it simple and show how to read in and plot a single camera file (1km x 1km ortho-mosaicked tile) - a first step in any research incorporating the AOP camera data (in Python).

**Tip:** To run a code chunk (cell) in Jupyter Notebook you can either select `Cell > Run Cells` with your cursor placed in the cell you want to run, or use the shortcut key `Shift + Enter`. For more handy shortcuts, refer to the tab `Help > Keyboard Shortcuts`.

</div>

### Import required packages
Expand Down

0 comments on commit 0f0eed7

Please sign in to comment.