Skip to content

Processing and exporting data from EPW files into other formats.

License

Notifications You must be signed in to change notification settings

Matbbastos/epw-analysis

Repository files navigation

EPW Analysis

A script to process multiple EPW files into a single (Apache) Parquet file, taking only the desired data columns and informational fields.

How to use

git clone [email protected]:Matbbastos/epw-analysis.git
python -m pip install -r requirements.txt

python -m merge_files_into_parquet.py -h
python -m merge_files_into_parquet.py sample_input --csv

Commits

When committing to this repository, following convention is advised:

  • chore: regular maintenance unrelated to source code (dependencies, config, etc)
  • docs: updates to any documentation
  • feat: new features
  • fix: bug fixes
  • ref: refactored code (no new feature or bug fix)
  • revert: reverts on previous commits
  • test: updates to tests

For further reference on writing good commit messages, see Conventional Commits.

About

Processing and exporting data from EPW files into other formats.

Topics

Resources

License

Stars

Watchers

Forks

Languages