Skip to content

LeoZWT/Micaps_Batchread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micaps Batch Reader

Environment Setup

  1. Install Python 3.9+
  2. Install dependencies:
pip install -r requirements.txt

Usage

Quick Start

  1. Place Micaps data files (.000 format) in the Data folder
  2. Run the batch processing script:
python micaps_reader.py

Custom Folder

Modify 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 Naming Convention

  • 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)

Notes

  • Ensure file names strictly follow the YYMMDDHH.000 format
  • The program will automatically skip incorrectly formatted files

About

High-performance batch processing tool for Micaps .000 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages