Commit graph

256 commits

Author SHA1 Message Date
Dan Paulat
b18491b2a0 Enable debug artifacts for Windows release builds 2023-05-30 20:48:46 -05:00
Dan Paulat
6d165068e9 Add a grace period for expiring events in the past 2023-05-29 01:20:31 -05:00
Dan Paulat
bc21d7bf02 Segment event begin GCC warning fixes 2023-05-29 00:53:12 -05:00
Dan Paulat
45b0df3e0b Fix text product start time when first P-VTEC uses 000000T0000Z 2023-05-29 00:47:47 -05:00
Dan Paulat
58a2d8982a Adjust date pruning threshold 2023-05-28 20:18:06 -05:00
Dan Paulat
0ddd9d91ea Timeline step back 2023-05-26 16:15:42 -05:00
Dan Paulat
ca88d60a5d Update recent object dates when date is already cached 2023-05-26 01:14:42 -05:00
Dan Paulat
da835d7226 Optimization of object listing by date 2023-05-24 22:56:17 -05:00
Dan Paulat
b162fda895 Don't crash if a bad date is provided to data provider formatter 2023-05-24 00:11:47 -05:00
Dan Paulat
fc3b1f2d2e Updating map utility to accept a generic container 2023-05-22 22:44:52 -05:00
Dan Paulat
a9f5a766cc Add NEXRAD data provider function to get time points by date 2023-05-16 22:42:09 -05:00
Dan Paulat
92f2c76a70 Fix refresh at the start of a new UTC date 2023-04-21 09:44:35 -05:00
Dan Paulat
57e9069f0a Support GCC 11 2023-04-20 00:27:32 -05:00
Dan Paulat
023688b746 General GCC compilation fixes 2023-04-17 18:37:23 -05:00
Dan Paulat
c7aba95233 Type punning fixes 2023-04-17 18:36:06 -05:00
Dan Paulat
78d00fc67b streambuf API conformance 2023-04-17 18:34:58 -05:00
Dan Paulat
cdd4ced28e Warning pragmas 2023-04-17 18:34:04 -05:00
Dan Paulat
d8b669262c Missing includes 2023-04-17 18:31:23 -05:00
Dan Paulat
31db9a4315 GCC doesn't implement <format> yet, use fmt 2023-04-17 18:24:50 -05:00
Dan Paulat
593010acc2 Use HH date library when not using MSVC 2023-04-17 18:16:36 -05:00
Dan Paulat
e78dc9b3db Add date-tz to wxdata when not using MSVC 2023-04-16 17:36:16 -05:00
Dan Paulat
509fc76653 Guard pragma warning statements with ifdef msvc 2023-04-16 01:02:56 -05:00
Dan Paulat
5fbb748328 Use weak_ptr to hold product manager records
- When selecting a product that's expired, it successfully refreshes the data, but doesn't display unless selected again
- When old data is downloaded, the refresh timer starts at 15 seconds, even if the newest data says the timer should be longer
- Selecting a product should update the recent lists
2023-04-08 01:11:36 -05:00
Dan Paulat
704b9e03b9 Support TIME...MOT...LOC with motion between 0-255 knots
NWSI 10-1701 specified 0-99 knots is valid, but sometimes text products are published with a larger value
2023-02-28 22:01:42 -06:00
Dan Paulat
34de01e0de Use aws-sdk-cpp submodule instead of from conan 2023-01-23 01:14:07 -06:00
Dan Paulat
911226c166 Updating most dependencies to latest, holding back libcurl for compatibility with cpr 2023-01-16 22:19:22 -06:00
Dan Paulat
1d597eb120 Enable loading color palettes from embedded Qt resources 2023-01-02 00:23:46 -06:00
Dan Paulat
779d03c576 Default color palette definitions 2022-12-29 00:19:39 -06:00
Dan Paulat
d7f0135de4 NexradDataProvider @param typo 2022-12-17 00:38:49 -06:00
Dan Paulat
ec355dd794 Initialize member variables in AWS NEXRAD Data Provider 2022-11-06 23:39:39 -06:00
Dan Paulat
a2616b0ee0 Warnings provider to access warnings text products 2022-11-06 23:37:41 -06:00
Dan Paulat
d5d9285736 Directory listing 2022-11-02 21:59:16 -05:00
Dan Paulat
243e874b55 Handle TIME...MOT...LOC continuation lines that are not indented 2022-10-20 21:28:05 -05:00
Dan Paulat
465507d6b5 Handle raw message content when istream is EOF 2022-10-16 23:30:39 -05:00
Dan Paulat
612874f830 Updating test product messages to expose additional details 2022-10-16 12:49:29 -05:00
Dan Paulat
5784abc117 Centroid calculation for alert distance 2022-10-15 09:43:47 -05:00
Dan Paulat
fdd981899f Add additional alert display columns
- State, counties, start and end time
2022-10-14 23:41:25 -05:00
Dan Paulat
8fe7d5da6e Integrate UGC class into Text Product Message, support multi-line UGC 2022-10-14 23:33:58 -05:00
Dan Paulat
d3b3ac6be6 Adding UGC class for structured UGC 2022-10-14 23:31:35 -05:00
Dan Paulat
3ae001c3b9 Exposing additional data from text products and messages 2022-10-12 00:12:53 -05:00
Dan Paulat
3a4819aeff Calculate distance to each radar site from current location 2022-10-07 23:48:39 -05:00
Dan Paulat
6e7a13494a Updating radar site display fields to be more human-friendly
- Latitude/longitude in degrees N/S/E/W
- Radar types with hyphens
- Sort by raw decimal values
2022-10-07 22:29:30 -05:00
Dan Paulat
b6e7c829ee Rolling CMake required to 3.20
- CMake 3.15 required to remove /W3 by default
- CMake 3.20 required for preset support
2022-10-06 10:29:35 -05:00
Dan Paulat
32e8ca72a0 Hash utility 2022-10-02 23:12:41 -05:00
Dan Paulat
7a07e0f698 Untested geo line implementation without texture 2022-09-24 16:12:30 -05:00
Dan Paulat
690f60f3e3 Sometimes level 3 records aren't found by time, ensure a best-effort is always selected 2022-09-13 21:21:05 -05:00
Dan Paulat
14545fd83a Fix Level 3 Products Widget product selection status 2022-09-11 08:29:31 -05:00
Dan Paulat
52bd14e6d5 Coordinate documentation 2022-09-10 23:40:27 -05:00
Dan Paulat
17ebfd609d Disable HTTP request for region 2022-09-06 23:22:58 -05:00
Dan Paulat
c2e56b8e32 Add available products to Radar Product Manager 2022-09-06 08:05:51 -05:00