Skip to content

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

License

Notifications You must be signed in to change notification settings

RomoloPoliti-INAF/xmlJoiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmlJoiner

DOI: 10.5281/zenodo.10050908

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages