- Install Python 3.9+
- Install dependencies:
pip install -r requirements.txt- Place Micaps data files (.000 format) in the
Datafolder - Run the batch processing script:
python micaps_reader.pyModify the folder path in micaps_reader.py:
# Find this line at the end of the file and change it to your folder name
batch_dir = "Data" # Change to your folder name, e.g., "MyData"- File format:
YYMMDDHH.000 - YY: Last two digits of year (e.g., 25 for 2025)
- MM: Month (01-12)
- DD: Day (01-31)
- HH: Hour (00-23)
- Ensure file names strictly follow the
YYMMDDHH.000format - The program will automatically skip incorrectly formatted files