Registry / data / atcf-data-parser

atcf-data-parser

JSON →
library0.0.3pypypi✓ verified 80d ago

Parse A-deck data posted online by the Automated Tropical Cyclone Forecasting System (ATCF). Version 0.0.3, released with minimal changes; low release cadence. Requires Python >= 3.11.

pip install atcf-data-parser
INSTALL
IMPORT
SIG · ATCF-DATA-PARSER
A
atcf-data-parser
datapythonv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

get_dataframe
from atcf_data_parser import get_dataframe
from atcf_data_parser import parse_fnmoc_atcf

Parse an A-deck file from FNMOC URL (requires network access).

from atcf_data_parser import parse_fnmoc_atcf # Fetch and parse a sample A-deck URL url = "https://www.nrlmry.navy.mil/atcf_web/docs/tc/2024/AL032024/adv/AL032024_A_202407010000" records = parse_fnmoc_atcf(url) print(records[0] if records else "No records found")
Debug
Known issues
gotchaThe library is very early (v0.0.3) and may have breaking changes in future releases. Pin your dependency to a specific version.
fix
Use `atcf-data-parser==0.0.3` in requirements.txt or pyproject.toml.
affects: <=0.0.3
gotchaThe main function `parse_fnmoc_atcf` expects a URL string, not a local file path. Does not support file I/O directly.
fix
Use `urllib.request` or `requests` to download the file first if you need to parse local data.
affects: all
Upgrade
Version history
0.0.3latest on PyPI · released Apr 7, 2026
Audit
Dependencies
requestsrequiredHTTP requests for fetching A-deck files
Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
atcf-data-parser — pip install atcf-data-parser · libregistry