Commit graph

1072 commits

Author SHA1 Message Date
Tiffany Meyer
a6b241223c Modified edex plugins feature file to include pirep edex and common plugins
Modified: edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
included the following pirep edex/common features to feature.xml:
awips2-ncep/common/gov.noaa.nws.ncep.common.dataplugin.pirep
awips2-ncep/edex/gov.noaa.nws.ncep.edex.plugin.pirep
2021-01-04 15:30:45 -05:00
Shay Carter
ff1657a95a Updated link for Visual Studios C++ build tools install 2020-12-28 12:08:00 -07:00
Shay Carter
f79152f670 Added new appendix pages for Raytheon Manuals
-Added two new pages under Appendix:
   Raytheon: CAVE D2D User's Manual
   Raytheon: System Manager's Manual
-Added the pdfs to the /docs/pdfs/ directory under their own folder raytheon/
-Copied the pdfs from our online site: https://www.unidata.ucar.edu/software/awips2/doc/
-Imbedded the pdfs using an <object> and <iframe> html tag, this way if a browser (old browser) does not support pdfs, then it will display a message with a link to directly download the pdf.
2020-12-11 14:06:28 -07:00
Shay Carter
fd088238b1 Updated the CAVE installation page:
- Updated the general system requirements to specify Java 8
- Updated the general system requirements to include NVIDIA Graphics card
- Updated the note in the general sys reqs to state other graphics cards *may* work, but only NVIDIA is recommended
- Updated the opening description for the Windows OS to state the difference between the two installations and what each is recommended for
- Updated the VM installtion instructions at the end, for the "running CAVE" instructions to specify "Once in the VM"
- Updated the Direct Installtion System Requirements to have version numbers and 64-bit for all relevent software
- Added the JDK as a system req
- Added that miniconda needs to be in the PATH as a req
- Added PYTHONPATH as a required var (not just PYTHONHOME)
- Updated the installation instructions to include all 6 steps
- Added proper links for the miniconda and java jdk installtion
- Removed any and all warnings about jep not working
2020-12-09 09:49:17 -07:00
Shay Carter
7a02344908 Updated the EDEX Basic Commands webpage:
-added more description in the overview initial text
-Created main sections for Service and Boot Settings, and EDEX Commands
-moved all edex command subsections under EDEX Commands
-In the Service and Boot Settings, added a subsection for troubleshooting LDM if it failed to start properly after an abrupt shutdown and reboot.
2020-12-07 12:32:01 -07:00
Tiffany Meyer
0037ca66ad Updates for new GFS-FV3 Products:
/awips2/edex/data/utility/common_static/base/grid/master_grib2_lookup.txt
Added the following lines at the end of the file:

// GFSFV3 transition from buckets
TP_T170L42A-NCEP TP_GFS
CP_T170L42A-NCEP CP_GFS

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/postProcessedModels.xml
Commented out:
<!--Tiff updated the model name because of changes in the GFS-Fv3 #20200625-->
        <!-- modelName>GFS20|AK-GFS22|GFS20-.*</modelName -->
Added:
        <modelName>GFS229|GFS20|AK-GFS22|GFS20-.*</modelName>

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/precipitationAccumulation.xml

Commented out:
<!-- Tiff added the new GFS-FV3 updates for precip accum # 20200625 -->
<!--
    <accumulation>
        <model>GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP6hr" subtrahendParam="TP3hr" />
        <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP6hr" subtrahendParam="CP3hr" />
    </accumulation>
-->

Added
    <accumulation>
        <model>GFS229|GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
        <create forecastPeriodHours="6" accumulationParam="TP6hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
        <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />
        <create forecastPeriodHours="6" accumulationParam="CP6hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />
    </accumulation>

common_static/base/menus/grid/index.xml
          Just changed the menu for GFS20 and GFS to now point to allFamilies-GFS.xml
common_static/base/menus/grid/allFamilies-GFS.xml
           This is a new file, referencing a new bundle VerticalVelocity-GFS.xml and Precip-GFS.xml
common_static/base/bundles/grid/VerticalVelocity-GFS.xml
           This is a new file, referencing GVV instead of PVV
