Skip to main content

tidas-tools

Project description

TianGong TIDAS Tools User Guide

English | 中文

This toolkit is used for conversion and validation of TianGong TIDAS data formats.


1. Introduction

This toolkit contains two independent tools:

  • TIDAS and eILCD Data Format Conversion Tool
  • TIDAS Data Validation Tool

2. TIDAS and eILCD Data Format Conversion Tool Usage

(1) Installation Instructions

# Install this toolkit
pip install tidas-tools

(2) Tool Functionalities

This tool supports mutual conversion between the following two data formats:

  • TIDAS data format → eILCD data format (default mode)
  • eILCD data format → TIDAS data format

(3) Command-line Arguments

Argument Short form Description
--help -h Display help message
--input-dir -i Directory containing data files to be converted (note: this directory must directly contain the data files, not their parent directory)
--output-dir -o Output directory for converted data (the program will automatically generate the complete schema-compatible directory structure)
--to-eilcd Convert data from TIDAS format to eILCD format (default mode)
--to-tidas Convert data from eILCD format to TIDAS format

(4) Usage Examples

# Convert TIDAS data to eILCD format
tidas-convert --input-dir <TIDAS_data_directory> --output-dir <eILCD_output_directory> --to-eilcd

# Convert eILCD data to TIDAS format
tidas-convert --input-dir <eILCD_data_directory> --output-dir <TIDAS_output_directory> --to-tidas

3. TIDAS Data Validation Tool Usage

(1) Tool Functionalities

This tool validates whether TIDAS data complies with the specified format standards.

(2) Command-line Arguments

Argument Short form Description
--help -h Display help message
--input-dir -i Directory containing TIDAS data to validate (note: this directory must directly contain the data files, not their parent directory)

(3) Usage Example

# Validate TIDAS data format
tidas-validate --input-dir <TIDAS_data_directory>

4. Log File Information

Both data conversion and validation tools will automatically generate execution logs. The log file name is:

tidas-tools.log

5. Development Environment Setup and Contribution Guide

If you wish to participate in development, you can set up your environment following these steps:

(1) Ubuntu System Environment Preparation

# Update repositories and install software management tools
sudo apt update
sudo apt install software-properties-common

# Add the official PPA repository for the latest Python version and install Python 3.12
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install -y python3.12

# Install necessary dependency packages
sudo apt install libxml2-dev libxslt-dev
sudo apt-get install build-essential python3-dev

# Upgrade software packages on the system
sudo apt upgrade

(2) Manage Python Environment with Poetry

# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -

# Activate Poetry environment
poetry env activate

# Display current Poetry environment information
poetry env info

# Install project dependencies (generate lock file first if it's the first-time installation)
poetry lock
poetry install

6. Code Standards and Testing

(1) Code Formatting Tool (black recommended)

# Automatically format code using black
black .

(2) Testing Instructions

To test data conversion and validation functionalities, run the following commands:

# Test converting TIDAS data to eILCD format
python src/tidas_tools/convert.py -i <TIDAS_data_directory> -o <eILCD_data_directory> --to-eilcd

# Test converting eILCD data to TIDAS format
python src/tidas_tools/convert.py --input-dir <eILCD_data_directory> --output-dir <TIDAS_data_directory> --to-tidas

# Test TIDAS data validation functionality
python src/tidas_tools/validate.py -i <eILCD_data_directory>

7. Automatic Building and Publishing (CI/CD)

This project supports automatic building and publishing. When you push a git tag named with the v<version> format to the repository, it will trigger the workflow automatically. For example:

# List existing tags
git tag

# Create a new tag (e.g., version v0.0.1)
git tag v0.0.1

# Push the newly created tag to the remote repository to trigger automatic workflow
git push origin v0.0.1

8. Contribution

We welcome your contributions! You can participate in the project by submitting issues or pull requests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tidas_tools-0.0.4.tar.gz (271.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tidas_tools-0.0.4-py3-none-any.whl (311.6 kB view details)

Uploaded Python 3

File details

Details for the file tidas_tools-0.0.4.tar.gz.

File metadata

  • Download URL: tidas_tools-0.0.4.tar.gz
  • Upload date:
  • Size: 271.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for tidas_tools-0.0.4.tar.gz
Algorithm Hash digest
SHA256 b43d803d91945baca7f24fcbbf5810e1d8759aedc667d29a496e5da039704071
MD5 2c3a36ab41ee7168684abacc7e0ab18c
BLAKE2b-256 c0b21eb10ed3cb3dac7e77075a3673639312a642d76f4a6a4c60dc50907ca297

See more details on using hashes here.

File details

Details for the file tidas_tools-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: tidas_tools-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 311.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for tidas_tools-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9779e9ea922df9bcfe0493c3622f1fb545bdb9a43e08d291cc4e1925232fa5b4
MD5 2c1f2ead193b773d3cceb84b4a4567ed
BLAKE2b-256 5c1c28560ce98ba632b8c79479598aaf063ab091df528fb48dcb0e61ce38d310

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page