Commit graph

304 commits

Author SHA1 Message Date
AdenKoperczak
79e39021a6 switch to using __cpp_lib_chrono to determine if chrono or date/date.h should be used 2024-09-22 12:02:38 -04:00
AdenKoperczak
c5d004aa48 fixed __clange__ spelling mistake 2024-09-21 12:44:24 -04:00
AdenKoperczak
02bf673105 remove commented out unused variables 2024-09-20 13:27:27 -04:00
AdenKoperczak
d9f9e89b19 do not include date/date.h for clang 2024-09-19 14:38:53 -04:00
AdenKoperczak
797f26e461 moved warning avoidance over to c files 2024-09-19 14:37:35 -04:00
AdenKoperczak
5c3bcaa0ce fix time.cpp using incorrect date time library 2024-09-19 13:14:41 -04:00
AdenKoperczak
f5a5d3172f comment out some unused variables/constants 2024-09-19 11:55:42 -04:00
AdenKoperczak
c92b881d4a remove std::move for temps (This needs checking) 2024-09-19 11:55:42 -04:00
AdenKoperczak
838032c8d6 updated files to use chronos for time with clang 2024-09-19 11:55:42 -04:00
Dan Paulat
803dfdd455 Adding event begin and event end functions for segments 2024-08-03 23:25:38 -05:00
Dan Paulat
cef16b2d5c Escape '\r' in placefiles 2024-07-26 00:56:18 -05:00
Dan Paulat
a8cbfcebae Waterspout possible should set the tornado possible flag 2024-07-26 00:56:08 -05:00
Dan Paulat
aa0bcd432e Fixes for gcc13 2024-07-04 12:52:09 -05:00
Dan Paulat
9437b0bfce Look for specific impact based warning tags in text products 2024-06-29 19:31:39 -05:00
Dan Paulat
570fedca33 Fallback gracefully when zoned time processing fails 2024-06-25 23:04:50 -05:00
Dan Paulat
32cd672a40 Add file logging to local application data directory 2024-06-01 00:01:35 -05:00
Dan Paulat
a76da1caac Update dependency aws-sdk-cpp to v1.11.331 2024-05-19 21:53:23 -05:00
Dan Paulat
5fc05ebce6 Use anonymous AWS credentials 2024-05-07 23:52:25 -05:00
Dan Paulat
d9bcb7f086 Date/time formatting fixes 2024-05-02 23:41:17 -05:00
Dan Paulat
dccbf0d12f Scale internal units for echo tops and accumulation for GR compatibility 2024-04-25 23:59:30 -05:00
Dan Paulat
5fb9dc6a5f Display clock format defined in settings on map 2024-03-29 01:06:28 -05:00
Dan Paulat
a7cb459e20 Refactor clock format to wxdata 2024-03-29 00:32:09 -05:00
Dan Paulat
3ab05a1654 Verify downloaded file against content-md5 response header 2024-03-26 00:13:35 -05:00
Dan Paulat
94726631cb Add bytes to string function 2024-03-21 22:21:03 -05:00
Dan Paulat
0952c0f90c Support for Echo Tops
Closes #154
2024-03-11 23:20:45 -05:00
Dan Paulat
cca71410f5 Don't create Digital Radar Data Moment Blocks for empty moment data
Fixes #150
2024-02-26 00:06:44 -06:00
Dan Paulat
524de364f2 Add precipitation accumulation products
Closes #149

(cherry picked from commit 14afeb33db929e51fa094845bc0b79e266c0f80e)
2024-02-25 22:54:53 -06:00
Dan Paulat
5de89be016 gcc doesn't declare expf in std 2024-02-25 19:12:04 -06:00
Dan Paulat
f064b74111 Add NVL product to VIL list 2024-02-25 18:30:05 -06:00
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
5b9df2b61a Fix loading and updating of NST data, consistent with other level 3 data 2024-02-24 22:50:12 -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
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
5d828b0819 Expose i and j from LinkedVectorPacket 2024-02-10 00:07: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
0f215a9469 Reintroduce invalid time warning, filter NWS_NEXRAD_* filenames instead 2024-01-27 23:18:15 -06:00
Dan Paulat
a0f43b5f3f Handle negative data moment ranges for level 2 data 2024-01-27 16:39:49 -06:00
Dan Paulat
636f444c40 Support ARCHIVE2 2024-01-27 01:18:25 -06:00
Dan Paulat
243a7c870c Update Archive II processing to better handle older data sets 2024-01-27 01:17:34 -06:00
Dan Paulat
fdd09011f4 If the input stream fails during level 2 parsing, avoid an infinite loop 2024-01-24 22:32:15 -06:00