jxl2txt

Python library to convert Trimble JobXML files using XSLT


Keywords
survey, conversion
License
BSD-3-Clause
Install
pip install jxl2txt==0.1.1

Documentation

jxl2txt

jxl2txt is a Python script to convert Trimble JobXML files to various kinds of text using XSLT stylesheets.

https://travis-ci.org/mrahnis/jxl2txt.svg?branch=master https://ci.appveyor.com/api/projects/status/9st7tu5v9hhlg306?svg=true Documentation Status

Installation

To install from the Python Package Index:

$pip install jxl2txt

To install from Anaconda Cloud:

If you are starting from scratch the first thing to do is install the Anaconda Python distribution, add the necessary channels to obtain the dependencies and install jxl2txt.

$conda config --append channels conda-forge
$conda install jxl2txt -c mrahnis

To install from the source distribution execute the setup script in the jxl2txt directory:

$python setup.py install

Examples

To do

License

BSD

Documentation

Latest html