2019-11-25 00:19:36 +08:00
|
|
|
'''
|
|
|
|
pyatmos package
|
|
|
|
|
2020-03-27 17:01:55 +08:00
|
|
|
This package is an archive of scientific routines that implements the estimation of atmospheric properties for various atmosphere models.
|
2020-03-27 17:37:51 +08:00
|
|
|
'''
|
|
|
|
|
|
|
|
from .StandardAtmosphere.StandardAtmosphere import isa
|
|
|
|
from .msise.spaceweather import download_sw,read_sw
|
|
|
|
from .msise.nrlmsise00 import nrlmsise00
|