Commit graph

  • 0350c4b9f0
    Update sphinx_build_deploy.yml srcarter3 2021-06-01 09:35:25 -06:00
  • f3013ab40a Add description for write_img function Shay Carter 2021-05-28 01:16:33 -06:00
  • 2f1b23a8a1 Merge branch 'notebook-updates' of github.com:srcarter3/python-awips into notebook-updates Bring this branch back up to date with the github action change Shay Carter 2021-05-28 01:15:55 -06:00
  • 664a5006e0
    Update sphinx_build_deploy.yml srcarter3 2021-05-28 01:14:05 -06:00
  • d9ff0cb3fb Merge branch 'main' of github.com:srcarter3/python-awips into notebook-updates Shay Carter 2021-05-28 01:10:07 -06:00
  • ee7fd3e702
    Update sphinx_build_deploy.yml srcarter3 2021-05-28 00:54:07 -06:00
  • 4379e0c7e0 Created template and formatted new GOES CIRA notebook to template - Added a new Template.ipynb file in the examples dir - Added a new notebook GOES_CIRA_Product_Writer.ipynb in the examples/notebooks dir - This notebook walks through: - how to request multiple GOES products from EDEX - how to resize the images using pixels - how to write out images locally - how to combine multiple channels in to an rgb product - Created a new images directory for the notebooks - Added two image files for the preview options of the notebook Shay Carter 2021-05-28 00:47:47 -06:00
  • 28af467c71 deploy: c434243dcb tiffanycmeyer13 2021-03-23 16:15:37 +00:00
  • c434243dcb
    Merge pull request #22 from srcarter3/website-updates tiffanycmeyer13 2021-03-23 11:14:13 -05:00
  • 6f1f8a2b0c
    Update README.rst srcarter3 2021-03-23 08:57:01 -07:00
  • ba86d8f70b Update github workflow: -added back in the branch requirement for building the website and switched it from "master" to "main" since we renamed that branch Shay Carter 2021-03-22 14:08:32 -07:00
  • ad5e63c1d3 Add 'toctree' back into the index.rst file: -without this command the outline on the left hand does not get generated -also had to add the ':hidden:' flag, so it's not displayed on the body of the page as well Shay Carter 2021-03-22 13:56:56 -07:00
  • 1c542df215 Changes to the python-awips main webpage: -changed the opening text slightly from "geometry" to "geographic" -added a prerequisite software section that specifies python3, conda, and git (optional) -added a package-only installation section with subsections for pip and conda -moved previous instructions to their own section titled Source Code with Examples Install -removed all remaining information as it was basically a duplicate of what exists on this webpage -added a contact us section with our support email Shay Carter 2021-03-19 15:20:08 -07:00
  • 93c47beac7 Small change to the index.rst: -modified the wording from "geometry" to "geographic" -this is also a test to see if the website will build as a preview from my fork Shay Carter 2021-03-18 15:10:20 -07:00
  • 8a49551f59 Merge branch 'main' of github.com:Unidata/python-awips into website-updates Pulling code back up inline with Unidata repo Shay Carter 2021-03-18 15:01:18 -07:00
  • 5f40573101 Small change to github action for my srcarter repo. I want the website rebuild to trigger from any branch, because I want to preview web changes here before pushing them to the unidata branch Shay Carter 2021-03-18 14:46:12 -07:00
  • 97d1d72a7a Small change to one of the notebooks to remove the mention of the "DAF" from the markdown text Shay Carter 2021-03-18 14:39:46 -07:00
  • af5307f530 Add the modified layout.html back in rtd Shay Carter 2020-11-25 12:40:15 -07:00
  • 229c776400
    Delete layout.html srcarter3 2020-11-25 12:35:40 -07:00
  • 84c98bc788
    removed an empty line srcarter3 2020-11-25 12:20:11 -07:00
  • 6839fb80dd
    Added a delay to the redirect srcarter3 2020-11-25 12:19:50 -07:00
  • 55a6046a3f
    trying to switch up the message and refresh srcarter3 2020-11-25 12:12:25 -07:00
  • e71131d585
    small change to trigger rtd webhook srcarter3 2020-11-24 13:12:23 -07:00
  • a97cdf75bc Initial check in for new readthedocs (rtd) branch. Purpose of this branch is to redirect the old python-awips documenation website on readthedocs to our new website on github pages. Shay Carter 2020-11-24 12:42:08 -07:00
  • 1ef424b43c deploy: fc6f47e6ba srcarter3 2020-10-19 17:27:22 +00:00
  • fc6f47e6ba
    Update description from "grid" to "meteorological" datasets srcarter3 2020-10-19 11:25:57 -06:00
  • bd8ce70ed6 deploy: 164c45f281 srcarter3 2020-09-30 22:56:10 +00:00
  • 164c45f281
    Add a '+' to one of the version reqs srcarter3 2020-09-30 16:55:06 -06:00
  • 0ba754759f deploy: 27303e6bfd srcarter3 2020-09-30 22:53:49 +00:00
  • 27303e6bfd
    update the requirements section to reflect the environment.yml file srcarter3 2020-09-30 16:52:38 -06:00
  • 0e52b133b0 deploy: 2e2f4f4739 srcarter3 2020-09-11 17:03:16 +00:00
  • 2e2f4f4739
    Add conda update --all as a possible solution srcarter3 2020-09-11 11:02:08 -06:00
  • 90889f7a1b deploy: 2d41da914c srcarter3 2020-09-10 20:55:38 +00:00
  • 2d41da914c Changes to the Colored Surface Obs notebook: -simplified the parameters in the data request since we only need temperature and location Shay Carter 2020-09-10 14:53:50 -06:00
  • aef538ef60 deploy: a488797c68 srcarter3 2020-09-09 22:03:25 +00:00
  • a488797c68 Update plot for colored surface temp notebook Shay Carter 2020-09-09 16:01:54 -06:00
  • 8dc975aeaf deploy: 10537bf3f7 srcarter3 2020-09-09 21:57:37 +00:00
  • 10537bf3f7 Update the Colored Surface Temp Plot notebook to have a more optimized for loop Pulled these steps out of the for loop, perform first: -instantiate the air temp array once -nan out the null values (-9999) -convert from c to f Shay Carter 2020-09-09 15:51:04 -06:00
  • c375c8b74b deploy: bd7a893802 srcarter3 2020-09-09 20:59:19 +00:00
  • bd7a893802
    Removed the cartopy ShapelyFeature import since it's not used srcarter3 2020-09-09 14:58:16 -06:00
  • d439819163 deploy: 3bacee9d9c srcarter3 2020-09-09 20:05:07 +00:00
  • 3bacee9d9c
    Rebuild the website srcarter3 2020-09-09 14:04:03 -06:00
  • 389ed9229e deploy: e356f47129 srcarter3 2020-09-09 20:02:35 +00:00
  • e356f47129
    Merge pull request #21 from srcarter3/master srcarter3 2020-09-09 14:01:18 -06:00
  • fc30adadea
    changed '%matplotlib notebook' back to '%matplotlib inline' srcarter3 2020-09-09 13:40:15 -06:00
  • 557dd8f348
    removed the 'conda update --all' call from environment setup srcarter3 2020-09-09 12:46:13 -06:00
  • 0f14592dac
    rebuild website srcarter3 2020-09-09 12:45:16 -06:00
  • cee1f986f4
    rebuild website srcarter3 2020-09-09 12:42:53 -06:00
  • 2d87c0dceb
    removed the 'conda update --all' call, this is not necessary for initial install srcarter3 2020-09-09 12:40:05 -06:00
  • 95f190e936
    add numpy to docs requirements srcarter3 2020-09-09 12:39:00 -06:00
  • faf2fc5771
    Changing back to automodule srcarter3 2020-09-09 12:36:39 -06:00
  • 8606c4d50a
    change automodule to autoclass for DataAccessLayer srcarter3 2020-09-09 12:32:53 -06:00
  • 9681a24957
    Merge pull request #6 from Unidata/master srcarter3 2020-09-09 12:19:15 -06:00
  • 8918d75fdc Add a brief description to the beginning of the NEXRAD3 notebook so that the autogenerated webpage renders correctly. Shay Carter 2020-09-09 12:18:03 -06:00
  • 27895d29dc
    Merge pull request #5 from Unidata/master srcarter3 2020-09-09 12:06:58 -06:00
  • 9c82744948
    Delete Profiler_Wind_Barb_Time-Series.ipynb srcarter3 2020-09-09 12:05:02 -06:00
  • 1b39c04856
    Moved '%matplotlib inline' for surface obs notebook srcarter3 2020-09-09 11:41:27 -06:00
  • 57d2189dfe
    Merge pull request #4 from Unidata/master srcarter3 2020-09-09 11:35:12 -06:00
  • 031f2ce7c5 Add '%matplotlib inline' after imports for the NEXRAD notebook Shay Carter 2020-09-09 11:32:52 -06:00
  • 6973e227e6
    move "matplotlib inline" after imports srcarter3 2020-09-09 11:28:29 -06:00
  • 430e9ccecd
    Move the %matplotlib inline code to after imports srcarter3 2020-09-09 11:18:35 -06:00
  • e7c93b3a1f
    convert the temp using scipy instead of a formula srcarter3 2020-09-04 16:18:36 -06:00
  • ce780ef933
    replace geodetic with plateCarree srcarter3 2020-09-04 15:57:39 -06:00
  • af73c9a0d7
    Forgot to add a new line with previous change. srcarter3 2020-09-04 15:56:07 -06:00
  • 45faf991b4
    Move the glm_points definition to the correct spot srcarter3 2020-09-04 15:53:19 -06:00
  • 8cff0278d8
    Create and populate a glm_points array srcarter3 2020-09-04 15:49:02 -06:00
  • 0151efccc0 Fix the labels warning in NEXRAD3 notebook Shay Carter 2020-09-04 15:01:52 -06:00
  • 558957ef21
    Fixed the plateCarree warning srcarter3 2020-09-04 14:52:37 -06:00
  • c34a8da1ce Fix errors and warnings for Map Resources and Topo Notebook -fixed the xlabels_top and ylabels_right warning by using top_labels and right_labels instead -fixed the invalid transform error by using PlateCarree() instead of Geodetic() -fixed the 'extend' warning by moving it from the colorbar() function to the contourf() function Shay Carter 2020-09-04 14:35:40 -06:00
  • d72ee3d740
    rebuild website srcarter3 2020-09-04 13:55:22 -06:00
  • 45284aef2f
    Merge pull request #3 from Unidata/master srcarter3 2020-09-04 13:44:15 -06:00
  • 826e5f7591 Update the preview for Grid Levels and Params to use "F" in the colorbar label Shay Carter 2020-09-04 13:42:49 -06:00
  • 1b6e71c509
    Change the color map label from K to F srcarter3 2020-09-04 13:41:06 -06:00
  • c164123a7b
    Merge pull request #2 from Unidata/master srcarter3 2020-09-04 13:38:08 -06:00
  • accecd48e6 Update the preview so it shows the plots in F instead of K Shay Carter 2020-09-04 13:35:46 -06:00
  • f3528746b2
    Convert the plots and colorbars from K to F srcarter3 2020-09-04 13:30:26 -06:00
  • c2a7ffecff Reran the grid layers and params notebook so now the 'font warning' isn't there in the preview Shay Carter 2020-09-04 12:14:45 -06:00
  • e8e1e42986
    rebuild webpages srcarter3 2020-09-04 12:05:42 -06:00
  • eca2e1506a
    run gh-action on change to examples dir srcarter3 2020-09-04 12:05:19 -06:00
  • 68674182ab
    try changing matplotlib 'inline' for 'notebook' srcarter3 2020-09-04 12:02:00 -06:00
  • fe870f1091
    Trigger website rebuild srcarter3 2020-09-04 11:34:43 -06:00
  • 726b200fc5
    Merge pull request #1 from Unidata/master srcarter3 2020-09-04 11:34:09 -06:00
  • 4fdeba9618 Change previews Change the preview for Grid Levels and Parameters since the colorbar changed for the second example Changed the preview for Model sounding data since the hodograph location moved Shay Carter 2020-09-04 11:26:02 -06:00
  • 82e4256579
    Move hodograph to upper right, reuse the 'spd' var srcarter3 2020-09-04 10:51:12 -06:00
  • 2e29d3b5ff
    fix labels warning, fix cbar extend warning srcarter3 2020-09-04 10:47:37 -06:00
  • 19bab374b9
    fixed import error and units errors srcarter3 2020-09-04 10:34:52 -06:00
  • a7cb7c55ee
    Fix xlabels_top and ylabels_right deprecation srcarter3 2020-09-03 17:27:20 -06:00
  • b7b09fb5de
    Accidentally added a new line w/prev commit srcarter3 2020-09-03 17:15:34 -06:00
  • f93bdd8d36
    Fix xlabel_top and ylabel_right deprecation srcarter3 2020-09-03 17:10:49 -06:00
  • b961938a1e
    fix xlabels_top and ylabels_right deprecation srcarter3 2020-09-03 16:38:47 -06:00
  • 441e686e0c
    Fix deprecated xlabels_top and ylabels_right srcarter3 2020-09-03 15:17:56 -06:00
  • 1df14e605b
    use == instead of is srcarter3 2020-09-03 13:34:50 -06:00
  • 215bbc2815
    Add knots units for speed calculation srcarter3 2020-09-03 13:28:04 -06:00
  • 9545291760
    sphinx >= 1.3 srcarter3 2020-09-03 02:06:17 -06:00
  • 5cfbfe1cd8
    sphinx 1.3 srcarter3 2020-09-03 01:53:35 -06:00
  • b80ee45b17
    sphinx 3.0 srcarter3 2020-09-03 01:45:24 -06:00
  • 1577263a74
    sphinx 2.9 srcarter3 2020-09-03 01:43:37 -06:00
  • defc2c35ff
    sphinx 2.8 srcarter3 2020-09-03 01:42:28 -06:00
  • f82d96198c
    sphinx 2.7 srcarter3 2020-09-03 01:39:44 -06:00
  • 14858d5c45
    sphinx 2.6 srcarter3 2020-09-03 01:37:56 -06:00