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
Dan Paulat
ea1569cb76
Don't attempt to load an object that hasn't been listed yet by the provider
...
- Fixes issue when switching to a new product, product does not display the first time
2023-06-18 22:34:29 -05:00
Dan Paulat
68a6d5f97f
Ignoring additional warnings required for MSVC 14.36
2023-06-16 23:34:43 -05:00
Dan Paulat
774d08a63e
Fix level 2 empty radial data crash
2023-06-13 19:02:18 -05:00
Dan Paulat
745eba34f2
Color table statements should be case insensitive
...
Fixes #57
2023-06-07 22:04:40 -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
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
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
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
509fc76653
Guard pragma warning statements with ifdef msvc
2023-04-16 01:02:56 -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
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
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