Commit graph

1100 commits

Author SHA1 Message Date
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
tiffanycmeyer13
ec14885739
Merge pull request #356 from srcarter3/code-changes
Changes to support building edex from ant in eclipse & modelsounding decoding
2021-08-16 12:09:13 -05:00
Shay Carter
32ef008b0d Changes to support building edex from ant in eclipse
- modified the build.properties files for the common.aviation and common.dataplugin.satellite jars
Changes to re-enable the proper decoding of modelsounding data
 - Two changes were made wrt this:
 - Rolled back changes from our big merge from MJ's computer, which included some raytheon commits in 2018 to both the ModelSoundingDataAdapter.java and SoundingStations.java classes
 - Then added two small new changes to the ModelSoundingDataAdapter to support the changes to GFS Bufr files earlier this year
2021-08-13 13:21:27 -06:00
Tiffany Meyer
0baba0b140 Added back in the Import GIS Data documentation and made some changes.
-added more images
-removed the sample attribute since that is no longer a menu option
-commented out the display customization since this is pretty generic to all map products
2021-08-12 16:13:13 -04:00
srcarter3
eadede72ee
Merge pull request #354 from tiffanycmeyer13/docChanges
Updated the documentation for Displays and Procedures
2021-08-12 14:06:52 -06:00
Tiffany Meyer
839f0871ef Changed the wording of one sentence in the display documentation 2021-08-12 16:02:45 -04:00
Tiffany Meyer
faedffa62b Found one more place workstation was used and changed that to "locally". 2021-08-12 15:44:21 -04:00
Tiffany Meyer
bdf615cf50 Minor updates to Display documentation 2021-08-12 15:33:45 -04:00
Tiffany Meyer
33a9560207 Updated the documentation for Displays and Procedures
Removed most language of "bundles" since most of the menu items had updated.
2021-08-11 18:29:29 -04:00
srcarter3
1ff170fafb
Merge pull request #353 from tiffanycmeyer13/unidata_18.2.1
Small updates to configuration files
2021-08-05 20:13:45 -06:00
Tiffany Meyer
0318fc5725 Updated a wrong radar name to KDTX. 2021-08-05 17:47:16 -04:00
Tiffany Meyer
5b378bc388 Updated the units for Absolute Vorticity in parameters.xml from 1/s to /s.
The previous check-in of this file, the units were updated to 1/s which was causing issues in CAVE displaying. For the native pressure heights (000, 850, 700, 500, 250 mb) the units were wrong and it wasn't displaying any data, but the interpolated heights were showing up correct. I also noticed this when running python-awips and getting the "unit" of AV as "count" instead of /s.

On systems where this is already installed, I had to manually update the parameter database table:
   update parameter set unit = '/s' where abbreviation like 'AV';
2021-08-05 17:43:05 -04:00