XANTRONIX Industrial
|
2a0eef88fb
|
use typing.Self
|
2025-02-19 20:50:17 -05:00 |
|
XANTRONIX Industrial
|
a2a6f0dde1
|
Split VTEC string parsing from AFOS message parsing
|
2025-02-19 20:45:42 -05:00 |
|
XANTRONIX Industrial
|
26a464e5e0
|
Implement parsing motion, time, azimuth tag
|
2025-02-19 16:55:37 -05:00 |
|
XANTRONIX Industrial
|
928fe6c71e
|
Fix coordinates with more than 4 digits
|
2025-02-19 16:24:17 -05:00 |
|
XANTRONIX Industrial
|
a96c982991
|
Implement VTEC event polygon parsing
|
2025-02-19 15:51:47 -05:00 |
|
XANTRONIX Industrial
|
a43dc50c03
|
Toss out IEM Shapefile parsing in favor of new VTEC parser
|
2025-02-19 15:28:16 -05:00 |
|
XANTRONIX Industrial
|
e7dc68d931
|
Improve formatting, Shapefile timestamp parsing
|
2025-02-18 18:07:09 -05:00 |
|
XANTRONIX Industrial
|
c9889388a3
|
Fix marshaling of shapefile geometry to GeoJSON
|
2025-02-17 23:01:33 -05:00 |
|
XANTRONIX Industrial
|
cc3e058d2e
|
Initial (faulty) commit of VTEC polygon implementation
|
2025-02-17 22:23:03 -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
|
2f7abbba4c
|
Add support for _V04 products
|
2025-02-16 21:31:34 -05:00 |
|
XANTRONIX Industrial
|
ee81af22f0
|
Rename RE_PRODUCT to RE_FILE for accuracy
|
2025-02-15 20:34:06 -05:00 |
|
XANTRONIX Industrial
|
29372d9661
|
Don't call internal methods on ArchiveProduct
|
2025-02-15 17:25:44 -05:00 |
|
XANTRONIX Industrial
|
45a5ef6cbd
|
Remove unnecessary import
|
2025-02-15 17:22:14 -05:00 |
|
XANTRONIX Industrial
|
312e3afeb2
|
Fix linter warnings
|
2025-02-15 17:21:20 -05:00 |
|
XANTRONIX Industrial
|
fc81fa9b83
|
Implement ArchiveProduct class
|
2025-02-15 17:10:42 -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 Development
|
14ef79f2c0
|
Change quoting style on SQLite3 load_extension() call
|
2025-02-15 14:52:13 -05:00 |
|
XANTRONIX Development
|
c37d663584
|
Allow for searching downloads for specific years, months, days
|
2025-02-15 14:31:01 -05:00 |
|
XANTRONIX Development
|
f4174ac440
|
Implement method for walking downloaded products
|
2025-02-15 14:09:54 -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
|
bb58abf01b
|
Make Radar a child class of DatabaseTable
|
2025-02-14 15:43:11 -05:00 |
|
XANTRONIX Industrial
|
fbbeeef08b
|
Refactor radar.py to use database layer features
|
2025-02-14 15:32:15 -05:00 |
|
XANTRONIX Industrial
|
8a0cbfcd6b
|
Rename _insert__ attributes to _write__
|
2025-02-14 15:31:50 -05:00 |
|
XANTRONIX Industrial
|
4aaf7e6749
|
Remove print() debugging
|
2025-02-14 14:58:24 -05:00 |
|
XANTRONIX Industrial
|
1688218c95
|
Drastic improvement in database layer
|
2025-02-14 14:52:50 -05:00 |
|
XANTRONIX Industrial
|
28fd4050c7
|
Prune down Database.column_placeholders() a bit
|
2025-02-14 13:48:16 -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
|
5bab45b779
|
Fix issues with column placeholders
|
2025-02-13 17:44:12 -05:00 |
|
XANTRONIX Industrial
|
05ebe724b3
|
Implement usage of nexrad_storm_report table
|
2025-02-13 15:25:35 -05:00 |
|
XANTRONIX Industrial
|
e27b5f88a6
|
Bring significant object mapping enhancements to db.py
|
2025-02-13 15:20:46 -05:00 |
|
XANTRONIX Industrial
|
df23ccc113
|
Use sqlite3.Row as row factory
|
2025-02-13 14:42:04 -05:00 |
|
XANTRONIX Industrial
|
e5b24d5d71
|
Allow multiple CSV files; rename nexrad.archive.Archive methods
|
2025-02-13 12:19:06 -05:00 |
|
XANTRONIX Industrial
|
015ba27c33
|
Use os.path.join() where possible
|
2025-02-12 15:37:14 -05:00 |
|
XANTRONIX Industrial
|
ccade2a91d
|
Catch ValueError on invalid integers in storm report details
|
2025-02-12 11:42:48 -05:00 |
|
XANTRONIX Industrial
|
e507d9b8c4
|
Fix Dockerfile, nexrad.sql issues
|
2025-02-11 22:18:35 -05:00 |
|
XANTRONIX Industrial
|
5d30a21e4a
|
Make S3Bucket easier to use
|
2025-02-11 21:12:48 -05:00 |
|
XANTRONIX Industrial
|
b5f569180b
|
Pare down db.py
|
2025-02-11 21:12:27 -05:00 |
|
XANTRONIX Industrial
|
d133629207
|
Initial commit of lib/nexrad/archive.py
|
2025-02-11 21:11:43 -05:00 |
|
XANTRONIX Industrial
|
6fd775b15c
|
Type declarations never hurt anybody
|
2025-02-11 17:52:08 -05:00 |
|
XANTRONIX Industrial
|
cf55011c1a
|
Mild prettification
|
2025-02-11 17:52:00 -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 |
|