Commit graph

29 commits

Author SHA1 Message Date
XANTRONIX Industrial
c12d250d3e Abandon Coord class in favor of shapely.Point 2025-02-19 23:16:35 -05:00
XANTRONIX Industrial
71d0d49ca7 Change nomenclature from 'storm report' to 'storm event' 2025-02-17 11:05:21 -05:00
XANTRONIX Industrial
38911cb694 Rename column/value read/write attributes to be consistent 2025-02-17 10:58:24 -05:00
XANTRONIX Industrial
cef61dcc97 Use datetime.__str__(), not isoformat()
Use datetime.__str__(), not isoformat() to conform to the native
timestamp format of SQLite3
2025-02-15 17:10:00 -05:00
XANTRONIX Industrial
2c988fd0de Fix parsing of 2-character timestamps
Fix parsing of 2-character timestamps to be minute timestamps at
midnight local time
2025-02-15 11:21:18 -05:00
XANTRONIX Industrial
070f04b469 Obviate need for __from_row__() 2025-02-14 16:20:27 -05:00
XANTRONIX Industrial
8a0cbfcd6b Rename _insert__ attributes to _write__ 2025-02-14 15:31:50 -05:00
XANTRONIX Industrial
1688218c95 Drastic improvement in database layer 2025-02-14 14:52:50 -05:00
XANTRONIX Industrial
e577cb2759 Prepare for a big db.py refactor 2025-02-14 13:34:31 -05:00
XANTRONIX Industrial
124bab8b17 Fix storm report insertion 2025-02-14 11:50:43 -05:00
XANTRONIX Industrial
8ed64e831e Remove print() debugging 2025-02-14 10:42:48 -05:00
XANTRONIX Industrial
9916fc8d9e Sort out adding storm reports to database 2025-02-13 17:45:07 -05:00
XANTRONIX Industrial
55e179658b Allow None value for storm coordinates 2025-02-13 17:44:32 -05:00
XANTRONIX Industrial
05ebe724b3 Implement usage of nexrad_storm_report table 2025-02-13 15:25:35 -05:00
XANTRONIX Industrial
ccade2a91d Catch ValueError on invalid integers in storm report details 2025-02-12 11:42:48 -05:00
XANTRONIX Industrial
a088e31688 Make 'lon, lat' argument order internally consistent 2025-02-11 16:45:32 -05:00
XANTRONIX Industrial
d2aa0b3759 Cleanup 2025-02-11 16:07:27 -05:00
XANTRONIX Industrial
bf85f42f94 Implement proper timezone handling 2025-02-11 16:07:00 -05:00
XANTRONIX Industrial
408f462a98 Make NEXRAD radar range a magic number 2025-02-11 16:06:21 -05:00
XANTRONIX Industrial
0726782ee8 Refactor radar distance search to match whole storm path 2025-02-11 12:10:17 -05:00
XANTRONIX Industrial
12ead19918 s/station/radar/g 2025-02-11 12:10:02 -05:00
XANTRONIX Industrial
420456f028 Extend range from radar site to 460km 2025-02-11 11:30:05 -05:00
XANTRONIX Industrial
a93e91c1ee Declare, use COORD_SYSTEM as 4326 2025-02-11 11:29:16 -05:00
XANTRONIX Development
68f83b72d2 No longer need that 2025-02-10 21:34:11 -05:00
XANTRONIX Development
c1c5d9e618 Aw diddly dang dong crap 2025-02-10 21:29:21 -05:00
XANTRONIX Development
ffc75dd2b3 Syntax? ERROR 2025-02-10 21:27:37 -05:00
XANTRONIX Development
f71f2d4711 Use WGS-84 spheroid type business 2025-02-10 21:23:15 -05:00
XANTRONIX Development
be15032ce9 Argument order? REVERSED??? It's more likely than you think 2025-02-10 21:23:03 -05:00
XANTRONIX Development
1600357d51 Initial commit 2025-02-10 20:05:00 -05:00