معرفی شرکت ها


enlilviz-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python package for visualizing output from the Enlil code.
ویژگی مقدار
سیستم عامل -
نام فایل enlilviz-0.2.0
نام enlilviz
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Greg Lucas <greg.lucas@lasp.colorado.edu>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/enlilviz/
مجوز MIT License Copyright (c) 2020, Regents of the University of Colorado Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
======== enlilviz ======== .. image:: https://img.shields.io/pypi/v/enlilviz.svg :target: https://pypi.python.org/pypi/enlilviz .. image:: https://img.shields.io/travis/SWxTREC/enlilviz.svg :target: https://travis-ci.org/SWxTREC/enlilviz .. image:: https://readthedocs.org/projects/enlilviz/badge/?version=latest :target: https://enlilviz.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status A Python package for visualizing the output from the Enlil solar wind code. * Documentation: https://enlilviz.readthedocs.io. Features -------- Read in Enlil data files into an xarray dataset for analysis:: import enlilviz as ev run = ev.read_enlil2d('wsa_enlil.latest.suball.nc') evo = ev.read_evo('evo.earth.nc') Plot time series and slices with the data:: import enlilviz.plotting as evplot evplot.TimeSeries(run, 'Earth', 'den') evplot.LongitudeSlice(run, 'den') evplot.LatitudeSlice(run, 'vel') You can also generate common figures that are pre-arranged:: forecaster = evplot.ForecasterPlot(run) forecaster.save() Or iterate through the entire time series to make a movie:: for plot in iter(forecaster): plot.save()


نیازمندی

مقدار نام
- numpy
- matplotlib
- xarray
- netcdf4
>=3 pytest


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl enlilviz-0.2.0:

    pip install enlilviz-0.2.0.whl


نصب پکیج tar.gz enlilviz-0.2.0:

    pip install enlilviz-0.2.0.tar.gz