Commit graph

450 commits

Author SHA1 Message Date
Shay Carter
1ff03096e7 Updated related notebooks section to point to our current python-awips documentation 2021-06-01 15:31:36 -06:00
Shay Carter
ef11334119 Remove "AWIPS" from AWIPS_Grids_and_Cartopy.ipynb name 2021-06-01 15:29:16 -06:00
srcarter3
c2050e9fcc
Merge pull request #25 from srcarter3/notebook-updates2
Notebook updates2
2021-06-01 13:45:48 -06:00
Shay Carter
adb7bdbe34 Slight changes to the Grid Levels and Params notebook
- re-ran the cells so they have the latest/proper responses
- updated a little markdown to catch grammar/add a little more context
2021-06-01 12:50:37 -06:00
Shay Carter
da7b9caafb Convert Grid Levels and Params to use new template 2021-06-01 11:03:31 -06:00
tiffanycmeyer13
e22b33ecee
Merge pull request #24 from srcarter3/notebook-updates2
Small change to grid levels and params notebook:
2021-06-01 11:56:08 -05:00
Shay Carter
f898cd0c1e Small change to grid levels and params notebook:
- hopefully should get changed again later today, but update the grid levels notebook to remove the plotting section at the end.
2021-06-01 10:36:12 -06:00
Shay Carter
fb74257311 Small change to Grid Levels and Params notebook:
- this should get changed again later today, hopefully!  But in case it doesnt, at the very least make this small change to remove the plotting portion at the end of the notebook.
2021-06-01 10:32:43 -06:00
srcarter3
0350c4b9f0
Update sphinx_build_deploy.yml
Only build the website off a new branch called 'website'
2021-06-01 09:35:25 -06:00
Shay Carter
f3013ab40a Add description for write_img function 2021-05-28 01:16:33 -06:00
Shay Carter
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
2021-05-28 01:15:55 -06:00
srcarter3
664a5006e0
Update sphinx_build_deploy.yml 2021-05-28 01:14:05 -06:00
Shay Carter
d9ff0cb3fb Merge branch 'main' of github.com:srcarter3/python-awips into notebook-updates 2021-05-28 01:10:07 -06:00
srcarter3
ee7fd3e702
Update sphinx_build_deploy.yml 2021-05-28 00:54:07 -06:00
Shay Carter
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
2021-05-28 00:47:47 -06:00
tiffanycmeyer13
c434243dcb
Merge pull request #22 from srcarter3/website-updates
Website updates
2021-03-23 11:14:13 -05:00
srcarter3
6f1f8a2b0c
Update README.rst
- removed references of "master" branch and replaced with main
- updated the documentation link to our current website
- added the conda install command for the package install as an alternative to pip
- removed the requirements and examples sections
2021-03-23 08:57:01 -07:00
Shay Carter
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
2021-03-22 14:08:32 -07:00
Shay Carter
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
2021-03-22 13:56:56 -07:00
Shay Carter
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
2021-03-19 15:20:08 -07:00
Shay Carter
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
2021-03-18 15:10:20 -07:00
Shay Carter
8a49551f59 Merge branch 'main' of github.com:Unidata/python-awips into website-updates
Pulling code back up inline with Unidata repo
2021-03-18 15:01:18 -07:00
Shay Carter
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
2021-03-18 14:46:12 -07:00
Shay Carter
97d1d72a7a Small change to one of the notebooks to remove the mention of the "DAF" from the markdown text 2021-03-18 14:39:46 -07:00
srcarter3
fc6f47e6ba
Update description from "grid" to "meteorological" datasets 2020-10-19 11:25:57 -06:00
srcarter3
164c45f281
Add a '+' to one of the version reqs 2020-09-30 16:55:06 -06:00
srcarter3
27303e6bfd
update the requirements section to reflect the environment.yml file 2020-09-30 16:52:38 -06:00
srcarter3
2e2f4f4739
Add conda update --all as a possible solution 2020-09-11 11:02:08 -06:00
Shay Carter
2d41da914c Changes to the Colored Surface Obs notebook:
-simplified the parameters in the data request since we only need temperature and location
2020-09-10 14:53:50 -06:00
Shay Carter
a488797c68 Update plot for colored surface temp notebook 2020-09-09 16:01:54 -06:00
Shay Carter
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

