Commit graph

556 commits

Author SHA1 Message Date
2918a34621 Use svg.render_document() instead 2025-03-27 16:46:45 -04:00
8d7a0cbfba Fix RAOB surface pressure calculation 2025-03-27 13:32:12 -04:00
3ca0394c3f Use colorsys to invert luma 2025-03-27 11:57:58 -04:00
9e2cba66fa Invert colors with a script 2025-03-27 00:08:45 -04:00
3d21477330 Ensure soundings from RAOB files have location 2025-03-26 23:14:06 -04:00
27dff00c9d Don't forget hour 2025-03-26 22:15:42 -04:00
56986c1369 Remove unnecessary import 2025-03-26 22:15:36 -04:00
2fdcf821a5 More or less the same 2025-03-26 18:06:08 -04:00
b2ac1be8b3 Use replaying surface for hatched areas 2025-03-26 15:29:07 -04:00
8ebd1143be Implement hatched fill areas 2025-03-26 15:25:28 -04:00
eebb897f89 Use original map file 2025-03-26 14:40:51 -04:00
c65f47c293 Set executable bit 2025-03-26 14:22:48 -04:00
ed638a3dfd Initial implementation of xmet-spc-render-file 2025-03-26 13:02:01 -04:00
2c8d95d2af Add dark CONUS map, logo 2025-03-26 12:07:03 -04:00
5410c1f9ff Add cr.save(), cr.restore() calls 2025-03-26 11:33:33 -04:00
e403694e5e Implement draw_probabilities() 2025-03-25 16:41:06 -04:00
8755d4d899 Implement SPCOutlookMap class 2025-03-25 14:41:20 -04:00
5484fb3bb8 Add draw_base_map_from_file() 2025-03-25 14:41:05 -04:00
10fe96a642 Add XANTRONIX Scientific logo 2025-03-25 14:40:50 -04:00
efcf426b77 Fix screen_to_map() (I think) 2025-03-25 12:37:15 -04:00
3ca6078cd1 Implement support for drawing any SVG file to map 2025-03-24 22:34:55 -04:00
130cffaa26 Initial implementation of map.py 2025-03-24 21:31:37 -04:00
db6c045264 Add doc/conus.svg 2025-03-24 19:23:12 -04:00
7ead7b70cf Update requirements.txt 2025-03-24 19:23:06 -04:00
4e75ebc714 Roll back implementation 2025-03-24 18:45:04 -04:00
dd9848e8a3 Give up and use @akrherz's SPC polygon parser 2025-03-24 18:43:51 -04:00
01ff03e7b4 Split each_point_sequence() from each_poly() 2025-03-22 14:48:47 -04:00
8cdf97164c Fix PointSequence.__init__() when passed no points 2025-03-22 14:47:20 -04:00
559c1caa7b Rename line_heading() to heading() 2025-03-22 14:39:58 -04:00
3e519568db Implement PointSequence class
Implement PointSequence class to encapsulate functionality for handling
closed and open point sequences
2025-03-22 14:32:55 -04:00
b980943b10 Make parse_coord() return shapely.Point 2025-03-22 14:17:30 -04:00
afad8898c7 Implement line_heading() 2025-03-21 16:29:23 -04:00
e1adfd0059 Fix handling of end of file 2025-03-21 16:29:14 -04:00
c6670fefc6 Return wind shear in m/s, degrees 2025-03-20 00:17:55 -04:00
9f0d889972 Initial implementation of geo.py 2025-03-20 00:17:04 -04:00
1d6e2e88c0 Add CONUS maritime boundaries 2025-03-20 00:16:39 -04:00
57ce901c01 Better readability 2025-03-19 11:38:45 -04:00
1ada48e544 Simplify wind shear 2025-03-19 11:35:41 -04:00
b5b5d4efba Declare LAPSE_RATE_MAGIC_FACTOR 2025-03-19 11:35:06 -04:00
d9761de7b4 Implement wind_uv(), wind_speed_dir() 2025-03-18 18:26:47 -04:00
0af216cfc4 Initial implementation of bulk shear 2025-03-18 15:47:29 -04:00
eed1cdf560 Reformat mixing_ratio_temp() 2025-03-18 15:47:29 -04:00
8e474da691 Initial implementation of shear calculation 2025-03-18 15:47:25 -04:00
9d9cfab9e2 Add wind_u(), wind_v() vector component functions 2025-03-17 22:15:34 -04:00
a231954de1 Move units conversion to units.py 2025-03-17 22:15:18 -04:00
1b7952b94e Remove unused variable 2025-03-17 22:14:59 -04:00
8e359850f7 Use units.py in hodograph.py 2025-03-17 22:14:46 -04:00
35c8ee27b1 Initial commit of units.py 2025-03-17 22:09:01 -04:00
060d48e0cc Fix longitude adjustment 2025-03-16 16:48:17 -04:00
4a7cac0c0b Slight bounds tweak for SPC outlook date parsing 2025-03-16 12:53:06 -04:00