SWxTREC / pymsis

Python interface to the NRLMSIS codes
MIT License
23 stars 5 forks source link

ENH: Add Output enumeration to make it easier to access variables #67

Closed greglucas closed 1 week ago

greglucas commented 1 week ago

This can be used as Variable.MASS_DENSITY instead of having to remember the index where MASS_DENSITY is located. This also updates the documentation for all of these objects as well.