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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file xmlJoiner-0.1.1.tar.gz
.
File metadata
- Download URL: xmlJoiner-0.1.1.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f5e19d125506a1dab55052e97fb8315a33d1c9b6b0dbbaa7a4dd170a524913 |
|
MD5 | fb4a66abcd20baa676e67a169acdec98 |
|
BLAKE2b-256 | 6a553af983a94a2980c0e789217f44dd43266c5e4d221554f545a3793852d55e |
File details
Details for the file xmlJoiner-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: xmlJoiner-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ba16612656ef148ae17b0db8180b5c255329545fddd8dd508cec3fc2b0b7063 |
|
MD5 | d5d453fe142ff76edab10ceb3b8395e0 |
|
BLAKE2b-256 | ffdcc42b37b95c1c9033521004f59a403f8e424d5286545aa805b862de63326c |