Commit graph

129 commits

Author SHA1 Message Date
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
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
Shay Carter
c032e41bf9 Merge branch 'unidata_18.1.1' of github.com:Unidata/awips2 into unidata_18.1.1
Merge in Tiffany's warngen updates with my edex data distribution files updates
2020-07-15 16:16:52 -06:00
Shay Carter
d0ae1873ca Small change to the following webpages: Docker EDEX, LDM Feeds, and Data Distribution Files:
-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
2020-07-15 16:09:25 -06:00
Tiffany Meyer
9353da429e Updated the numbered list so it didn't restart 2020-07-13 18:27:44 -04:00
Tiffany Meyer
f9fd8b5f48 Small updates to warngen page to fix syntax and update some verbage 2020-07-13 18:15:53 -04:00
Tiffany Meyer
957b948a27 Merge branch 'unidata_18.1.1' of github.com:Unidata/awips2 into unidata_18.1.1 2020-07-13 16:25:54 -04:00
Tiffany Meyer
e566329642 Updated the warngen page with new text, added new youtube video 2020-07-13 16:17:41 -04:00
Shay Carter
41ea42dc2b Changes made to the LDM Feeds webpage:
-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
2020-07-13 14:16:11 -06:00
Shay Carter
2f3dbb564a Changes made to Docker EDEX webpage:
-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
2020-07-10 17:12:16 -06:00
Shay Carter
ab886677b6 Small change that was missed on previous commit, in the example definition the store and serve server comes first and then the ingest and decode server. Had to switch those in the text description that goes with the "Example Installation" seciton. 2020-07-10 14:15:52 -06:00
Shay Carter
8612e76d49 Changes made to Distributed EDEX webpage:
-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
2020-07-10 13:59:24 -06:00
Shay Carter
331b1746e4 Updated the screenshots for the Windows CAVE Start Up Error page.
Added soft shadow borders to images so they don't blend in directly with the white webpage background.
2020-07-09 12:26:49 -06:00
srcarter3
7b1b6d92d5
Update install-cave.md
Changed "one"  to "on" for the Windows Method 2 install title.
2020-07-07 11:53:15 -05:00
Shay Carter
27fb9eb27e Small changes to the Edex Settings webpage:
-added title header for consistency
-updated code snippets to reflect current state
-small reformatting changes for consistency
2020-06-30 16:22:26 -06:00
Shay Carter
c7e9f7fa75 Changes made to "EDEX Start and Stop" webpage:
-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
2020-06-30 14:42:41 -06:00
Shay Carter
c8131af680 Changes to the Import/Export webpage:
-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
2020-06-30 13:56:07 -06:00
Shay Carter
92eaa8a020 Small change to the home page:
-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
2020-06-25 17:03:56 -06:00
Tiffany Meyer
0b2e651c5a Added instructions on how to edit an existing menu 2020-06-25 14:15:45 -04:00
Shay Carter
de13e32638 Small change to Radar Tools page to add a page break after the initial section, for consistency with other pages.
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"
2020-06-24 16:02:41 -06:00
Shay Carter
719ac6c6da Made changes to the Radar Tools webpage:
-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
2020-06-24 15:09:13 -06:00
Shay Carter
4af07b3fab Changes to the Display Tools webpage:
-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
2020-06-24 11:03:33 -06:00
Tiffany Meyer
3bd7254a06 Added the recommendation of the NVIDIA Graphics Card for the Linux CAVE install 2020-06-24 10:53:50 -04:00
Tiffany Meyer
b3077b708c Commented out the video link and changed localization from LZK to LUB. 2020-06-23 17:17:10 -04:00
Shay Carter
445915637c Changes made to the Volume Browser webpage (d2d-gridded-models.md):
-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
2020-06-23 12:30:54 -06:00
Shay Carter
a575ef2940 Small change to the EDEX and CAVE install pages:
Added their headers at the top of the webpage to be consistent with other pages.
2020-06-22 16:18:08 -06:00
Shay Carter
752ede0356 Created a new webpage for "Common Problems".
Added the symptoms and solutions for the IPv6 problem on Windows 10 machines.
2020-06-22 16:11:32 -06:00
Shay Carter
8e5a9eb1ad Small changes to GOES 16/17 page:
-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.
2020-06-18 17:53:27 -06:00
Shay Carter
88e5ac064a Updated the GOES 16/17 webpage:
-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)
2020-06-18 17:36:49 -06:00
Shay Carter
05a4b5e02e Small change to the NSHARP webpage to make an image appear, there was a small misspelling which was causing a dead link. 2020-06-17 11:30:38 -06:00
Shay Carter
0c90d39dc1 Small change on NSHARP webpage to add a bit of text explaining how to add a point for where you want to look at the sounding data using the Points Tool found in the Tools menu. 2020-06-17 11:18:30 -06:00
Shay Carter
bcc7507624 Changes made to the Nsharp webpage:
-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
2020-06-16 18:12:00 -06:00
Shay Carter
d228124088 Changes to the Localization Perspective webpage:
-added initial header to be consistent with other markdown pages
-changed "...lower level..." to "...higher level..."
-changed some italics to bold for consistency with other pages
-added menu location description for the Localization Perspective
-fixed "made" to "make"
-changed some description text in "Customizing CAVE Menus" to make sense
-added screenshot for that section
-commented out the NCP section since it doesn't apply to our current version
2020-06-11 18:56:04 -06:00
Shay Carter
6c80eeeb3f Small update to the Maps, Views, Projections webpage:
-added the initial header (#) at the top of the file to be consistent with other .md files

Changes to Bundles and Projections page:
-added the initial header (#) to be consistent with other .md files
-removed instances of ">" and replaced them with ">" for easier readability and to be consistent with other .md files
-fixed misspelling in opening description ('a' > 'as')
-updated the subsection headings to match the file menu options in CAVE
-updated the first screenshot for deleting bundles to be consistent with how CAVE currently looks
-update text referring to menu items to match CAVE
2020-06-10 17:22:19 -06:00
Shay Carter
9c47b1181c One change to D2D Perspective page that didn't make it with the previous commit
-updated the Image Combination section to remove the mention of an icon on the toolbar because it is no longer there

Updates to the Maps, Views, Projections webpage
-fixed the misspelling of "default" in the opening description
-updated the list of projections to match CAVE exactly
-updated the image for the file menu
-updated the image for the Create Projection dialog
2020-06-10 16:53:09 -06:00
Shay Carter
de1a117d0b Numerous changes to the "D2D Perspective" web page:
-Updated the screenshot with an up to date image of the current toolbar and menus (docs/images/caveHeader.png)
-Updated the opening text to have the correct system menus, have the correct data menus (with broken links removed), have the correct toolbar description, and a note with the discrepancies between OS versions.
-Updated the Resource Stack section to have a link to the Right-click Functionality
-Changed all the submenus to have the proper designation (###) so they show up in the outline
-Changed the "Left-Click Background..." section to be "Right-Click Background..." and updated its description
-Added "Display Menu:" text to the submenu items that were specifically from the display menu
-Reordered some sections to show up accordingly under Resource Stack or Display menu Sections
-Updated the Product Browser section to include icon in text for opening the browser, and the menu lo
cation
-Updated the Selections list to remove VIIRS since that's no longer shown.
-Added a note for the differences between Mac/Linux and Windows (GFE availability)
-Commented out the Switch Pane Layouts because this isn't specified in the Options menu anymore
-Added a section for the Options menu and made Time Options, Image Combination, Dipslay Props, Loop P
rops, Image Props, Set time, and Set Background Color as subsections
-Commented out the Data Scale section since this is no longer in our distribution
-Updated the Image Combination text as there is no longer a toolbar icon
-Updated the Image Properties section to include the toolbar icon in the description.
-Updated the Switching Perspectives section to have a sentence describing the menu location, in similar fashion to the Cave Preferences section (next section). Also updated the description text to only mention GFE and Localization perspectives (the others are no longer available).  Added a note with the differences between OS versions.  And updated the screenshot with a current one.
-Updated the Load Mode section to more clearly describe where and how to access it.
2020-06-10 16:18:44 -06:00
Shay Carter
c82ed91ee0 Updates to the AWIPS documentation homepage. Removed a duplicate of the idd link declaration at the top of the markdown file.
Changed the first two sentences about AWIPS and Unidata so they do not start with an acronym, and properly place the acronym in parenthesis after the definition.
Fix a broken link for the IDD in the second paragraph.
Updated the Cloud section to use "... an EDEX..." instead of "...a EDEX...".  Also, updated the text to say the cloud edex is available to the community, more vaguely, because it is not just limited to the "Unidata university community".
Updated the Distributed Computing section to be a little more legible.  Previously the text was a bit confusing and had a bit of a run on sentence -- broke those up to be easier to read.  Also changed the last sentence to be more present tense since GOES-16 data is now available (not a future event anymore).
Changed the PyPIES header so that the link from the Software Components section now works.
Added some periods at the end of sections so that they were all consistent.
2020-06-08 15:31:11 -06:00
Shay Carter
f6dc5865a4 Small change made to the cave install page in the Windows section. The bottom of the section wasn't quite formatted correctly (removed "---"). Also, this is a test to see how pushing a local change from my mac works. 2020-06-05 16:32:42 -06:00
srcarter3
b1b96f5451
Changed "MArch" to "March" 2020-06-04 17:12:10 -06:00
srcarter3
7281992071
Fixing typo - testing auto-deploy
Fixing the "reqeust" typo that Tiffany had previously identified.  GH Actions have been added, so this **should** compile the appropriate index.html file and publish in the gh-pages branch.
2020-06-04 16:51:58 -06:00
srcarter3
2283598588
Reverting typo correction
Temporarily reverting a typo correction until after a gh-action is implemented, to test out auto-deploying of html webpages.
2020-06-04 15:52:24 -06:00
tiffanycmeyer13
d45be46578
Update distributed-computing.md 2020-06-01 16:07:49 -05:00
srcarter3
f811ef8dea
Bold windows install method headers
Formatting the windows headers to help make it a little more obvious there are two distinct sections
2020-02-11 16:47:47 -07:00
srcarter3
1f527dea45
Add windows vm option
Updated the Windows installer documentation to mention the known issue with python install.  Add the option and link for the linux vm as an alternate solution to running cave on windows.
2020-01-02 09:04:11 -07:00
srcarter3
7a9a6f253e
Add header for windows install
Add a "Method 1: Install Directly on Windows" header for the windows section
2020-01-02 08:35:57 -07:00
Michael James
0a5ce242a5 doc updates for 18.1.1-6 2019-04-09 10:15:32 -06:00
mjames-upc
5d0444cbe2 increment 18.1.1-7 2019-03-25 16:07:00 -06:00
Michael James
268c3c399b rm metion of region, workstation localizations in docs 2019-02-06 10:18:21 -07:00
mjames-upc
99a0d468ff install doc updates for 18.1.1-5 2019-02-06 09:51:18 -07:00
mjames-upc
9a2765da40 doc updates for localization levels 2019-02-04 12:04:38 -07:00