Skip to main content

ESA EDDS XML Telemetry joiner

Project description

xmlJoiner

Join two or more PARC Telemetry files downloaded from ESA EDDS.

Installation

To install the reader you can use the command:

$ python3 -m pip install xmlJoiner

Usage

To join all the XML files myxml_01.xmlr and myxml_02.xml in a single file called myxml.xml you can use the command:

$ xmlJoin myxml01.xml myxml_02.xml -o myxml.xml

You can join also directly all the files in a folder:

$ xmlJoin -f myfolder -o myfolder.xml

N.B.: be careful the file are sorted alphabetically. if they are numered the file #10 is befre the file #2. Please check the order using the command

$ xmlJoin -f myfolder --show-list

and change the file names if it is necessary.

You can use it also as library:

from xmlJoiner import xmlJoin

xmlJoin(fileList, "joined.xml",verbose=True)

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

xmlJoiner-0.1.1.tar.gz (18.8 kB view hashes)

Uploaded Source

Built Distribution

xmlJoiner-0.1.1-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

Supported by

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