Dan Paulat
664a8dcaee
Display invalid elevation number for Message Type 31
2024-01-22 09:44:31 -06:00
Dan Paulat
68cca50ddf
Add Level 2 Message Type 1, Digital Radar Data
2024-01-22 09:44:31 -06:00
Dan Paulat
bfd7963d4c
Rename DigitalRadarData to DigitalRadarDataGeneric to align with message type 31 name
2024-01-22 09:44:31 -06:00
Dan Paulat
3d93048e61
Change the AWS connection timeout from 1 second to 10 seconds
2024-01-21 22:29:07 -06:00
Dan Paulat
e4aa0c7b75
Fix hydrometeor classification product selection
2024-01-11 22:35:16 -06:00
Dan Paulat
0c8d6eae1f
Update hydrometeor classification threshold
2024-01-10 00:59:34 -06:00
Dan Paulat
587dbb7f1f
Add hydrometeor classification level 3 product
2024-01-10 00:30:26 -06:00
Dan Paulat
f9d621d940
Fixes for address sanitizer on Windows
2024-01-07 20:50:25 -06:00
Dan Paulat
0c8d1aeb80
Fix case where level 3 data value could be uninitialized
2024-01-06 09:47:35 -06:00
Dan Paulat
e96808d14d
Level 2 data level function implementations
2024-01-05 23:42:04 -06:00
Dan Paulat
36f8f73b0f
Use common data level functions when generating color table lut
2024-01-05 14:48:41 -06:00
Dan Paulat
8921c08f4f
Return coded or uncoded data values based on product type
...
- TODO: Still need to update level 3 product view color table lut
2024-01-05 00:49:05 -06:00
Dan Paulat
a652ac460b
Avoid overflow when getting data level code or value
2024-01-04 22:59:03 -06:00
Dan Paulat
66b7bd36fe
Expose units, scale and offset of color table
2024-01-04 22:37:55 -06:00
Dan Paulat
0e031e3b69
Rename rpg_types to wsr88d_types, common between level 2 and level 3
2024-01-04 20:07:30 -06:00
Dan Paulat
3a607cc1fe
Data level code to string
2024-01-04 13:06:16 -06:00
Dan Paulat
2f06076bb5
Add data level codes, refactor data value determination to product description block
2024-01-04 01:17:14 -06:00
Dan Paulat
2757c51828
Migrate Warnings Provider from std::regex to RE2
2023-12-10 21:59:32 -06:00
Dan Paulat
f612abb846
Migrate Text Product Message from std::regex to RE2
2023-12-10 21:55:38 -06:00
Dan Paulat
4f309ecb39
Migrate UGC from std::regex to RE2
2023-12-10 21:55:24 -06:00
Dan Paulat
d5222eac63
Add sequence number, volume scan and elevation to product description hover
2023-11-19 21:45:43 -06:00
Dan Paulat
a98d978cc6
Update dependency libxml2 to v2.11.5
2023-11-17 20:51:50 -06:00
Dan Paulat
b06b80cbaa
Fix redefinition errors with latest MSVC compiler
2023-11-17 05:50:58 -06:00
Dan Paulat
c331f4a1e4
Ignore deprecated stdext:: usage in AWS SDK
2023-11-16 22:22:26 -06:00
Dan Paulat
b381ed3a33
Merge branch 'develop' into feature/placefiles
2023-09-20 23:55:00 -05:00
Dan Paulat
aa0dab00a6
Add support for Composite Reflectivity (NCR)
2023-09-20 23:51:51 -05:00
Dan Paulat
2f41993d7b
Support placefile icon modulate with "scwx-ModulateIcon:" statement
2023-09-09 16:00:19 -05:00
Dan Paulat
bce274f5ac
Placefile line flags are not always specified
2023-09-03 11:09:30 -05:00
Dan Paulat
96421bba40
Placefile TimeRange statement
2023-09-01 08:59:42 -05:00
Dan Paulat
ca6f55d712
Placefile image statement
2023-09-01 08:49:03 -05:00
Dan Paulat
80c307c5fc
Enable placefile auto-refresh (no more frequent than every 15 seconds)
2023-08-23 21:39:17 -05:00
Dan Paulat
35b90fa98d
Replace boost/units in favor of units library
2023-08-18 19:03:46 -05:00
Dan Paulat
cdef5a9938
Placefile polygon rendering
2023-08-11 00:45:42 -05:00
Dan Paulat
d9a53ea8d7
Add placefile parsing for Triangles and Polygon
2023-08-07 23:52:29 -05:00
Dan Paulat
1929ee9eef
Add placefile parsing for Line
2023-08-06 23:52:26 -05:00
Dan Paulat
0f9fbdbf63
Load placefile icons into texture atlas cache
2023-07-30 00:40:05 -05:00
Dan Paulat
1f2d5227c4
Add placefile parsing for Icon and IconFile, stub for TimeRange
2023-07-28 23:05:10 -05:00
Dan Paulat
e3449e382d
Don't use a hard-coded user-agent for placefiles, add DPI parameter
2023-07-28 22:33:39 -05:00
Dan Paulat
7c21ccaf41
Make placefile settings view editable
2023-07-25 23:15:12 -05:00
Dan Paulat
18c05b3a63
Additional placefile view/add enhancements
2023-07-23 23:24:45 -05:00
Dan Paulat
ae1bca3602
Parse title from placefile
2023-07-22 13:18:51 -05:00
Dan Paulat
4ee7731023
Create accessor functions for placefile fonts
2023-07-22 01:29:25 -05:00
Dan Paulat
783e8f3490
Add placefile font
2023-07-22 00:24:17 -05:00
Dan Paulat
48d71cc14d
Placefile text statement support
...
- Merged place and text
- Todo: Custom fonts not yet supported
- Todo: End statements sometimes appear after "Text" or other items
- Todo: Support "Title" statement
2023-07-21 00:26:42 -05:00
Dan Paulat
9f5de14f6b
Render placefile Place statement
2023-07-20 23:40:32 -05:00
Dan Paulat
fed94e0b7f
Update placefile parsing to use custom tokenizer instead of regex
2023-07-17 21:59:30 -05:00
Dan Paulat
c99e24f2c1
Ignore comment character if it appears in quotes
2023-07-17 21:57:04 -05:00
Dan Paulat
6767c0c50a
Create custom string tokenizer for use in placefile parsing
...
- Avoids the use of regular expressions, and is expected to be more efficient with large placefiles
2023-07-16 23:59:28 -05:00
Dan Paulat
88475f5b0e
Initial placefile parsing
2023-07-16 01:41:29 -05:00
Dan Paulat
9c27b2cd29
Add map provider layer test
2023-07-14 00:21:12 -05:00