poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
38 stars 30 forks source link

Added properties #63

Closed jtodevs closed 4 years ago

jtodevs commented 4 years ago

Added property for field reference in position. Add elements for Packet

astrojuanlu commented 4 years ago

While I review this: would you like to add your email to https://github.com/settings/emails so your commits are properly attributed to your account at @jtodevs?

codecov-io commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   98.99%   99.12%   +0.12%     
==========================================
  Files          12       12              
  Lines         596      683      +87     
==========================================
+ Hits          590      677      +87     
  Misses          6        6              
Impacted Files Coverage Δ
src/czml3/core.py 100.00% <100.00%> (ø)
src/czml3/properties.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6823df7...53a8e6d. Read the comment docs.

astrojuanlu commented 4 years ago

Thanks again @jtodevs, merged!