common_static/base/bundles/grid/Precip-GFS.xml
           This is a new file, referencing TP-GFS instead of TP/TPrun and removed the colortable

/awips2/edex/data/utility/common_static/base/styleRules/gridImageryStyleRules.xml
Added TP-GFS and CP-GFS to the existing TP/CP styleRule

    <styleRule>
        <paramLevelMatches>
            <parameter>tpHPCndfd</parameter>
            <parameter>TP</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP120hr</parameter>
            <parameter>TP168hr</parameter>
            <parameter>CP</parameter>
            <parameter>St-Pr</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>SPAcc</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <imageStyle>
            <!-- filterLow="true" -->
            <displayUnits>in</displayUnits>
            <range scale="LOG">
                <minValue>0.005</minValue>
                <maxValue>12</maxValue>
            </range>
            <defaultColormap>Radar/UPC One Hour Precip</defaultColormap>
            <colorbarLabeling>
                <values>0.01 0.03 0.1 0.3 1 3 10</values>
            </colorbarLabeling>
        </imageStyle>
    </styleRule>

/awips2/edex/data/utility/common_static/base/styleRules/d2dContourStyleRules.xml
    <styleRule>
        <paramLevelMatches>
            <parameter>St-Pr</parameter>
            <parameter>CP</parameter>
            <parameter>TP</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <contourStyle>
            <displayUnits>in</displayUnits>
            <displayFlags>NoPlane</displayFlags>
            <contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
                maxLabel=".">
                <values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
            </contourLabeling>
        </contourStyle>
    </styleRule>
2020-11-24 18:33:55 -05:00
Tiffany Meyer
ef46e66540 Updated the d2dContourStyleRules.xml to match what was on edex2 2020-11-24 18:32:45 -05:00
Tiffany Meyer
9ed6655a8c Updated grid menu file cave/com.raytheon.viz.volumebrowser/localization/menus/grid/index.xml
Removed the following models from the grid menu: ECMWF-HiRes, NAM3km, RTOFS
Added RAP40km to the grid menu
Changed menu filename for FNMOC-WW3 from fnmocWW3.xml to ww3.xml
2020-11-24 18:26:27 -05:00
Shay Carter
8a8d7eeed1 Two small changes to the edex installation webpage:
Added the gcc-c++ dependency to the edex install page.  Note: this can be removed when we put out a new version of the installation rpms because this will be included as a dependency.

Moved the `edex setup` command step 2 to step 3 and add that the user should be running as user awips first, and to use sudo to run the edex setup command.
2020-11-24 14:15:44 -07:00
Tiffany Meyer
48ac93002b Adding edexOsgi/deploy.edex.awips2/esb/bin/scriptLauncher in to allow the edex rpms to build 2020-11-23 20:20:23 -05:00
Tiffany Meyer
2d03581156 Added in the gfe configs so the gfe rpm can be built 2020-11-23 17:19:39 -05:00
Shay Carter
df9741f37a Minor updates to CAVE and EDEX installer pages:
install-cave.md:
-clarified the linux installation instructions step 2
-changed the jep warning from a note to a warning dialog

