Commit graph

9 commits

Author SHA1 Message Date
ucar-tmeyer
13debf2cd0 Updating all notebooks to point to edex-cloud EDEX instead of edex-beta 2025-02-13 13:04:21 -07:00
ucar-tmeyer
24aead0374 Latest updates to python-awips v23 notebooks 2025-02-12 08:45:54 -07:00
ucar-tmeyer
b90d7ed5e2 Updates to notebooks for python 3.12
- Fixed datetime deprecation issue with datetime.utcnow() to datetime.now(UTC)
- Fixed deprecations related to numpy 2.0
- Fixed deprecations related to shapely 2.0
- Updated text products that had been consolidated/added

Reference: https://github.com/Unidata/awips-unidata-builds/issues/167
2025-01-23 14:31:31 -07:00
Shay Carter
d7e1c16219 Update all v20 notebooks to point at regular edex in prep for the release 2023-12-12 10:47:02 -07: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
5d0f8513bb Slight typo on the GOES CIRA notebook
- at some point I had accidentally changed the pixel height to 4000, should be 3000
2021-06-22 12:08:34 -06:00
Shay Carter
f3013ab40a Add description for write_img function 2021-05-28 01:16:33 -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
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