ATMOS icon indicating copy to clipboard operation
ATMOS copied to clipboard

A python package to estimate the atmosphere parameters

Results 7 ATMOS issues
Sort by recently updated
recently updated
newest added

I'm running PyAtmos ver. 1.2.4 under Python ver. 3.9.x under the Anaconda distribution on a Mac Pro (2019) that runs Mac OSX ver. 13.2.1 (Ventura). In running the following example:...

I am unable to install the package with `pip`; ``` Collecting pyatmos Using cached pyatmos-1.2.3-py3-none-any.whl (47 kB) Requirement already satisfied: astropy in ./miniconda3/lib/python3.9/site-packages (from pyatmos) (5.2) Collecting pyshtools Using cached...

I've installed and attempting to run the NRLMSISE-00 Exalpe to test my installation. I'm running the Annaconda Distribution of Python 3.8 on a Mac Pro Desktop (2019) under Mac OSX...

Found via `codespell -q 3 -L nd,parms`

Just installed pyatmos (v1.2.3) for the first time with pip on Python 3.9.2. Seems as though the automatic installer was missing the package `numba`. After I installed that with pip...

I've optimized some portions of the code. In particular, the nrlmsis00_data function now uses _lru_cache_, which is only loaded once, giving a 5x performance improvement. Additionally, I've migrated globe7 to...

Two files are downloaded upon importing pyatmos, "Leap_Second.dat" and "finals2000A.all" into your root folder. I'd like to be able to specify where they're downloaded instead of automatically downloading.