In the for loop:
-create a copy of tair (subtair)
-use this copy to isolate values in the given threshold range
-when setting the data on the stationplot use the 'value' variable instead of using x again in the threshold to find the color value
2020-09-09 15:51:04 -06:00
srcarter3
bd7a893802
Removed the cartopy ShapelyFeature import since it's not used 2020-09-09 14:58:16 -06:00
srcarter3
3bacee9d9c
Rebuild the website
Added a space to the end of the title
2020-09-09 14:04:03 -06:00
srcarter3
e356f47129
Merge pull request #21 from srcarter3/master
Changes made to support automatically build and deployment of documentation website

Add a new directory and yml file for the auto-build/deployment:
.github/workflows/ dir was created
sphinx_build_deploy.yml was created which is triggered when a change is made to the docs/ or examples/ directories. This action builds the html pages using sphinx and then deploys them to our webpage by pushing them into the gh-pages branch

Updated the docs/requirements.txt file to include numpy so sphinx can build all the pages properly

Modified the index.rst page to have some of the environment install instructions in code blocks instead of a bulleted list

Updated notebooks to have the '%matplotlib inline' call after the imports in the code so that the webpage renders properly:
Colored_Surface_Tempertature_Plot.ipynb
METAR_Station_Plot_with_MetPy.ipynb
Regional_Surface_Obs_Plot.ipynb
2020-09-09 14:01:18 -06:00
srcarter3
fc30adadea
changed '%matplotlib notebook' back to '%matplotlib inline' 2020-09-09 13:40:15 -06:00
srcarter3
557dd8f348
removed the 'conda update --all' call from environment setup 2020-09-09 12:46:13 -06:00
srcarter3
0f14592dac
rebuild website 2020-09-09 12:45:16 -06:00
srcarter3
cee1f986f4
rebuild website 2020-09-09 12:42:53 -06:00
srcarter3
2d87c0dceb
removed the 'conda update --all' call, this is not necessary for initial install 2020-09-09 12:40:05 -06:00
srcarter3
95f190e936
add numpy to docs requirements 2020-09-09 12:39:00 -06:00
srcarter3
faf2fc5771
Changing back to automodule 2020-09-09 12:36:39 -06:00
srcarter3
8606c4d50a
change automodule to autoclass for DataAccessLayer 2020-09-09 12:32:53 -06:00
srcarter3
9681a24957
Merge pull request #6 from Unidata/master
Add a brief description to the beginning of the NEXRAD3 notebook so t…
2020-09-09 12:19:15 -06:00
Shay Carter
8918d75fdc Add a brief description to the beginning of the NEXRAD3 notebook so that the autogenerated webpage renders correctly. 2020-09-09 12:18:03 -06:00
srcarter3
27895d29dc
Merge pull request #5 from Unidata/master
Delete Profiler_Wind_Barb_Time-Series.ipynb
2020-09-09 12:06:58 -06:00
srcarter3
9c82744948
Delete Profiler_Wind_Barb_Time-Series.ipynb
This notebook does not run currently because there is no 'profiler' data on our EDEX.
2020-09-09 12:05:02 -06:00
srcarter3
1b39c04856
Moved '%matplotlib inline' for surface obs notebook 2020-09-09 11:41:27 -06:00
srcarter3
57d2189dfe
Merge pull request #4 from Unidata/master
Bring fork up to latest code in master repo
2020-09-09 11:35:12 -06:00
Shay Carter
031f2ce7c5 Add '%matplotlib inline' after imports for the NEXRAD notebook 2020-09-09 11:32:52 -06:00
srcarter3
6973e227e6
move "matplotlib inline" after imports 2020-09-09 11:28:29 -06:00