Commit graph

110 commits

Author SHA1 Message Date
XANTRONIX Industrial
f1b6733748 Add missing column 2025-02-19 23:28:21 -05:00
XANTRONIX Industrial
33ac8386b1 s/event/message/ re: ASOS messages 2025-02-19 23:27:35 -05:00
XANTRONIX Industrial
d4c2585ec2 Fix typo 2025-02-19 23:27:26 -05:00
XANTRONIX Industrial
0dc2358a9b Add indices to nexrad_afos_message 2025-02-19 23:27:13 -05:00
XANTRONIX Industrial
c12d250d3e Abandon Coord class in favor of shapely.Point 2025-02-19 23:16:35 -05:00
XANTRONIX Industrial
6a5a492cda Fix column name on nexrad_afos_message 2025-02-19 22:10:45 -05:00
XANTRONIX Industrial
469adad888 Ensure a few more fields are initialized 2025-02-19 22:04:32 -05:00
XANTRONIX Industrial
c0257863ee Fix additional ASOS parsing issues 2025-02-19 21:48:54 -05:00
XANTRONIX Industrial
04c5692df1 Fix VTEC timestamp parsing 2025-02-19 21:27:51 -05:00
XANTRONIX Industrial
0de6a89408 Add missing attribute in VTECHydroEvent 2025-02-19 20:51:47 -05:00
XANTRONIX Industrial
16fea76b8c Remove trailing whitespace 2025-02-19 20:50:43 -05:00
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
90e98e0e1b Bring database schema in line with vtec.py 2025-02-19 20:24:45 -05:00
XANTRONIX Industrial
5528b43a57 Initial commit of list of WFOs 2025-02-19 17:25:04 -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
0ad95bf0d3 Add a few documents for VTEC decoding and handling reference 2025-02-18 18:06:21 -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
dc107537a4 Slight tweaks to README.md remarks on flags 2025-02-17 10:41:09 -05:00
XANTRONIX Industrial
2f7abbba4c Add support for _V04 products 2025-02-16 21:31:34 -05:00
XANTRONIX Industrial
6411d0516f Slight verbiage tweak in README.md 2025-02-16 11:59:28 -05:00
XANTRONIX Industrial
d72e639ba7 Implement --type to only archive certain types of data 2025-02-16 11:13:41 -05:00
XANTRONIX Industrial
0046c0c4fb Indicate storm event type in output 2025-02-15 23:24:08 -05:00
XANTRONIX Industrial
231ae2dcca Add database indices for storm report query performance 2025-02-15 21:51:07 -05:00
XANTRONIX Industrial
ee81af22f0 Rename RE_PRODUCT to RE_FILE for accuracy 2025-02-15 20:34:06 -05:00
XANTRONIX Industrial
ae44b47a71 Inline links in README.md 2025-02-15 19:45:28 -05:00
XANTRONIX Industrial
513b6bf217 Shrink banner image a bit 2025-02-15 17:42:52 -05:00
XANTRONIX Industrial
8fbfb109c5 Update README.md header image 2025-02-15 17:41:30 -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 Industrial
23bf0f3f8b Remove unwanted verbose output 2025-02-15 15:06:27 -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
37eb4fc2be Add WSR-88D Come And Take It flag to README.md 2025-02-15 01:18:28 -05:00
XANTRONIX Industrial
db8ed2142d Initial commit of nexrad-archive-report-ingest 2025-02-14 17:16:34 -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
bee6c8f5fd Whitespace alignment 2025-02-14 15:41:02 -05:00