Commit graph

1262 commits

Author SHA1 Message Date
Dan Paulat
9c181d3e76 Use std::expf instead of std::pow with e 2024-02-25 18:19:21 -06:00
Dan Paulat
6254b0a84e Fix 16-bit floating point conversions 2024-02-25 18:18:50 -06:00
Dan Paulat
b0ebc8eab6 Add VIL/DVL product to level 3 lists 2024-02-25 01:56:48 -06:00
Dan Paulat
24062d0417 Add VIL-specific data level conversions 2024-02-25 01:55:54 -06:00
Dan Paulat
0a1754db84
Merge pull request #146 from dpaulat/feature/storm-tracks
Storm Tracking Information
2024-02-25 01:53:59 -06:00
Dan Paulat
80590296a3 Update storm track display based upon settings 2024-02-25 00:41:03 -06:00
Dan Paulat
5f191a8468 Add storm track settings to level 3 products widget 2024-02-25 00:15:53 -06:00
Dan Paulat
5e0f69018b Add storm tracking information to settings 2024-02-24 23:35:59 -06:00
Dan Paulat
5b9df2b61a Fix loading and updating of NST data, consistent with other level 3 data 2024-02-24 22:50:12 -06:00
Dan Paulat
29e87fc11e Generate hover text for storm tracking information 2024-02-23 23:53:59 -06:00
Dan Paulat
b4b1706587 Expose Storm Tracking Information in interface 2024-02-23 22:49:17 -06:00
Dan Paulat
c7a9aadffa Parse storm tracking graphic alphanumeric block 2024-02-22 23:32:58 -06:00
Dan Paulat
c03947d604 Finish parsing storm tracking tabular block 2024-02-22 22:32:38 -06:00
Dan Paulat
6eb9caf819 Fix stale storm tracking information logic to use selected time 2024-02-21 23:02:24 -06:00
Dan Paulat
925f91995a Finish parsing Storm Position / Forecast page 2024-02-21 23:01:41 -06:00
Dan Paulat
0415223571 Starting to parse alphanumeric data from storm tracking information 2024-02-20 23:27:08 -06:00
Dan Paulat
2cd76d7da4 Time and integer parsing 2024-02-20 23:26:02 -06:00
Dan Paulat
c8d8b24317 Create dedicated Storm Tracking Information message type 2024-02-19 22:33:42 -06:00
Dan Paulat
3eab1405d2 Use a slower retry interval if no products have been recently found, keep refresh enabled if no products were found 2024-02-18 23:37:20 -06:00
Dan Paulat
b493a8d013 Don't display stale storm tracking information 2024-02-18 23:11:24 -06:00
Dan Paulat
09cb64b84f Boost zip iterator type deduction fix for gcc 2024-02-18 00:48:17 -06:00
Dan Paulat
d24918fbd5 Add test mode to use alternate settings directory 2024-02-18 00:07:38 -06:00
Dan Paulat
5633a30e39 Move overlay product layer below map symbology, improve logic for adding missing layers 2024-02-18 00:06:53 -06:00
Dan Paulat
7de1b1d57d Change tick display for past vs. forecast data 2024-02-17 23:35:08 -06:00
Dan Paulat
900267b16f Add Storm Tracking Information display to Overlay Product Layer 2024-02-17 23:24:23 -06:00
Dan Paulat
a0701df13f Add ticks to linked vectors 2024-02-17 08:50:34 -06:00
Dan Paulat
cd1547f573 When starting a new set of linked vectors, the vector list must be cleared 2024-02-17 00:20:05 -06:00
Dan Paulat
061724242b Initialize OverlayProductView from MapWidget 2024-02-17 00:10:41 -06:00
Dan Paulat
fb06ce7505 Include OverlayProductView in MapContext 2024-02-17 00:10:00 -06:00
Dan Paulat
b800efd45a Use the linked vector border when determining whether to display hover text, in the event of a slim line 2024-02-17 00:09:30 -06:00
Dan Paulat
3ca99ca023 Initial implementation for overlay product view, currently only handling NST 2024-02-17 00:08:45 -06:00
Dan Paulat
e41e35bfc4 Remove duplicate selected time function 2024-02-16 22:26:14 -06:00
Dan Paulat
2d6181b12a Remove includes from map context where only class or struct declaration is required 2024-02-16 22:25:38 -06:00
Dan Paulat
58c7b9accb Initial LinkedVectors draw item implementation 2024-02-10 00:11:19 -06:00
Dan Paulat
8ae973c4cb Utility function to get geographic coordinate from i and j 2024-02-10 00:08:13 -06:00
Dan Paulat
5d828b0819 Expose i and j from LinkedVectorPacket 2024-02-10 00:07:34 -06:00
Dan Paulat
17368b2404 Overhaul GeoLines to be more in line with GeoIcons and PlacefileLines 2024-02-07 05:35:48 -06:00
Dan Paulat
9499323133 Refactor GeoLine to GeoLines, in order to support multiple segments per draw item 2024-02-04 21:17:56 -06:00
Dan Paulat
b8398b4ad0 Add overlay product layer, to hold the following overlay products:
- Storm Structure (NSS/62)
- Hail Index (NHI/59)
- Mesocyclone (NME/60, NMD/141)
- Tornadic Vortex Signature (NTV/61)
- Storm Tracking Information (NST/58)
2024-02-04 21:09:34 -06:00
Dan Paulat
a5d97933dc Add special symbol getter method to TextAndSpecialSymbolPacket 2024-02-03 23:58:26 -06:00
Dan Paulat
43911c1179 Parse SCIT display data as packet list 2024-02-03 23:43:08 -06:00
Dan Paulat
d92c1e50f2 Refactor ScitForecastDataPacket to ScitDataPacket 2024-02-03 08:53:23 -06:00
Dan Paulat
3b110516ed Bump version to v0.3.2 2024-02-03 00:27:42 -06:00
Dan Paulat
77811fa5f8
Merge pull request #141 from dpaulat/renovate/libcurl-8.x
Update dependency libcurl to v8.6.0
2024-02-02 20:35:42 -06:00
renovate[bot]
ec3cbba579
Update dependency libcurl to v8.6.0 2024-02-03 01:31:32 +00:00
Dan Paulat
5a2b67b7d0
Merge pull request #140 from dpaulat/renovate/openssl-3.x
Update dependency openssl to v3.2.1
2024-02-02 19:30:58 -06:00
renovate[bot]
a1293b03d2
Update dependency openssl to v3.2.1 2024-02-01 06:20:58 +00:00
Dan Paulat
b3ca4fd37b
Merge pull request #139 from dpaulat/renovate/sqlite3-3.x
Update dependency sqlite3 to v3.45.1
2024-01-31 23:22:46 -06:00
renovate[bot]
d27c7975f1
Update dependency sqlite3 to v3.45.1 2024-01-31 16:58:57 +00:00
Dan Paulat
7694b0bf59 Add radar site hover text enabled to settings
Resolves #133
2024-01-28 21:24:30 -06:00