Commit graph

478 commits

Author SHA1 Message Date
tiffanycmeyer13
d1ad6d1879
Merge pull request #111 from srcarter3/v20
Environment changes for v20 branch
2023-09-13 14:11:33 -05:00
Shay Carter
ad2b46b50e Environment changes for v20 branch
- change the name of the environment to `python-awips-beta20`
- remove the python-awips package from the environment, because it needs to be installed from the local source code
2023-09-13 12:55:55 -06:00
tiffanycmeyer13
5105be28c1
Merge pull request #110 from srcarter3/v20
Small change from MJ for getEnumSet
2023-09-11 14:18:14 -05:00
Shay Carter
0797d070c2 Small change from MJ for getEnumSet
- set has no attribute getEnumSet, use bufferset
- see [this previous MJ commit](e20bf91a32)
2023-09-11 11:58:44 -06:00
srcarter3
853c011507
Merge pull request #109 from srcarter3/v20
Replace type() with isinstance()
2023-08-31 11:23:33 -06:00
Shay Carter
cae26d16c3 Small formatting changes
- mostly brought over from [this MJ commit](d0f18561ea)
- RequestConstraint
  - use fully qualified import
  - replace type with isinstance
  - swap 'null' == value to value == 'null'
  - properly check string object
- DataTime
  - condense many lines into single lines of code