install-edex.md:
-removed the table
-added a system req subsection
-added a main header description
-renamed the "Linux One-Time Setup" section to "Download and Installation Instructions"
-removed the quote format from all the installation steps
-used ``` formatting for code blocks instead of tabs
-fixed dead link for purge rules
-fixed * instances with a \*
-added subsections for the 4th step about Configuring iptables
-for the additional steps, in the SELinux section, add a note at the top of the section saying newer versions of LDM do not need to do this step, and the our current distribution of EDEX uses a newer version of ldm
2020-11-18 12:13:34 -07:00
srcarter3
faf14e1d34
Corrected the EDEX acronym from Enterprise to Environmental 2020-11-18 09:45:35 -07:00
srcarter3
7303fb46a1
Add Java to the list of general requirements 2020-11-18 09:34:11 -07:00
Shay Carter
1eadccdc89 Revamped our CAVE Installation Page
-Change the entire layout to have consistent sections for the three OS's: System Requirements and Download and Installation Instructions.
-Windows now has two distinct installation methods
-Removed RHEL/Centos6 from documention (just say 7)
-Added a General Requirements section that is more directed at hardware (not OS specific)
-Renamed the caveData section to "Local Cache"
-Renamed the AWIPS Data in the Cloud section to "EDEX Connection"
-removed all the tables from the previous formatting, just use section headers, ordered and unordered lists, and notes
2020-11-17 15:04:24 -07:00
srcarter3
77e0a80e21
Change the python-awips link from rtd to our new documentation 2020-11-17 14:06:20 -07:00
tiffanycmeyer13
03cacbe0bd
Merge pull request #300 from Unidata/unidata_18.1.1
Merge Document Changes from undiata_18.1.1 into unidata_18.2.1
2020-11-16 19:30:37 -05:00
tiffanycmeyer13
9d542ccf4f
Merge branch 'unidata_18.2.1' into unidata_18.1.1 2020-11-16 19:30:10 -05:00
srcarter3
a23c21c12d
Update the python-awips documentation link from rtd to our new documentation 2020-11-16 16:54:10 -07:00
Tiffany Meyer
3c11f06ac0 build/awips-ade/el7-dev.repo
For testing purposes I changed the name of the repo to look for on robin to grab the newer rpms
-baseurl=http://www.unidata.ucar.edu/repos/yum/el7-dev/
+baseurl=http://www.unidata.ucar.edu/repos/yum/18.2.1-ade

build/build_rpms.sh
Michael had taken out both awips2-hazards.git and awips2-nws.git, but we still needed awips2-nws.git
I added in a local install of awips2-hdf5 and awips2-netcdf since it seemed like those were required rpms (after the ade was built)-this was only initially to set up the ade
Added the making of the directory path that the rpms get copied to from the docker to local disk

build/setup.sh
Tiff changed the imgvers to 18.2.1 (so it will look at the new docker image that I created
Commented out the docker stop/rm command (this can eventually be added back in)
Commented out the syncing of rpms to robin/tomcat

dist/comps.xml
Tiff added awips2-hdf5 to each of the group installs
2020-11-16 18:44:07 -05:00
Tiffany Meyer
509e061944 Updated the rpm requirement of awips2-hdf5 instead of awips2-tools (which formerly consisted of the hdf5 commands) 2020-11-16 17:48:45 -05:00
Tiffany Meyer
ea6a8288fc Michael added a command to create the ldm queue size as 2500M
Tiff added gcc-c++ to the list of required rpms
2020-11-16 17:48:16 -05:00
Tiffany Meyer
66f1dfa06c Michael changed pqact documentation from SREF40 to SREF212 2020-11-16 17:46:54 -05:00
Tiffany Meyer
fc95d30f2b Binary files changed on moe 2020-11-16 17:46:20 -05:00
Tiffany Meyer
540c498e64 Michael added an export of SWT_GTK3 2020-11-16 17:45:41 -05:00
Tiffany Meyer
971c87db19 Local updates from Michael on moe that updated which repos and features/plugins are needed. Specifically removed awips2-cimss, awips2-collaboration, awips2-hazards, awips2-nasa, awips2-nws, awips2-ohd, awips2-swpc. However awips2-nws was still needed.
README.md
Michael modified, and removed:
        git clone https://github.com/Unidata/awips2-cimss.git

build/repos
Michael removed these repos that are needed to build the rpms:
awips2-cimss
awips2-collaboration
awips2-hazards
awips2-nasa
awips2-nws
awips2-ohd
awips2-swpc
Tiff added back in awips2-nws because it was still needed:
awips2-nws

build/rsync.cave
Michael removed the syncing of awips2-cimss, awips2-hazards, awips2-nasa, awips2-ohd, awips2-swpc directories

build/rsync.dirs
Michael removed the syncing of awips2-hazards, awips2-nasa, awips2-ohd, awips2-swpc, awips2-nws directories
Tiff re-added back in the awips2-nws directories?

cave/build/features.txt
Michael removed edu.wisc.ssec.cimss.viz.convectprob.feature

cave/build/p2-build.xml
Michael removed the cimss convectprob feature
   <antcall target="p2.build.repo">
     <param name="feature" value="edu.wisc.ssec.cimss.viz.convectprob.feature" />
   </antcall>

cave/com.raytheon.viz.feature.awips.developer/feature.xml
Michael removed the cimss convectprob feature

cave/com.raytheon.viz.product.awips/awips.product
Michael removed the cimss convectprob feature

docs/dev/awips-development-environment.md
Michael removed the cimss repo

edexOsgi/build.edex/edex/common.properties
Michael updated the repos needed to build within eclipse

edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
Michael removed awips2-cimss features
2020-11-16 17:42:55 -05:00
Tiffany Meyer
6e3d431977 These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
srcarter3
b1bfa833af
Removed comment about tab separation for the ldmd.conf as this is incorrect 2020-11-04 15:33:28 -07:00
tiffanycmeyer13
3b285245d1
Merge pull request #298 from Unidata/tiffBuild
In order to add back in the cave/com.raytheon.uf.viz.gisdatastore fea…
2020-09-23 16:03:12 -04:00
Tiffany Meyer
1c6f3f05f5 In order to add back in the cave/com.raytheon.uf.viz.gisdatastore feature for the RPM build, the feature had to be added to the following files:
- cave/build/features.txt
- cave/build/p2-build.xml
- cave/com.raytheon.viz.product.awips/awips.product

Since it already existed in cave/com.raytheon.viz.product.awips/developer.product, it was showing up when deploying from eclipse.
2020-09-23 15:57:47 -04:00
srcarter3
8041a047af
Update python-awips documentation url to new site 2020-09-09 14:19:26 -06:00
srcarter3
b7b6916e75
Update deploy_docs.yml
revert change, meant to do that in an entirely different project!
2020-09-02 13:18:32 -06:00
srcarter3
78e49b5939
Update deploy_docs.yml
changed the publish dir to ./docs/build/html
2020-09-02 13:17:47 -06:00
srcarter3
c6cc7c97a3
Merge pull request #296 from lesserwhirls/searchRedux
Temporary changes that are supposed to bet the search working for awips documentation.
2020-08-04 15:30:46 -06:00
srcarter3
acce80935b
Delete application-0b7df094bf.js
Roll back of the application json file for searching, wasn't in the right location.
2020-08-04 15:29:08 -06:00
Sean Arms
94568fa23a Make sure mkdocs uses our customized javascript file
This change to mkdocs.yml forces mkdocs to override the javascript file
of the same name provided by the theme with the version in this
repository until we regain access the mkdocs unidata theme.
2020-08-04 13:58:34 -06:00
Sean Arms
0f012cd3ec Override theme's base application javascript
The Unidata theme javascript isn't compatible with the version of
mkdocs being used. Starting with mkdocs 0.17, the generated search index
json file located at site/search/search_index.json. However, the themes
application javascript file looks for mkdocs/search_index.json. Because
we cannot update the theme at this point, this commit simply overrides the
javascript file shipped with the theme.
2020-08-04 13:45:51 -06:00
srcarter3
9c6afe57fe
Update index.md
Need to trigger a rebuild for the website to see if the search functionality works, so just added a space at the end of line 3.
2020-08-04 13:32:40 -06:00
srcarter3
e3efe1421c
Create application-0b7df094bf.js
This commit is intended to get the search functionality working on the website again.  This is not the ideal solution -- ideally the mkdocs-unidata theme will be updated and distributed with this change so that the gh-action works with that latest version and the search will work properly.  This file should be removed when that "proper" change has been made and mkdocs-unidata theme has been updated on pip.
2020-08-04 13:29:02 -06:00
Shay Carter
1a4e3c84c5 Small updates to the keyboard shortcuts webpage:
-updated tables to reflect similar information found at: https://vlab.ncep.noaa.gov/web/oclo/awipsfundamentals?page=keyboard-shortcuts#menu
2020-08-04 12:38:32 -06:00
Shay Carter
0727fd14f8 Small change made to the edex purge website:
-updated the logging output for the raw data purging to show the content from the "edex-ingest-purge-[date].log"

Small changes to the mkdocs.yml file:
-commented out the "Supported Data Types" section and subsections
-moved the "Development" section to come before the "Python API" subsection
-made the "Development" section a direct link, instead of a section with only one subsection
-commented out the "COTS and FOSS" subsection from the Appendix
2020-07-28 14:37:58 -06:00
Shay Carter
8800d97d2f Changes to the development webpage:
-modified the markdown.yml file since there is only one webpage under "Development" no need to have a subdirectory
-added title header
-updated repo code line to point to el7 instead of 6
-converted steps from an ordered list into proper sections with subheadings
-added an initial section about removing existing AWIPS instances
-added some steps for setting up eclipse to convert some errors to warnings and to turn off auto building when importing the repos and turn it back on afterwards
-added a section for troubleshooting with a note taken from Jason Burks' tutorials
-added note in the intro section specifying this is a dev only Environment
-bolded the repo in Step 2
-removed Maven from the mentioned installed packages in Step 3 (it's now packaged with eclipse)
2020-07-28 14:19:33 -06:00
Shay Carter
f4257da6ec Small changes to case study webpage:
-replace 'ingest-modes.xml' with 'modes.xml'
-add page breaks between sections
-replace &lt; and &gt; with < and >
-fixed broken link for edex install page
-updated repo link to point to the centos7 version, instead of centos6
2020-07-23 16:47:40 -06:00
Shay Carter
2b212d1b79 Small changes to the EDEX Monitor Users webpage:
-changed subheading from '#' to '##'
-added title header
-added '[]' around data optional
-added a little more descriptive text in the logging example and updated formatting
2020-07-23 14:35:42 -06:00
Shay Carter
d68666c8d0 Changes made to Edex Purging and Retention webpage:
-added title header
-fixed spelling mistakes
-added a "Purge Types" section for the initial text and broke the page into two main sub sections: Processed Data Purging and Raw Data purging
-added description and example of files in ..../base/purge/
-removed text saying purge rules can be accessed in the CAVE localization perspective, because they cannot anymore
-added page breaks between selections
-cleaned up "All Purge Rules" section since now all rules live in one location only by default
-updated the "Frame-Based Purge" with current example and explanation of modTimeToWait tag
-replaced code blocks with html to bold important sections
-added now "Raw Data Purging" information and sections
2020-07-23 14:21:58 -06:00
Shay Carter
b849dab784 This file goes with the previous commit for the new python-awips webpage 2020-07-23 11:28:08 -06:00
Shay Carter
9c88299889 Small change for the python-awips documentation:
-Removed all existing webpages for the python-awips documentation since they were mostly just outdated versions of what exists on our main python-awips page
-created a new webpage python/overview.md which has a short description of python-awips and the link to the current documentation
2020-07-23 11:24:38 -06:00
srcarter3
09d1fb1193
Rolling back previous commit
Adding an external url into the mkdocs file for the python documentation did not work.
2020-07-22 14:52:08 -06:00
srcarter3
692533fc9f
Change python-awips documentation
Point our python-awips link to existing documentation at https://python-awips.readthedocs.io/en/latest/ and commented out previous existing webpages (since they're duplicated, outdated information compared to the other documentation).
2020-07-22 14:48:43 -06:00
Shay Carter
ee10947d75 Significant changes to the Ingest a New Grid webpage:
-added title header
-replaced instances of "edex_static" with "common_static"
-replaced improper ".../grid/models" path with proper ".../grib/models"
-updated note about wgrib2 in Troubleshooting section since we do distribute it
-added page breaks between sections
-fixed mistype of 'filename' to 'filenames'
-edited many of the code blocks to use html so specific sections could be bolded for emphasis
-added a third bullet in the opening text to do with tables
-link all bullets to their corresponding subsections
-changed capitalization and added ':' between code steps
-fixed 'wrd.xml' mispelling
-fixed broken link for editing menus
-add a new section for Add a Table and relocated the first bullet from Troubleshooting, into this new section
-made the Troubleshooting section into a bulleted list
-added description for finding the table info for the wrf.grib example
-change example file location from /staff/mjames to /software/awips2
-divided every section into "Grib Products" and "Grib2 Products" subsections
-added an example grib2 file and added information for every section for grib2
2020-07-21 11:42:16 -06:00