├── LICENSE.md ├── README.md ├── imgs ├── README.md ├── bf_marker_proj_easy_linear_1.png ├── bf_marker_proj_easy_robinson_1.png ├── polargol_a.png ├── polargol_b.png ├── screenshot-geogradient-wind-calculator.png ├── screenshot-thermocalc.png ├── test_fillarea.png └── test_fillarea_list.png ├── visualization └── vcs │ ├── bf_marker_proj_easy.py │ ├── polargol.py │ └── test_fillarea.py └── widgets ├── ThermoCalc_Tk.pyw └── geo_gradient_calculator_Tk.pyw /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/README.md -------------------------------------------------------------------------------- /imgs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/README.md -------------------------------------------------------------------------------- /imgs/bf_marker_proj_easy_linear_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/bf_marker_proj_easy_linear_1.png -------------------------------------------------------------------------------- /imgs/bf_marker_proj_easy_robinson_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/bf_marker_proj_easy_robinson_1.png -------------------------------------------------------------------------------- /imgs/polargol_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/polargol_a.png -------------------------------------------------------------------------------- /imgs/polargol_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/polargol_b.png -------------------------------------------------------------------------------- /imgs/screenshot-geogradient-wind-calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/screenshot-geogradient-wind-calculator.png -------------------------------------------------------------------------------- /imgs/screenshot-thermocalc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/screenshot-thermocalc.png -------------------------------------------------------------------------------- /imgs/test_fillarea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/test_fillarea.png -------------------------------------------------------------------------------- /imgs/test_fillarea_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/imgs/test_fillarea_list.png -------------------------------------------------------------------------------- /visualization/vcs/bf_marker_proj_easy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/visualization/vcs/bf_marker_proj_easy.py -------------------------------------------------------------------------------- /visualization/vcs/polargol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/visualization/vcs/polargol.py -------------------------------------------------------------------------------- /visualization/vcs/test_fillarea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/visualization/vcs/test_fillarea.py -------------------------------------------------------------------------------- /widgets/ThermoCalc_Tk.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/widgets/ThermoCalc_Tk.pyw -------------------------------------------------------------------------------- /widgets/geo_gradient_calculator_Tk.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyAOS/pyaos-examples/HEAD/widgets/geo_gradient_calculator_Tk.pyw --------------------------------------------------------------------------------