halt9k / japan-earthquake-data-importer

Import from text archives (K-NET ASCII format) into excel pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Japan earthquake data importer

This script:

  • unpacks in memory *.tar.gz archives with text tables (K-NET ASCII format)
  • parses them, converts formats and transforms rows/columns
  • places parsed tables into multiple auto-created Excel pages,
    based on pre-defined anchors from the template Excel file.

This allows not just simple import, but intended to be used with custom prepared Excel template, which already have calculation routines figured out. Excel will recalcuate eveything immidiately after import without additional manual steps.

Preview:

About

Import from text archives (K-NET ASCII format) into excel pages

License:MIT License


Languages

Language:Python 100.0%