-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #342 from tiffanycmeyer13/readme-updates
At one point I think the README and index were similar but the index …
- Loading branch information
Showing
2 changed files
with
21 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,31 @@ | |
|
||
[![GitHub release](https://img.shields.io/github/release/Unidata/awips2/all.svg)]() [![Travis Badge](https://travis-ci.org/Unidata/awips2.svg?branch=unidata_18.2.1)](https://travis-ci.org/Unidata/awips2) | ||
|
||
AWIPS (formerly know as AWIPS II or AWIPS2) is a meteorological display and analysis package developed by the [National Weather Service](http://www.nws.noaa.gov/ost/SEC/AE/) and [Raytheon](http://www.raytheon.com/capabilities/products/awips/) for operational forecasting. AWIPS is a Java application consisting of a data-rendering client ([CAVE](http://unidata.github.io/awips2/install/install-cave/), which runs on Red Hat/CentOS Linux, macOS, and Windows), and a backend data server ([EDEX](http://unidata.github.io/awips2/install/install-edex), which runs on x86_64 Red Hat/CentOS 6 and 7). | ||
The Advanced Weather Interactive Processing System (AWIPS) is a meteorological software package. It is used for decoding, displaying, and analyzing data, and was originally developed for the National Weather Service (NWS) by Raytheon. There is a division here at UCAR called the Unidata Program Center (UCP) which develops and supports a modified non-operational version of AWIPS for use in research and education by [UCAR member institutions](http://president.ucar.edu/governance/members/universities-representatives). This is released as open source software, free to download and use by anyone. | ||
|
||
AWIPS takes a unified approach to data ingest, and most data types follow a standard path through the system, starting with an [LDM](https://www.unidata.ucar.edu/software/ldm/) client requesting data from Unidata's [IDD](https://www.unidata.ucar.edu/projects/#idd), which are then decoded and stored as HDF5 and PostgreSQL/PostGIS metadata. Unidata supports two visualization frameworks for rendering AWIPS data: | ||
AWIPS takes a unified approach to data ingest, where most data ingested into the system comes through the LDM client pulling data feeds from the [Unidata IDD](https://www.unidata.ucar.edu/projects/#idd). Various raw data and product files (netCDF, grib, BUFR, ASCII text, gini, AREA) are decoded and stored as HDF5 files and Postgres metadata by [EDEX](docs/install/install-edex), which serves products and data over http. | ||
|
||
* [CAVE](http://unidata.github.io/awips2/install/install-cave) - the **C**ommon **A**WIPS **V**isualization **E**nvironment | ||
* [python-awips](https://github.com/Unidata/python-awips) - a Python data access framework for requesting Numpy data arrays and Shapely geometries. | ||
Unidata supports two data visualization frameworks: [CAVE](docs/install/install-cave) (an Eclipse-built Java application which runs on Linux, Mac, and Windows), and [python-awips](docs/python/overview) (a python package). | ||
|
||
# License | ||
> **Note**: Our version of CAVE is a **non-operational** version. It does not support some features of NWS AWIPS. Warnings and alerts cannot be issued from Unidata's CAVE. Additional functionality may not be available as well. | ||
Unidata AWIPS source code and binaries (RPMs) are considered to be in the public domain, meaning there are no restrictions on any download, modification, or distribution in any form (original or modified). Unidata AWIPS contains no proprietery content and is therefore not subject to export controls as stated in the Master Rights licensing file. | ||
|
||
# AWIPS Data in the Cloud | ||
![CAVE](https://www.unidata.ucar.edu/software/awips2/images/Unidata_AWIPS2_CAVE.png) | ||
|
||
Through a grant provided by [Jetstream](https://jetstream-cloud.org/), Unidata is able to run a real-time EDEX data server in cloud, providing free AWIPS data to UCAR member institutions and other geoscience research and education organizations. When prompted in the Connectivity Preferences dialog, enter **`edex-cloud.unidata.ucar.edu`** (without adding http:// before, or :9581/services after), or select it from the default dropdown list. | ||
--- | ||
|
||
## License | ||
|
||
Unidata AWIPS source code and binaries (RPMs) are considered to be in the public domain, meaning there are no restrictions on any download, modification, or distribution in any form (original or modified). Unidata AWIPS license information can be found [here](https://github.com/Unidata/awips2/blob/unidata_18.2.1/LICENSE). | ||
|
||
--- | ||
|
||
## AWIPS Data in the Cloud | ||
|
||
Unidata and XSEDE Jetstream have partnered to offer an EDEX data server in the cloud, open to the community. Select the server in the Connectivity Preferences dialog, or enter **`edex-cloud.unidata.ucar.edu`** (without *http://* before, or *:9581/services* after). | ||
|
||
![EDEX in the cloud](docs/images/boEbFSf28t.gif) | ||
|
||
![EDEX in the cloud](http://unidata.github.io/awips2/images/boEbFSf28t.gif) | ||
|
||
# Documentation - http://unidata.github.io/awips2/ | ||
|
||
|
@@ -28,92 +37,9 @@ Through a grant provided by [Jetstream](https://jetstream-cloud.org/), Unidata i | |
* [How to Install EDEX](http://unidata.github.io/awips2/install/install-edex) | ||
* [Starting and Stopping EDEX](http://unidata.github.io/awips2/install/start-edex) | ||
* [The D2D Perspective](http://unidata.github.io/awips2/cave/d2d-perspective) | ||
* [The NCP Perspective](http://unidata.github.io/awips2/cave/ncp-perspective) | ||
* [The Localization Perspective](http://unidata.github.io/awips2/cave/localization-perspective) | ||
* [AWIPS Development Environment (ADE)](http://unidata.github.io/awips2/dev/awips-development-environment) | ||
* [python-awips Data Access Framework](http://unidata.github.io/python-awips/) | ||
* [awips2-users Mailing List Archives](https://www.unidata.ucar.edu/mailing_lists/archives/awips2-users/) | ||
|
||
* [(click to subscribe)](mailto:[email protected]) | ||
|
||
|
||
|
||
# AWIPS Source Code Respositories | ||
|
||
* [awips2-builds](https://github.com/Unidata/awips2) (this repo) | ||
* [awips2-core](https://github.com/Unidata/awips2-core) | ||
* [awips2-core-foss](https://github.com/Unidata/awips2-core-foss) | ||
* [awips2-foss](https://github.com/Unidata/awips2-foss) | ||
* [awips2-ncep](https://github.com/Unidata/awips2-ncep) | ||
* [awips2-rpm](https://github.com/Unidata/awips2-rpm) | ||
|
||
|
||
# Setting up the AWIPS Development Environment (ADE) | ||
|
||
Instructions on how to deploy CAVE from Eclipse. | ||
|
||
1. Change `/etc/yum.repos.d/awips2.repo` to | ||
|
||
[awips2repo] | ||
name=AWIPS II Repository | ||
baseurl=https://www.unidata.ucar.edu/repos/yum/el6-dev/ | ||
enabled=1 | ||
protect=0 | ||
gpgcheck=0 | ||
proxy=_none_ | ||
2. `yum clean all && yum groupinstall awips2-ade` | ||
|
||
This will install Eclipse (4.6.1), Java (1.8), Ant, Maven, Python 2.7 and its modules (Numpy, Shapely, etc.) | ||
|
||
3. `git clone https://github.com/Unidata/awips2.git` | ||
|
||
The full list of repositories required: | ||
|
||
git clone https://github.com/Unidata/awips2.git | ||
git clone https://github.com/Unidata/awips2-core.git | ||
git clone https://github.com/Unidata/awips2-core-foss.git | ||
git clone https://github.com/Unidata/awips2-foss.git | ||
git clone https://github.com/Unidata/awips2-ncep.git | ||
git clone https://github.com/Unidata/awips2-rpm.git | ||
|
||
Optional repositories: | ||
|
||
git clone https://github.com/Unidata/awips2-nws.git | ||
git clone https://github.com/Unidata/awips2-gsd.git | ||
git clone https://github.com/Unidata/awips2-drawing.git | ||
|
||
4. Run `/awips2/eclipse/eclipse.sh` | ||
|
||
* Preferences > Java | ||
|
||
Set to **/awips2/java** | ||
|
||
* Preferences > PyDev > Python Interpreter | ||
|
||
Set to **/awips2/python/bin/python** (should be resolved by Auto-Config) | ||
|
||
* File > Import > General > Existing Projects Into Workspace | ||
|
||
Import all of the git cloned project folders **EXCEPT** for the main (first) **github.com/Unidata/awips2.git** directory (which should be **~/awips2**). | ||
|
||
You'll want to import **~/awips2** in three parts to ensure a clean and error-free Eclipse build: | ||
|
||
1. Import **awips2/cave** > Select All Projects > Finish | ||
2. Import **awips2/edexOsgi** > Select All Projects > Finish | ||
|
||
Now import all other repositories fully: | ||
|
||
Select **awips2-core**, **awips2-core-foss**, **awips2-foss**, **awips2-ncep**, etc. > Select All Projects > Finish | ||
|
||
* Project > Clean | ||
|
||
Run a clean build and ensure no errors are reported. | ||
|
||
|
||
5. Run **com.raytheon.viz.product.awips/developer.product** | ||
|
||
Double-click the **developer.product** file to open the Product View in Eclipse. Select **Overview** > **Synchronize** and then right-click the file in the left-side package explorer: | ||
|
||
Select **Run As** > **Eclipse Application** to launch CAVE in the development environment. | ||
|
||
Select **Debug** > **Eclipse Application** to launch CAVE in in debug mode. | ||
* [(click to subscribe)](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters