Commit graph

1211 commits

Author SHA1 Message Date
srcarter3
99b1f69ef5
Merge pull request #375 from srcarter3/website-updates
Add link to LOs in the educational resources webpage
2021-11-03 14:52:42 -07:00
Shay Carter
570d3df6d2 Add link to LOs in the educational resources webpage 2021-11-03 14:51:01 -07:00
tiffanycmeyer13
5a902ef211
Merge pull request #374 from srcarter3/unidata_18.2.1
Changed the size of the GIS Import Dialog:
2021-11-02 11:10:42 -04:00
Shay Carter
733e32f1b8 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into unidata_18.2.1 2021-11-01 15:47:23 -06:00
Shay Carter
0a972b0720 Changed the size of the GIS Import Dialog:
- made the table portion of the dialog shorter, to accomodate smaller screen sizes and resolutions
- reduced the vertical margin at the bottom of the dialog to also help with this issue
2021-11-01 15:44:30 -06:00
tiffanycmeyer13
1abce7c4a4
Merge pull request #373 from srcarter3/unidata_18.2.1
Add "Software History" comments to classes from previous commit ("Bun…
2021-11-01 15:58:33 -04:00
Shay Carter
19c25f3e87 Add "Software History" comments to classes from previous commit ("Bundle" replacement) 2021-11-01 12:48:10 -07:00
tiffanycmeyer13
338f83001c
Merge pull request #372 from srcarter3/unidata_18.2.1
Unidata 18.2.1
2021-11-01 13:43:58 -04:00
Shay Carter
51e8fc5260 One more change for renaming "bundle" items
- changed "Manage Display" to "Delete Displays" because it just opens the delete dialog
2021-10-29 14:53:34 -06:00
Shay Carter
058f622429 Removed "Bundle" wording from CAVE GUI:
- Changed "Delete Bundle" to "Delete Display"
- Changed "Alter Bundle on Loading" to "Alter Procedure Item on Loading"
- Changed History List dialog from "Alter Bundle" to "Alter Procedure Item" (not sure if this one is actually used in CAVE currently)
- Changed "Enter Bundle Name" to "Enter Procedure Item Name"
2021-10-29 14:45:39 -06:00
tiffanycmeyer13
f836299da2
Merge pull request #371 from srcarter3/website-updates
Add note about Monterey warning message
2021-10-28 13:02:25 -04:00
Shay Carter
9d8196ee96 Add note about Monterey warning message
- added a section in the Install Cave page in the MacOS subsection mentioning a warning may pop up when running CAVE if running Monterey, but it can be ignored
- added similar section to the Common Problems page
- added a screenshot of the warning provided by user -- **this screenshot should be updated with a real screenshot (not photo from phone) when we have updated our machines to Monterey**
2021-10-26 15:40:53 -06:00
srcarter3
cd4c71e445
Merge pull request #368 from tiffanycmeyer13/unidata_18.2.1
Lot of updates for our 18.2.1-2 release:
2021-10-25 16:34:52 -04:00
Tiffany Meyer
33c58d6ac0 Reverted the changes to developer.product - not sure how those changes were made 2021-10-25 16:28:23 -04:00
Tiffany Meyer
89198530bd Lot of updates for our 18.2.1-2 release:
buildEnvironment.sh - changed the release from 1 to 2
build/setup.sh - added code to call awips_spalshscreen_updater jar and update splash.bmp to current build and release
			   - remove copy of rpms from robin to fserv
feature.xml (edex dataplugins feature) - remove reference to sports glmdecoder which is depricated
wrapper.conf - this is the file that has been dumping heap logs to /data/fxa so I changed the path to /awips2/data/fxa so it didn't fill up the main / mount
ldmd.conf - added GLMF entry (this is for the ISatSS gridded GLM data - for local use only, but won't hurt to have in)
		  - commented out GLM data from Eric Bruning
pqact.conf - Commented out Eric Bruning GLM entry since it's depricated
		   - Added new entry for ISatSS gridded GLM data
pqact.goesr - updated to match the pqact.conf
			- updated comments to relfect which products were available
parameters.xml - changed all references of 1/s to /s
2021-10-25 15:46:21 -04:00
tiffanycmeyer13
517f36f896
Merge pull request #367 from srcarter3/unidata_18.2.1
Changings to WWA resources to show warings and watches properly
2021-10-22 15:56:29 -04:00
Shay Carter
631c211123 Add java class history comments for WWA change 2021-10-22 13:53:12 -06:00
Shay Carter
49327f3312 Small follow up commit
WarningsResource:
- remove an unused import
2021-10-21 16:43:30 -06:00
Shay Carter
50af7eed4b Changings to WWA resources to show warings and watches properly
WWAResourceData
- Simplified the constructResource to always create and return a WarningsResource
- the actual implementation of the constructResource method doesn't quite align with how it originally seemed to be designed. None of the data is actually in the PluginDataObject at this point, all the data is in the LoadProperties.  Because of that, differentiating between WatchResources and WarningResources doesn't work the way you would think it does.  You end up going through this method once, for the entire load of the WWAs.  Also, for some reason the way the WatchResource populated and eventually passed on its records for drawing, actually eliminated the watches.  So, by using the WarningsResource class all the time, all the watches, warnings, and advisories are persisted.

WarningsResource
- the proper convention is for watches to show up as a shaded (thatched) area, and the warnings and advisories to show up with an outline
- in the initShape method, look to see what the significance of the record is, and if it's a watch, then create and set the shadedShape (logic taken from the WatchesResource), otherwise create and set the wireframeShape
2021-10-21 16:36:42 -06:00
tiffanycmeyer13
fbd06fbfbe
Merge pull request #366 from srcarter3/website-updates
Website updates
2021-10-20 09:25:19 -04:00
Shay Carter
8c0837664b Slight changes to Educational Resources:
- changed wording of "Design" section per Nicole's input
- added "second monitor" to list of recommended requirements
2021-10-15 10:09:57 -06:00
Shay Carter
a01ecc4066 Educational Resources page update:
- modified the Learn AWIPS CAVE Banner image in the elearning section
2021-10-13 14:41:36 -06:00
Shay Carter
f77d24240f Added elearning support email to Educational Resources page 2021-10-13 12:58:23 -06:00
Shay Carter
7d561055a4 Additional modifications to the new Educational Resources page:
- Added "Access" and "Content" sections for the python-awips notebooks
- added a few screenshots for python-awips notebooks
2021-10-13 12:55:06 -06:00
Shay Carter
532b3f7517 Continuing additions to the new Educational Resources webpage:
- added a prereqs section for the elearning course
- added a few screenshots and additional details for the "design" section
- converted the google form link to html (instead of markdown) to allow the functionality for opening in a separate tab, instead of in the same window
2021-10-13 12:31:55 -06:00
Shay Carter
92b1fac35c Initial commit of new educational resources webpage
- slight modification to the mkdocs.yml to have a new toc entry for Educational Resources
- new markdown file for the Educational Resources page
  - this is not done yet, but want to commit it to my local fork so it can be viewed by Tiffany and Nicole
2021-10-12 17:06:18 -06:00
tiffanycmeyer13
3011ad1958
Merge pull request #365 from tiffanycmeyer13/docChanges
Updated units so * character was showing up in markdown correctly and…
2021-09-20 12:45:51 -04:00
Tiffany Meyer
e6171291fe Updated units so * character was showing up in markdown correctly and not italicizing. 2021-09-20 12:24:20 -04:00
srcarter3
19dd443991
Merge pull request #364 from srcarter3/website-updates
Small change to grid parameters appendix webpage:
2021-09-17 14:09:18 -07:00
Shay Carter
e6b9184401 Small change to grid parameters appendix webpage:
- added entries for TP-GFS and CP-GFS
2021-09-17 14:04:39 -07:00
srcarter3
8f6435f44a
Merge pull request #363 from tiffanycmeyer13/docChanges
Updated list of Grid Parameters based on base parameters, derived par…
2021-09-17 13:39:13 -07:00
Tiffany Meyer
4c7197a5f4 Updated list of Grid Parameters based on base parameters, derived parameters, and MRMS products.
The script to update the parameters can be found here: https://github.com/Unidata/awips-unidata-builds/blob/main/linux/builds/scripts/getParameter.pl
2021-09-17 16:15:51 -04:00
tiffanycmeyer13
14ca82726d
Merge pull request #362 from tiffanycmeyer13/docChanges
Update documentation for installing an Ingest/Decode (Ancillary) EDEX…
2021-09-17 08:49:43 -04:00
Tiffany Meyer
58e1696972 Minor update 2021-09-17 08:48:59 -04:00
Tiffany Meyer
2993e3c4ce Minor doc updates 2021-09-16 17:16:36 -04:00
Tiffany Meyer
e7185ea643 Update documentation for installing an Ingest/Decode (Ancillary) EDEX Server 2021-09-16 16:04:16 -04:00
tiffanycmeyer13
b5032c3f18
Delete .travis.yml 2021-09-14 15:13:42 -05:00
tiffanycmeyer13
8f3767ddaa
Merge pull request #360 from srcarter3/website-updates
Small change for common problems webpage:
2021-08-26 16:05:01 -04:00
Shay Carter
29cf294d63 Small change for common problems webpage:
- Add note about restarting machine after ipv6 setting change
2021-08-26 13:55:08 -06:00
tiffanycmeyer13
b9aedc464a
Merge pull request #359 from srcarter3/website-updates
Small change to common problems page:
2021-08-26 12:28:33 -04:00
Shay Carter
ea7762315c Small grammar fix with common problems description 2021-08-26 10:22:27 -06:00
Shay Carter
b95076e8aa Small change to common problems page:
- clarified the loading data problem can exist on both the mac, as well as the windows installation
2021-08-26 09:38:30 -06:00
srcarter3
9df118bd43
Merge pull request #358 from tiffanycmeyer13/docChanges
Update path from robin server to new downloads.unidata.ucar.edu
2021-08-18 13:49:53 -06:00
Tiffany Meyer
8e4b482586 Update path from robin server to new downloads.unidata.ucar.edu 2021-08-18 10:10:42 -04:00
tiffanycmeyer13
aa1bb1f12b
Merge pull request #357 from srcarter3/website-updates
Small changes to installation page:
2021-08-17 13:14:43 -05:00
Shay Carter
fce0a18ac2 Small changes to installation page:
- added links to subsections from the OS versions section
- swapped out links from robin to new nexus server (downloads.unidata.ucar.edu) for:
 - linux: awips_install.sh
 - windows: awips-cave.msi
 - mac: awips-python.pkg, awips-cave.dmg

**Note:** Still need to swap out link for windows zip installer, and jdk download when those have been moved to nexus
2021-08-17 11:39:28 -06:00
srcarter3
ecb1ec50a8
Merge pull request #355 from tiffanycmeyer13/docChanges
Added back in the Import GIS Data documentation and made some changes.
2021-08-16 11:59:41 -06:00
Tiffany Meyer
ce754ba8c8 Minor update to GIS Preferences documentation section. 2021-08-16 13:58:23 -04:00
Tiffany Meyer
a9c71e58f6 Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into docChanges 2021-08-16 13:42:45 -04:00
Tiffany Meyer
fed45cd0c6 Updated GIS Import documentation 2021-08-16 13:42:26 -04:00