sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
221 stars 112 forks source link

Profile Object Indices #5

Closed keltonhalbert closed 9 years ago

keltonhalbert commented 10 years ago

The Profile Object currently calls all indices on load, which causes it to crash for certain datasets with non-convective environments. Not sure about what the best solution to this is, but one option is to have the indices be called individually or by group as needed, while still keeping them global variables.

keltonhalbert commented 9 years ago

I have redone the data class structure to accommodate this issue. Attached is a basic UML that shows how it works. sharppy