czml3
czml3 copied to clipboard
Python 3 library to write CZML
- Add holes attribute to polygon - Add PositionListOfLists property - Test added for above changes
Full context: https://github.com/poliastro/poliastro/issues/1640 > I don't see the need to archive czml3, we can transition that project. There's a pending release and a couple of pull requests that need merging....
- Converted some classes to `auto_attribs=True` to enhance type checking - Almost fully strict MyPy mode Still lots of `TODO`s, untested stuff, open questions... But it's a good start, I...
Please push a new version to PyPi. We want to obtain new changes in the master branch with pip. I can help with this if you give me access. Thanks.
_Edit: See current status in [this comment](https://github.com/poliastro/czml3/issues/61#issuecomment-1556204017)._ At the moment, `czml3.widget.CZMLWidget` has a straightforward `_repr_html_` that prints some HTML. However, this is not how custom widgets are supposed to be...
An SVG image is displayed for BaseCZMLObject() objects that have Position() or PositionList() attributes (if defined). The Colour() attribute is used if defined, else black is used. No image is...
I am unable to get Label.pixelOffset to work with a list of x/y values. I would expect it to work like this: `label=Label(pixelOffset=[5,5])` but instead I can only make it...
I need a geo objects base library under my applications and decided to go for https://pypi.org/project/geojson/ czml3 then would be pretty much an output converter for geojson objects similar to...
Add parameters to the Ellipsoid class in order to create partial ellipsoids