aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
181 stars 113 forks source link

WIP: Parsing for UK & IOD file formats #165

Closed krishna-birla closed 5 years ago

krishna-birla commented 5 years ago

Files changed: created satobs.py Purpose: functions to parse and print UK & IOD format data added Future work: inter frame coordinate conversion Notes: Since the branch was created from latest copy of master, those commits are also present

krishna-birla commented 5 years ago

I haven't checked the maths but it seems fine to me. Writing "Helper function" will not work in documentation, properly mention the use/need of the function.

Okay! I'll organize stuff here in the next commit.

krishna-birla commented 5 years ago

Files changed: Satobs.py, Sites.gjson (created), requirements.txt Purpose: Implemented reading data from file system instead of hardcoding, changes as per review, created a GeoJSON file for site data and implemented it in parser, removed version for astropy as suggested by A.H.

aryadas98 commented 5 years ago

Shall I merge this?

aakash525 commented 5 years ago

Sure.