Skip to content

Commit

Permalink
Merge pull request #682 from srcarter3/website-updates
Browse files Browse the repository at this point in the history
Rolling back previous changes to see if the website builds properly
  • Loading branch information
srcarter3 authored Apr 23, 2024
2 parents b9c29d5 + 802a560 commit 207e13d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/appendix/common-problems.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via [email protected]. Thank you."

# Common Problems

## All Operating Systems
Expand Down Expand Up @@ -124,8 +126,8 @@ If you start up CAVE in Windows and notice the map is showing up only in the bot

Try following these steps to fix your issue:

- Right-click on the no_env.exe, select Properties
!!! note "This is not the batch file (CAVE.bat) that gets installed as the CAVE shortcut on the Desktop, the no_env.exe is located in `C:\Users\[your_username]\AppData\Roaming\UCAR Unidata\AWIPS CAVE\no_env.exe`."
- Right-click on the CAVE.exe, select Properties
!!! note "This is not the batch file (CAVE.bat) that gets installed as the CAVE shortcut on the Desktop, the CAVE.exe is located in `C:\Users\[your_username]\AppData\Roaming\UCAR Unidata\AWIPS CAVE\CAVE.exe`."
- Select the Compatibility tab
- Click "Change High DPI Settings"
- At the bottom enable "Override High DPI scaling behavior"
Expand Down
3 changes: 2 additions & 1 deletion docs/appendix/educational-resources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via [email protected]. Thank you."

# Educational Resources

Here at NSF Unidata, we want to provide as many resources as possible to make our tools and applications easy to use. For AWIPS we currently have a new [eLearning course](#cave-elearning-course) that is specific to CAVE. We also have a suite of [Jupyter Notebooks](#python-awips-example-notebooks) that are meant to provide a detailed overview of many capabilities of python-awips.
Expand Down Expand Up @@ -215,7 +217,6 @@ A full list of all released blogs can be found below:
- [Measuring Up - Distance Tools in CAVE](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-measuring-up-distance)
- [New RAWS Data](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-new-raws-data)
- [Customized Contours](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-customized-contours)
- [Using the Text Workstation](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-using-the-text)

#### Python-AWIPS

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via [email protected]. Thank you."

# NSF Unidata AWIPS Manual

[https://www.unidata.ucar.edu/software/awips2](https://www.unidata.ucar.edu/software/awips2)
Expand Down
2 changes: 2 additions & 0 deletions docs/install/install-cave.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via [email protected]. Thank you."

# Install CAVE

CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used for rendering and analyzing data for AWIPS. The installer may require administrator priviledges to install and may require other system changes (environment variables, etc) as well.
Expand Down
2 changes: 2 additions & 0 deletions docs/install/install-edex.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via [email protected]. Thank you."

# Install EDEX

EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the backend server for AWIPS. EDEX is only supported for Linux systems: CentOS and RHEL, and ideally, it should be on its own dedicated machine. It requires administrator priviledges to make root-level changes. EDEX can run on a single machine or be spread across multiple machines. To learn more about that please look at [Distributed EDEX, Installing Across Multiple Machines](../../edex/distributed-computing/)
Expand Down

0 comments on commit 207e13d

Please sign in to comment.