Christian Ledermann

Results 60 issues of Christian Ledermann

If the email is available on the public profile, it should be included in the card. @Twitter handle as well

The `kml` and `kmz` files to be tested are present in: [/tests/ogc_conformance/](https://github.com/cleder/fastkml/tree/develop/tests/ogc_conformance/data) to be done after #284

improvement
Tests

Refactor to be independent of predefined namespaces and utilize the `name_spaces` attribute to determine the appropriate namespace.

improvement

Refactor times to use the registry. - Add new classes `When`, `Begin` and `End` - Remove the `etree_element` and `_get_kwargs` methods from `TimeStamp` and `TimeSpan` - Add new function following...

Hacktoberfest
improvement
good first issue

Current coverage: - partial 32 lines - missing 50 lines [report](https://app.codecov.io/github/cleder/fastkml/tree/develop/fastkml) You can ignore the `__repr__` methods as this overlaps with #351 run `pytest --cov=fastkml --cov-report=term-missing` ``` ---------- coverage: platform...

Hacktoberfest
improvement
good first issue
Tests

``` new_doc = eval(repr(self.clean_doc), {}, eval_locals) assert new_doc == self.clean_doc ``` Started in [repr_eq_test.py](https://github.com/cleder/fastkml/blob/develop/tests/repr_eq_test.py)

Hacktoberfest
improvement
good first issue
Tests

Remove `old_unittest.py`, refactor and move the tests (if valuable) into the appropriate location. Most of the old unit tests can be split into several tests to test one thing only...

Hacktoberfest
improvement
good first issue
Tests

I would like to use your code and I wonder under which license you are.

https://github.com/niccokunzmann/python-recurring-ical-events has some great functionality that could make our life easier here. Is it worth introducing it as a dependency?

Design Decision Needed
Question

https://developers.google.com/kml/documentation/kmlreference#example-of-track-with-extended-data ```xml Heart Rate Cadence Power ``` ```xml 86 103 108 113 113 113 113 181 177 175 173 173 173 173 327.0 177.0 179.0 162.0 166.0 177.0 183.0 ```...