2023-08-31 11:19:42 -06:00
Shay Carter
c33d8022fe Replace type() with isinstance()
- changes were brought over from [MJ's previous commit](9f55c3d0ef)
2023-08-31 10:44:05 -06:00
Shay Carter
a5ee32561e Change all notebooks to point to "edex-beta.unidata.ucar.edu" for this branch 2023-08-24 12:49:20 -06:00
Shay Carter
2244ef22b4 Modify .gitignore
- ignore the python_awips.egg-info file that gets created when you run the local source code
2023-08-24 12:34:03 -06:00
Shay Carter
295792c38b Update init file to include all proper elements 2023-08-24 12:27:42 -06:00
Shay Carter
3c7bd9f0de Final set of changes for v20 python code:
- Brought over all new thrift files... had to untar and unzip the thrift package in awips2-rpm
  - then go into /lib/py/ and run `python setup.py build`
  - then copy all of the files that get put in the subdirectory in /build

- Replaced DataAccessLayer.py with the current one from our v18.1.11 of python-awips
2023-08-23 13:46:12 -06:00
Shay Carter
018afefee6 More modifications to the source v20 python code
- DataAccessLayer will have more changes to come to re-incorporate MJs changes, but for now, change the THRIFT_HOST to "edex"
- EnumSet has to use collections.abc import instead of collections to be compatible with newer versions of python (3.10)
2023-08-23 12:41:20 -06:00
Shay Carter
29715baccc Replaced all remaining instances of "ufpy" with "awips" 2023-08-23 12:17:46 -06:00
Shay Carter
cf7b406326 Forgot to note in the previous commit:
- also brought over Thrift changes from
  - awips2-core/edex/com.raytheon.uf.edex.requestsrv/bin/com/raytheon/uf/edex/requestsrv/serialization/thrift
  - awips2-core/common/com.raytheon.uf.common.serialization/bin/com/raytheon/uf/common/serialization/thrift

- also changed ufpy to awips in awips/test/dafTests/testGfe.p
2023-08-23 11:59:58 -06:00
Shay Carter
fd295d2865 First step on bringing over v20 python code
- brought over all the pythonPackages from the following repos/packages:
  - awips2/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.alertviz/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.mpe/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.text/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.grid/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.activetable/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.management/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.dataplugin.radar/pythonPackages
  - awips2/edexOsgi/com.raytheon.uf.common.site/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.auth/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.message/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.localization/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.datastorage/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.pointdata/pythonPackages
  - awips2-core/common/com.raythoen.uf.common.pypies/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataaccess/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataplugin.level/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.serialization/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.time/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataplugin/pythonPackages
  - awips2-core/common/com.raytheon.uf.common.dataquery/pythonPackages
- updated the _init_.py file in dynamicserialize/dstypes/com/raytheon/uf/common to have all the proper elements listed
- started to replace "ufpy" instances with "awips"
  - awips/test/testQpidTimeToLive.py
  - awips/test/dafTests/testWarning.py
  - awips/test/dafTests/testCombinedTimeQuery.py

- will continue the "ufpy" replacement in a separate commit for easier clarity
2023-08-23 11:45:18 -06:00
srcarter3
77a7355896
Merge pull request #105 from srcarter3/main
Revamped version of Forecast Model Vertical Sounding Notebook
2023-07-25 14:30:47 -07:00
Shay Carter
5e3f260770 Revamped version of Forecaste Model Vertical Sounding Notebook
- finished attempt at revamping the notebook using the new template and styling
- also refactored the notebook with functions to make the code more efficient and readable
2023-07-25 13:59:08 -07:00
Shay Carter
b0af9f9456 First pass at updating the forecast vertical model sounding notebook
- still a work in progress
2023-07-05 10:48:15 -07:00
tiffanycmeyer13
b73c37d1aa
Merge pull request #103 from srcarter3/notebook-updates
Upper Air BUFR Soundings notebook
2023-05-30 13:27:03 -05:00
Shay Carter
539bc3c8da BUFR Upper air soundings
- small change to comment about temp and dewpoint unit conversion
2023-05-30 12:25:21 -06:00
Shay Carter
c04b1f3c23 Upper Air BUFR Soundings update
- fix small comment mistake from degrees F to degrees K
2023-05-30 12:16:25 -06:00
Shay Carter
786f4f83db Upper Air BUFR Soundings notebook
- small changes to remove unused parameters
- mention dewpoint as well as temperature
- change the comment about station ID to station elevation
2023-05-25 11:54:03 -07:00
srcarter3
581b792a59
Merge pull request #102 from srcarter3/main
Small change for Upper Air BUFR Sounding notebook
2023-05-23 13:55:41 -06:00
Shay Carter
86122cc04a Small change for Upper Air BUFR Sounding notebook
- change capitalization of subsection title
2023-05-23 13:54:42 -06:00
srcarter3
ceda59aded
Merge pull request #97 from srcarter3/notebook-updates3
Revamp the Upper Air Bufr Sounding notebook
2023-05-22 14:06:21 -06:00
Shay Carter
6f00c797b6 Small change for capitalization of a section in the Upper Air BUFR Soundings notebook 2023-05-22 14:04:47 -06:00
srcarter3
8078952e37
Merge pull request #96 from srcarter3/main
Remove the GLM notebook
2023-05-19 16:40:23 -06:00
Shay Carter
7a29e4196b Revamp the Upper Air Bufr Sounding notebook
- updated the upper air bufr sounding notebook to use our new template
- added a preview image to go along with the revamped notebook
2023-05-19 16:32:57 -06:00
Shay Carter
46afcd2479 Remove the GLM notebook
- it does not currently work with the format of our GLM data
2023-05-18 11:55:21 -06:00
srcarter3
ac3d8ac32c
Merge pull request #93 from srcarter3/main
Small change to Forecast Model Vertical Sounding notebook
2023-05-17 15:45:12 -06:00
Shay Carter
1edf05485a Small change to Forecast Model Vertical Sounding notebook
- we no longer have CMC so use RAP13 model instead
2023-05-17 15:35:11 -06:00
tiffanycmeyer13
dc541526ee
Merge pull request #90 from srcarter3/main
Update github readme
2023-02-27 14:37:58 -06:00
srcarter3
ec81dc0203
Merge pull request #11 from srcarter3/update_github_readme
Update README.rst
2023-02-27 13:32:22 -07:00
srcarter3
4b5a2731df
Update README.rst
python-awips is now in the environment.yml
2023-02-27 13:31:43 -07:00
srcarter3
becb447cff
Update environment.yml
add python-awips to the environment directly
2023-02-27 13:30:01 -07:00
srcarter3
50e8579cc5
Update index.rst
Remove the recommendation of running `conda update --all` because I think it can do more harm than good sometimes, because of code version dependencies.
2023-01-04 09:58:34 -07:00
tiffanycmeyer13
4130b153f6
Merge pull request #89 from srcarter3/main
Regional Surface obs notebook
2022-11-18 13:29:12 -06:00
Shay Carter
dcddca5d2e Regional Surface obs notebook
- fix misspelling
2022-11-18 12:21:53 -07:00
srcarter3
ef8f157d01
Merge pull request #87 from srcarter3/main
Regional Surface obs notebook
2022-11-15 17:41:47 -07:00
Shay Carter
14dbd6a016 Regional Surface obs notebook
- Remove unnecessary line from maps request cell
2022-11-15 15:00:43 -07:00
srcarter3
7f7760315f
Merge pull request #80 from srcarter3/main
Revamped the Regional Surface Obs notebook
2022-11-15 10:16:20 -07:00
Shay Carter
9b0e1d00c7 Update heading for Regional Surface obs notebook 2022-11-15 10:06:17 -07:00
Shay Carter
66f69790cc Merge branch 'main' of github.com:Unidata/python-awips into main 2022-11-15 09:55:34 -07:00
Shay Carter
dfdde0245a Revamped the Regional Surface Obs notebook
- changes made to the region surface obs notebook to conform to our new template
- added preview image (used in template for notebook)
2022-11-11 13:02:19 -07:00
srcarter3
40665489d7
Update METAR_Station_Plot_with_MetPy.ipynb
Small change to comment about the get_cloud_cover function
2022-11-09 11:54:49 -07:00
srcarter3
f638aa9550
Merge pull request #79 from srcarter3/main
Changes to make python-awips compatible with Python3.10
2022-08-23 18:18:24 -06:00
Shay Carter
2d5bc31ddf Changes to make python-awips compatible with Python3.10
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
2022-08-23 18:12:30 -06:00
srcarter3
c03df43b39
Merge pull request #77 from srcarter3/main
Small change to the model sounding notebook
2022-08-22 18:30:09 -06:00
Shay Carter
c27a5e0f2e Small change to the model sounding notebook
- added more links in the see also section for additional metpy documentation
2022-08-22 18:27:48 -06:00
srcarter3
0d72b18be1
Merge pull request #72 from srcarter3/main
Updated example notebooks
2022-08-22 13:07:41 -06:00