- [ ] Features - [ ] Add checksum verification - [ ] Improve support for loading TLE set files as a `pandas.DataFrame` by adding more options - [ ] Code quality - [x] Add documentation - [ ] Add testing - [ ] Code architecture - [ ] Decide whether unitful TLEs should be of the same class `TLE`, a subclass thereof, or a subclass of a common superclass - [ ] Decide whether interoperability with other packages requires them to be installed always or only as extra dependencies - [ ] Decide whether `TLE` should be immutable or not - [x] Separate clearly parsed and computed values - [x] Refactor the library as a package with submodules - [ ] Interoperability with other packages - [x] Fix support to convert a `TLE` to a `poliastro.twobody.Orbit` - [x] Add support for `astropy.units` - [x] Add support for loading TLE set files as a `pandas.DataFrame` - [ ] Reorganize the interoperability as explained [here](https://github.com/FedericoStra/tletools/issues/1#issuecomment-561664414)
pandas.DataFrameby adding more optionsTLE, a subclass thereof, or a subclass of a common superclassTLEshould be immutable or notTLEto apoliastro.twobody.Orbitastropy.unitspandas.DataFrame