Read and write CZML in Python
Project description
Introduction
############
A library to read and write CZML_ files for the Cesium_ Webglobe
.. _Cesium: http://cesium.agi.com/
.. _CZML: https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Guide
Requirements
-------------
* pygeoif: https://github.com/cleder/pygeoif
* pytz: https://pypi.python.org/pypi/pytz
Tests
-----
To run the tests (in the czml directory):
> python setup.py test
czml is continually tested with *Travis CI*
.. image:: https://api.travis-ci.org/cleder/czml.png
:target: https://travis-ci.org/cleder/czml
.. image:: https://coveralls.io/repos/cleder/czml/badge.png?branch=master
:target: https://coveralls.io/r/cleder/czml?branch=master
v 0.2 (2015/03/09)
-----------------
- Fixed bug in the Number class [Carl Fischer (Carl4)]
- Add Radii, Orientation, Path, Ellipsoid, Cone, Ellipse [Carl Fischer (Carl4)]
- Replace VertexPositions with Positions [Christopher Clark (Frencil)]
- Rebuild two-dimensional object classes and tests for current CZML [Christopher Clark (Frencil)]
- Add/update all documented material subclasses (Grid, Image, Stripe, SolidColor, PolylineGlow, PolylineOutline)
- Add document object support (including version and Clock) [Christopher Clark (Frencil)]
- Restrict support to Python 2.7 and 3.3+ [Christopher Clark (Frencil)]
v 0.1 (2013/04/05)
-------------------
- Initial release [Christian Lederman (cleder)]
############
A library to read and write CZML_ files for the Cesium_ Webglobe
.. _Cesium: http://cesium.agi.com/
.. _CZML: https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Guide
Requirements
-------------
* pygeoif: https://github.com/cleder/pygeoif
* pytz: https://pypi.python.org/pypi/pytz
Tests
-----
To run the tests (in the czml directory):
> python setup.py test
czml is continually tested with *Travis CI*
.. image:: https://api.travis-ci.org/cleder/czml.png
:target: https://travis-ci.org/cleder/czml
.. image:: https://coveralls.io/repos/cleder/czml/badge.png?branch=master
:target: https://coveralls.io/r/cleder/czml?branch=master
v 0.2 (2015/03/09)
-----------------
- Fixed bug in the Number class [Carl Fischer (Carl4)]
- Add Radii, Orientation, Path, Ellipsoid, Cone, Ellipse [Carl Fischer (Carl4)]
- Replace VertexPositions with Positions [Christopher Clark (Frencil)]
- Rebuild two-dimensional object classes and tests for current CZML [Christopher Clark (Frencil)]
- Add/update all documented material subclasses (Grid, Image, Stripe, SolidColor, PolylineGlow, PolylineOutline)
- Add document object support (including version and Clock) [Christopher Clark (Frencil)]
- Restrict support to Python 2.7 and 3.3+ [Christopher Clark (Frencil)]
v 0.1 (2013/04/05)
-------------------
- Initial release [Christian Lederman (cleder)]