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
-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
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
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.
-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
-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)
-replace 'ingest-modes.xml' with 'modes.xml'
-add page breaks between sections
-replace < and > with < and >
-fixed broken link for edex install page
-updated repo link to point to the centos7 version, instead of centos6
-changed subheading from '#' to '##'
-added title header
-added '[]' around data optional
-added a little more descriptive text in the logging example and updated formatting
-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
-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
-added section page breaks for consistency
Changes to Data Distribution Files webpage:
-added title header
-added clarification for header/filename matching
-changed references of "edex_static" to "common_static" because all the files were moved (by Raytheon) not so long ago
-added a new subsection titled "Overview" because the inital description text was so long
-added another subsection titled "Creating a Site Override" to break up the initial section
-updated the output for the files found in base/distribution/ to match current output
-updated the satellite.xml to satellite.gini.xml and changed the markdown code to use html so that I could bold a line in the code block
-updated the "Editing..." section to link back to the "Creating a Site Override" section becasue it references the same idea
-changed the "Editing..." text to clairfy which regex expressions apply to what text (pqact.conf vs distribution files)
-updated the exampls section to show the xml content and then explain it
-updated the text.xml to reflect current content
-fixed improper bold/italic formatting throughout the webpage
-updated grib example to have current content
-created one last subsection for "Additional Information" and updated the bullets to reflect current thinking. Also added a bullet for a problem I've personally encountered where the distribution regex would not match the filename
-added title header
-fixed "that" misspelling
-added a bit more informative text to go along with code examples
-created sub-sections for optional LDM feeds
-updated the "Default Feeds" list
-added title header for consistency
-added edex version number used with docker build
-used bold for consistency with other pages
-updateded sections in "Mounted Files" section to be real subsections and reformatted the text found within
-updated some text about the edex server that setup.env is pointing to, for clarification
-added title header for consistency
-added a short section about our current EDEX server system
-added a new "Example Installation" section and moved the opening text and edex diagram into this section. Also moved the "server" sections to be subsections of this example
-removed the machine specs from the server section since they are no longer accurate/relevant
-added server ip addresses as reference for this example only
-added title header for consistency
-reformated some 'code' sections to bold
-changed small formatting issues for consistency
-changed name of webpage from "EDEX Start and Stop" to "EDEX Basic Commands" in the mkdocs.yml file as well as the title header
-add title header for consistency
-added text to first subsection explaining the png and gif exports
-added note for Mac OS saying it does not support this functionality
-updated screenshot for export images
-changed the kml section to be more consistent (italics v. quotes, adding the menu location in-text instead of a header)
-updated the "Import Formats" and "Export Formats" sections with current information and formatting and added new screenshots
-added a note to disclose that our version of awips is non-operational and some functionality may not be available
Changes to the localization webpage:
-added title header
-reworded connection to talk about OAX instead of BOU because that's the current default
-updated connection screenshot
-fixed "canbe" misspelling
Changes to the Editing Menus webpage:
-added title header for consistency
-added page breaks for consistency
-updated the documentation in the "Remove..." section to reflect our current version of AWIPS
-completely removed the "Changing the models displayed with D2D bundles" section since it didn't make sense
-replaced it with a section for "Modifying Menus" and added a failry high-level description for that section
-re-named the second section to simply "Removing Menus"
-added title header for consistency
-added menu screenshot w/highlighted tools
-re-ordered VR Shear to match menu order
-added section dividers for consistency
-updated opening description
-changed formating of DMD,MD,TVS section
-made Radar Controls section have sub-headings
-added sections or DMD, MBA, SRM and SAILS
-changed title of VR-SHear section to match menu option
-updated Radar Display Controls screenshot
-added section header for consistency
-added section page breaks for consistency
-updated screenshot w/highlighted tools to help describe what this section is about
-updated the opening description, and added a reference & link to the "Radar Tools" section
-moved the "Time of Arrival/Lead Time" section to match its place in the Tools menu
-updated text descriptions for the "Text Window" and "Text Workstation" (didn't exist previously) sections
-added screenshot for the Text Workstation section
-added imbedded link for the Text Window section
-added a labeled screenshot of the Volume Browser to make the documentation easier to follow
-added in-text links to subsections
-added section breaks to be consistent with other pages
-completed the Volume Browser Menu Bar section to include the last three options (Tools, Display Types, Animation Types) and added subsection links
-added screenshots for each menu subsection
-added the "choose By ID" section in VB Tools, copied from the Display Tools Webpage
-Fixed the starting sentence in "Plan View" section to make sense, and took out references to the "Planes" documentation since that doesn't exist at this time
-updated the opening text to reflect more accurately the data we have in AWIPS.
-Also added links to the various sections within the page that deal with the different data types.
-updated opening text to descripe Satellite Menu
-updated screenshot of menu options to be current
-updated the pattern action
-updated sections to include images of AK and HI
-made sections for "Ind Channels" and "RGB Composites" and made existing sections into subsections of those
-moved the warning for RGB images above the sample screenshots
-changed 'u' to a proper mu symbol
-updated sections and removed the "NOAAPort Provisional Products" and "L2+" Sections and combined everything with existing sections into "Ind. Channels", "RGB Composites", "Channel Diffs", and "Derived Products"
-added new text for RGBs, derived products and channel diffs.
-added a note for channel diffs that this relies on client side installation of jep which is troublesome on windows and mac
-added link to CIRA's "Quick Guides" for derived products
-updated the HDF5 locations
-updated the GLM text and menu screenshots
-removed the DMW section for now (left a comment for the section header to re-enable and fill out if we add DMW products to AWIPS)
-removed the last option in the list for how to access the nsharp viewer, this was not valid
-updated the second last option to say both the "Tools" and "Models" menus can be used to access the VolumeBrowser
-added additional text and screenshots to explain the Volume Browser because it is not that straight forward
-added a screenshot for the nsharp toolbar icon
-added page breaks to be consistent with other pages
-reformatted, rearranged and clarified the "NSHARP Config" section
-clarified Skew-T Display text and added link to the previous section
-Update all references to the NSHAPR Overview page to be actual links
-Remove all references to "NSHARP schematic image" and add all new screenshots for each of the subsections