Commit graph

  • 5d2b962f72 deploy: 41ee561f3f srcarter3 2023-09-18 20:56:23 +00:00
  • 41ee561f3f
    Merge pull request #115 from srcarter3/website srcarter3 2023-09-18 14:54:34 -06:00
  • baa39ae70c Updates to website branch for beta install instructions Shay Carter 2023-09-18 14:52:58 -06:00
  • aa76e959f7
    Merge pull request #114 from srcarter3/main srcarter3 2023-09-18 14:47:17 -06:00
  • 1b5f82bab7 Small update to beta install instructions Shay Carter 2023-09-18 14:46:23 -06:00
  • fe8a05c4bd
    Merge pull request #112 from srcarter3/main srcarter3 2023-09-18 14:45:22 -06:00
  • 31892711eb
    Merge pull request #113 from srcarter3/v20 srcarter3 2023-09-18 14:45:13 -06:00
  • 02d8198a99 Updated the environment.yml and setup.py files Shay Carter 2023-09-18 14:27:01 -06:00
  • 66313d5317 Update documentation with beta install instructions Shay Carter 2023-09-13 14:30:21 -06:00
  • d1ad6d1879
    Merge pull request #111 from srcarter3/v20 tiffanycmeyer13 2023-09-13 14:11:33 -05:00
  • 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 Shay Carter 2023-09-13 12:55:55 -06:00
  • 5f070d0655 Commit of all v20 ufpy code: - code brought over from the following raytheon repos and directories: - awips2 repo: - 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 repo: - 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 - awips2-rpm repo: had to untar and unzip the thirft repo, then go into /lib/py and run python setup.py build and then copy in from the build/ subdirectory -foss/thrift-0.14.1/packaged/thrift-0.14.1/lib/py/build/lib.macosx-10.9-x86_64-cpython-38/thrift raytheon-20.3.2 Shay Carter 2023-09-12 13:38:19 -06:00
  • 5105be28c1
    Merge pull request #110 from srcarter3/v20 tiffanycmeyer13 2023-09-11 14:18:14 -05:00
  • 0797d070c2 Small change from MJ for getEnumSet - set has no attribute getEnumSet, use bufferset - see [this previous MJ commit](e20bf91a32) Shay Carter 2023-09-11 11:58:44 -06:00
  • 853c011507
    Merge pull request #109 from srcarter3/v20 srcarter3 2023-08-31 11:23:33 -06:00
  • 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 Shay Carter 2023-08-31 11:19:42 -06:00
  • c33d8022fe Replace type() with isinstance() - changes were brought over from [MJ's previous commit](9f55c3d0ef) Shay Carter 2023-08-31 10:44:05 -06:00
  • a5ee32561e Change all notebooks to point to "edex-beta.unidata.ucar.edu" for this branch Shay Carter 2023-08-24 12:49:20 -06:00
  • 2244ef22b4 Modify .gitignore - ignore the python_awips.egg-info file that gets created when you run the local source code Shay Carter 2023-08-24 12:34:03 -06:00
  • 295792c38b Update init file to include all proper elements Shay Carter 2023-08-24 12:27:42 -06:00
  • 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 Shay Carter 2023-08-23 13:46:12 -06:00
  • 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) Shay Carter 2023-08-23 12:41:20 -06:00
  • 29715baccc Replaced all remaining instances of "ufpy" with "awips" Shay Carter 2023-08-23 12:17:46 -06:00
  • 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 Shay Carter 2023-08-23 11:59:58 -06:00
  • 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 Shay Carter 2023-08-23 11:45:18 -06:00
  • 1c51a52c90
    Merge pull request #108 from erin6541/xarray xarray-dev srcarter3 2023-07-26 13:38:01 -07:00
  • 13949fbeb1 first xarray attempt - created new notebook CRS with attempts python-awips output to xarray erin6541 2023-07-26 13:57:18 -06:00
  • 695d9bd73b deploy: 999d1767f8 srcarter3 2023-07-25 22:15:54 +00:00
  • 999d1767f8
    Merge pull request #107 from srcarter3/website srcarter3 2023-07-25 15:14:11 -07:00
  • 24f6714c27 Website version - Forecast Model sounding notebook fixes - add table of contents - fix broken "top" link Shay Carter 2023-07-25 15:10:16 -07:00
  • 3cb979afe7 deploy: e13726cf63 srcarter3 2023-07-25 21:32:54 +00:00
  • e13726cf63
    Merge pull request #106 from srcarter3/website srcarter3 2023-07-25 14:31:00 -07:00
  • 77a7355896
    Merge pull request #105 from srcarter3/main srcarter3 2023-07-25 14:30:47 -07:00
  • f4ff873e74 Revamp the Forecast Model Sounding notebook for web display Shay Carter 2023-07-25 14:29:05 -07:00
  • 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 Shay Carter 2023-07-25 13:59:08 -07:00
  • b0af9f9456 First pass at updating the forecast vertical model sounding notebook - still a work in progress Shay Carter 2023-07-05 10:48:15 -07:00
  • 7cca759efb deploy: 2d51aed9c9 tiffanycmeyer13 2023-05-30 18:32:14 +00:00
  • 2d51aed9c9
    Merge pull request #104 from srcarter3/website tiffanycmeyer13 2023-05-30 13:30:38 -05:00
  • 4fcdcb13c5 BUFR upper air soundings - small change for comment for converting data units Shay Carter 2023-05-30 12:29:05 -06:00
  • b73c37d1aa
    Merge pull request #103 from srcarter3/notebook-updates tiffanycmeyer13 2023-05-30 13:27:03 -05:00
  • 539bc3c8da BUFR Upper air soundings - small change to comment about temp and dewpoint unit conversion Shay Carter 2023-05-30 12:25:21 -06:00
  • c04b1f3c23 Upper Air BUFR Soundings update - fix small comment mistake from degrees F to degrees K Shay Carter 2023-05-30 12:16:25 -06:00
  • 6b586487e2 Update to Upper Air BUFR notebook for website rendering - small changes to remove unused parameters - mention dewpoint as well as temperature - change the comment about station ID to elevation Shay Carter 2023-05-25 12:19:22 -07:00
  • 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 Shay Carter 2023-05-25 11:54:03 -07:00
  • 581b792a59
    Merge pull request #102 from srcarter3/main srcarter3 2023-05-23 13:55:41 -06:00
  • 86122cc04a Small change for Upper Air BUFR Sounding notebook - change capitalization of subsection title Shay Carter 2023-05-23 13:54:42 -06:00
  • cfa564d11c deploy: 16358a6ca5 srcarter3 2023-05-23 19:54:25 +00:00
  • 16358a6ca5
    Merge pull request #101 from srcarter3/website srcarter3 2023-05-23 13:53:14 -06:00
  • 6c908a6f58 Upper Air BUFR Sounding notebook -change capitalization of a subsection Shay Carter 2023-05-23 13:52:15 -06:00
  • b0b85752cf deploy: ef0e1a221e srcarter3 2023-05-23 17:12:03 +00:00
  • ef0e1a221e
    Merge pull request #100 from srcarter3/website srcarter3 2023-05-23 11:09:13 -06:00
  • 1615633d92 Change to Upper Air BUFR Soundings notebook - fix a note for the website rendering Shay Carter 2023-05-23 11:07:49 -06:00
  • 34be049303 deploy: 1f9a4416cb srcarter3 2023-05-22 20:13:23 +00:00
  • 1f9a4416cb
    Merge pull request #99 from srcarter3/website srcarter3 2023-05-22 14:12:12 -06:00
  • e857f118c4 Small updates to Upper Air BUFR sounding notebook - fix two broken links - proper capitalization on a subsection Shay Carter 2023-05-22 14:10:48 -06:00
  • ceda59aded
    Merge pull request #97 from srcarter3/notebook-updates3 srcarter3 2023-05-22 14:06:21 -06:00
  • 6f00c797b6 Small change for capitalization of a section in the Upper Air BUFR Soundings notebook Shay Carter 2023-05-22 14:04:47 -06:00
  • 228c49c829 deploy: 1fb341c2f1 srcarter3 2023-05-22 20:01:57 +00:00
  • 1fb341c2f1
    Merge pull request #98 from srcarter3/website srcarter3 2023-05-22 14:00:44 -06:00
  • 7b3e283d32 Revamped the Upper Air BUFR soundings notebook - converted to the new template for the web display version of the notebook Shay Carter 2023-05-22 12:58:35 -06:00
  • 68c2fd85d4 deploy: 20690c3fee srcarter3 2023-05-19 22:41:42 +00:00
  • 20690c3fee
    Merge pull request #95 from srcarter3/website srcarter3 2023-05-19 16:40:34 -06:00
  • 8078952e37
    Merge pull request #96 from srcarter3/main srcarter3 2023-05-19 16:40:23 -06:00
  • 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 Shay Carter 2023-05-19 16:32:57 -06:00
  • d209520469 Remove the GLM notebook - it does not currently work with the format of GLM data Shay Carter 2023-05-18 11:56:11 -06:00
  • 46afcd2479 Remove the GLM notebook - it does not currently work with the format of our GLM data Shay Carter 2023-05-18 11:55:21 -06:00
  • 30babe0109 deploy: 3d2e12c7b6 srcarter3 2023-05-17 21:46:37 +00:00
  • ac3d8ac32c
    Merge pull request #93 from srcarter3/main srcarter3 2023-05-17 15:45:12 -06:00
  • 3d2e12c7b6
    Merge pull request #94 from srcarter3/website srcarter3 2023-05-17 15:45:01 -06:00
  • 54d7906926 Small change to Forecast Model Vertical Sounding notebook - we no longer have CMC model so use RAP13 instead Shay Carter 2023-05-17 15:43:23 -06:00
  • 1edf05485a Small change to Forecast Model Vertical Sounding notebook - we no longer have CMC so use RAP13 model instead Shay Carter 2023-05-17 15:35:11 -06:00
  • 032306afa5 deploy: dd1d4b1b7f tiffanycmeyer13 2023-02-27 20:38:55 +00:00
  • dc541526ee
    Merge pull request #90 from srcarter3/main tiffanycmeyer13 2023-02-27 14:37:58 -06:00
  • dd1d4b1b7f
    Merge pull request #91 from srcarter3/website tiffanycmeyer13 2023-02-27 14:37:45 -06:00
  • 4b174e3222
    Update index.rst srcarter3 2023-02-27 13:33:38 -07:00
  • ec81dc0203
    Merge pull request #11 from srcarter3/update_github_readme srcarter3 2023-02-27 13:32:22 -07:00
  • 4b5a2731df
    Update README.rst srcarter3 2023-02-27 13:31:43 -07:00
  • becb447cff
    Update environment.yml srcarter3 2023-02-27 13:30:01 -07:00
  • 62a53eed56 deploy: df687233e2 srcarter3 2023-01-04 17:03:40 +00:00
  • df687233e2
    Update index.rst srcarter3 2023-01-04 10:02:00 -07:00
  • 50e8579cc5
    Update index.rst srcarter3 2023-01-04 09:58:34 -07:00
  • 4130b153f6
    Merge pull request #89 from srcarter3/main tiffanycmeyer13 2022-11-18 13:29:12 -06:00
  • dcddca5d2e Regional Surface obs notebook - fix misspelling Shay Carter 2022-11-18 12:21:53 -07:00
  • 53af2a2c81 deploy: b75f6d23a9 tiffanycmeyer13 2022-11-18 19:17:44 +00:00
  • b75f6d23a9
    Merge pull request #88 from srcarter3/website tiffanycmeyer13 2022-11-18 13:16:11 -06:00
  • fb907dd031 Regional Surface obs notebook - fix misspelling Shay Carter 2022-11-18 12:08:59 -07:00
  • b23f8451f1 deploy: c92f323fcb srcarter3 2022-11-16 00:42:36 +00:00
  • ef8f157d01
    Merge pull request #87 from srcarter3/main srcarter3 2022-11-15 17:41:47 -07:00
  • c92f323fcb
    Merge pull request #86 from srcarter3/website srcarter3 2022-11-15 17:41:19 -07:00
  • 5ac569f12f Regional Obs notebook (website branch) - update to maps request cell (remove redundancy) Shay Carter 2022-11-15 15:11:58 -07:00
  • 14dbd6a016 Regional Surface obs notebook - Remove unnecessary line from maps request cell Shay Carter 2022-11-15 15:00:43 -07:00
  • 25d61bcee1 deploy: a7f43d8ec9 srcarter3 2022-11-15 18:44:18 +00:00
  • a7f43d8ec9
    Merge pull request #85 from srcarter3/website srcarter3 2022-11-15 11:42:59 -07:00
  • eeea019b8b One more styling update for Regional obs notebook website rendering Shay Carter 2022-11-15 11:41:56 -07:00
  • ddd4c00fd1 deploy: 5b9b4956f0 srcarter3 2022-11-15 18:36:11 +00:00
  • 5b9b4956f0
    Merge pull request #84 from srcarter3/website srcarter3 2022-11-15 11:34:46 -07:00
  • a51714e355 Update "notes" in Regional obs notebook for website rendering Shay Carter 2022-11-15 11:30:30 -07:00
  • bb30645786 deploy: 0c9041ee6e srcarter3 2022-11-15 18:02:17 +00:00
  • 0c9041ee6e
    Merge pull request #83 from srcarter3/website srcarter3 2022-11-15 11:00:41 -07:00
  • 1416867a4d Fix more broken links for Regional Surface obs notebook Shay Carter 2022-11-15 10:58:12 -07:00