Skip to content

Commit

Permalink
Merge pull request #108 from zssherman/image_fix
Browse files Browse the repository at this point in the history
FIX: An attempted fix for the image not showing.
  • Loading branch information
zssherman authored Sep 13, 2024
2 parents bc76571 + aa65020 commit 5b76bc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tutorials/ACT-Python-Tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The ACT tutorials were focused around exploring aerosol and lidar data from a du
### Atmospheric data Community Toolkit (ACT) Tutorials
- [3-ACT-Basics-2023.ipynb](https://github.com/ARM-Development/ARM-Notebooks/blob/main/Tutorials/ACT-Python-Tutorial/3-ACT-Basics.ipynb) is a base tutorial using data from the TRACER Particle Soot Absorption Photometer (PSAP) to explore some of the base functionality of ACT including visualizations and working with quality control information.

- [3a-ACT-TRACER-Dust.ipyn](https://github.com/ARM-Development/ARM-Notebooks/blob/main/Tutorials/ACT-Python-Tutorial/3a-ACT-TRACER-Dust.ipynb) is a notebook to bring a variety of datasets together for visualization and performing some of the more complex operations in ACT to produce a figure like the below.
- [3a-ACT-TRACER-Dust.ipynb](https://github.com/ARM-Development/ARM-Notebooks/blob/main/Tutorials/ACT-Python-Tutorial/3a-ACT-TRACER-Dust.ipynb) is a notebook to bring a variety of datasets together for visualization and performing some of the more complex operations in ACT to produce a figure like the below.

![Output from the advanced ACT tutorial](https://github.com/ARM-Development/ARM-Notebooks/blob/main/Tutorials/ACT-Python-Tutorial/images/output.png)
![Output from the advanced ACT tutorial](https://github.com/ARM-Development/ARM-Notebooks/blob/main/Tutorials/ACT-Python-Tutorial/images/micropulse_lidar.png "Micropulse Lidar")
Figure 1. From the top, micropulse lidar linear depolarization ratio, aerodynamic particle sizer concentration, scanning mobility particle sizer concentration, aerosol chemical speciation monitor chemical compositions, single particle soot photometer black carbon concentration, PSAP aerosol absorption coefficient in the blue channel, and the surface meteorology station wind direction.

### Additional Tutorials
Expand Down
3 changes: 2 additions & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jupyter-book
jupyterlab
ghp-import
myst-parser
ghp-import
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- cartopy
- emc2
- cmweather
- myst-parser
- pip
- pip:
- jupyter-book
Expand Down

0 comments on commit 5b76bc7

Please sign in to comment.