Skip to content

Commit 2eda795

Browse files
risehrMarilythReimarBauerJatin2020-24joernu76
authored
Completed the waypoints tutorial and resolved the screen recording problems of being played too fast (#1067)
* Allow specification of file for linear defaultstyle (#1028) * Allow specification of file for default * Simplify if condition * Increase coverage (#1020) * Add wms_control tests * Add more mscolab tests * Add mpl_qtwidget coverage * Add mss_pyui coverage * Add transparency, noframe and xml checks * Add more wms tests * Test import with plugins * Add linearview tests * Add more multilayering tests * Revert to old testing.yml * Leave no dangling windows * Remove todo, move ConnectionError to bottom Co-authored-by: ReimarBauer <[email protected]> * Migrate existing thermodynamic functions to metpy functions (#1009) * removed functions from thermolib.py functions to be replaced by metpy were removed * fixed: flake8 * fixed: flake8 * migrated to metpy functions Co-Authored-By: J. Ungermann <[email protected]> * Fixed: flake8 * Fixed: flake8 * Fixed tests * Fixed: flake8 * Fixed: failing tests * Ficed: tests * Units discarded upon returning results Co-Authored-By: J. Ungermann <[email protected]> * `omega_to_w` migrated to metpy Co-authored-by: ReimarBauer <[email protected]> Co-authored-by: J. Ungermann <[email protected]> * updated documentation (#1008) * updated documentation * improved install/update procedure Co-authored-by: Reimar Bauer <[email protected]> * Fixed: #999 (#1010) * .format replaced with f" string * updated copyright year * fixes #1014 (#1015) * Remove Qt imports (#1019) * Fixes #1014 changing http to https (#1017) Co-authored-by: ReimarBauer <[email protected]> * Linear view mscolab bug (#1021) * fixed tableview not opening bug; added test * added raising of mscolab window after closing view * preparation of v4.0.1 (#1023) * preparation of v4.0.1 * updated install instruction Co-authored-by: J. Ungermann <[email protected]> * Fix pyproj 3.1.0 error (#1033) * Made a screen recorder and automated tutorial for demonstrating use of waypoints * Renamed tut pictures to just pictures and moved the tutorials.txt to requirements.d * Minor bug fixes. (#1054) * Return proper unit for eq. potential temperature (degC->K) * Do not assume units of pressure levels for several old plotting styles. * Fix values of geopotential altitude in demodata * issue #719 solved (#729) * issue #719 solved * updated development.rst * updated development.rst Co-authored-by: ReimarBauer <[email protected]> * Select newest init-time and carry over multilayering (#1047) Co-authored-by: J. Ungermann <[email protected]> * Fix some issues with elevation caching and model level dimensions. (#1061) Fix #1066 * Added missing filename key. (#1062) See #1066 * Waypoints tutorial completed * Just changed the sleep timings of the code to make it more efficient : tutorial_waypoints.py * Added the updated tutorials.txt in requirements.d Co-authored-by: May <[email protected]> Co-authored-by: ReimarBauer <[email protected]> Co-authored-by: Jatin Jain <[email protected]> Co-authored-by: J. Ungermann <[email protected]> Co-authored-by: open-mss-build <[email protected]> Co-authored-by: Aryan Gupta <[email protected]> Co-authored-by: Aravind Murali <[email protected]> Co-authored-by: J. Ungermann <[email protected]> Co-authored-by: Archishman Sengupta <[email protected]>
1 parent fca444a commit 2eda795

17 files changed

Lines changed: 408 additions & 0 deletions

requirements.d/tutorials.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file may be used to create an environment using:
2+
# $ conda create --name <env> --file <this file>
3+
# platform: win-64
4+
opencv=4.5.2=py39hcbf5309_0
5+
pyautogui=0.9.48=py39hde42818_1
6+
python-mss=6.1.0=pyhd3deb0d_0
726 Bytes
Loading

tutorials/pictures/europe(cyl).PNG

835 Bytes
Loading

tutorials/pictures/home.PNG

595 Bytes
Loading
616 Bytes
Loading
941 Bytes
Loading

tutorials/pictures/next.PNG

418 Bytes
Loading

tutorials/pictures/options.PNG

443 Bytes
Loading

tutorials/pictures/pan.PNG

545 Bytes
Loading

tutorials/pictures/previous.PNG

451 Bytes
Loading

0 commit comments

Comments
 (0)