NREL-farms


NameNREL-farms JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/NREL/farms
SummaryThe Fast All-sky Radiation Model for Solar applications (FARMS)
upload_time2023-04-14 15:19:55
maintainer
docs_urlNone
authorGrant Buster
requires_python>=3.7
licenseBSD 3-Clause
keywords farms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ***************************************************************************
Welcome to the Fast All-sky Radiation Model for Solar applications (FARMS)!
***************************************************************************

.. image:: https://github.com/NREL/farms/workflows/Documentation/badge.svg
    :target: https://nrel.github.io/farms/

.. image:: https://github.com/NREL/farms/workflows/Pytests/badge.svg
    :target: https://github.com/NREL/farms/actions?query=workflow%3A%22Pytests%22

.. image:: https://github.com/NREL/farms/workflows/Lint%20Code%20Base/badge.svg
    :target: https://github.com/NREL/farms/actions?query=workflow%3A%22Lint+Code+Base%22

.. image:: https://img.shields.io/pypi/pyversions/NREL-farms.svg
    :target: https://pypi.org/project/NREL-farms/

.. image:: https://badge.fury.io/py/NREL-farms.svg
    :target: https://badge.fury.io/py/NREL-farms

.. image:: https://anaconda.org/nrel/nrel-farms/badges/version.svg
    :target: https://anaconda.org/nrel/nrel-farms

.. image:: https://anaconda.org/nrel/nrel-farms/badges/license.svg
    :target: https://anaconda.org/nrel/nrel-farms

.. image:: https://codecov.io/gh/nrel/farms/branch/master/graph/badge.svg?token=WQ95L11SRS
    :target: https://codecov.io/gh/nrel/farms


The Fast All-sky Radiation Model for Solar applications (FARMS) is used to
compute cloudy irradiance.

.. inclusion-intro

Installing farms
================

Option 1: Install from PIP or Conda (recommended for analysts):
---------------------------------------------------------------

1. Create a new environment:
    ``conda create --name farms``

2. Activate directory:
    ``conda activate farms``

3. Install farms:
    1) ``pip install NREL-farms`` or
    2) ``conda install nrel-farms --channel=nrel``

Option 2: Clone repo (recommended for developers)
-------------------------------------------------

1. from home dir, ``git clone https://github.com/NREL/farms.git``
    1) enter github username
    2) enter github password

2. Create ``farms`` environment and install package
    1) Create a conda env: ``conda create -n farms``
    2) Run the command: ``conda activate farms``
    3) cd into the repo cloned in 1.
    4) prior to running ``pip`` below, make sure the branch is correct (install
       from master!)
    5) Install ``farms`` and its dependencies by running:
       ``pip install .`` (or ``pip install -e .`` if running a dev branch
       or working on the source code)

Recommended Citation
====================

Yu Xie, Manajit Sengupta, Jimy Dudhia, "A Fast All-sky Radiation Model
for Solar applications (FARMS): Algorithm and performance evaluation",
Solar Energy, Volume 135, 2016, Pages 435-445, ISSN 0038-092X,
https://doi.org/10.1016/j.solener.2016.06.003.
`Science Direct Link. <http://www.sciencedirect.com/science/article/pii/S0038092X16301827>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NREL/farms",
    "name": "NREL-farms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "farms",
    "author": "Grant Buster",
    "author_email": "grant.buster@nrel.gov",
    "download_url": "https://files.pythonhosted.org/packages/ac/c3/4527c4caaa2431252459c4d6c46cd94804779b2d8f419ea963e694500338/NREL-farms-1.0.5.tar.gz",
    "platform": null,
    "description": "***************************************************************************\nWelcome to the Fast All-sky Radiation Model for Solar applications (FARMS)!\n***************************************************************************\n\n.. image:: https://github.com/NREL/farms/workflows/Documentation/badge.svg\n    :target: https://nrel.github.io/farms/\n\n.. image:: https://github.com/NREL/farms/workflows/Pytests/badge.svg\n    :target: https://github.com/NREL/farms/actions?query=workflow%3A%22Pytests%22\n\n.. image:: https://github.com/NREL/farms/workflows/Lint%20Code%20Base/badge.svg\n    :target: https://github.com/NREL/farms/actions?query=workflow%3A%22Lint+Code+Base%22\n\n.. image:: https://img.shields.io/pypi/pyversions/NREL-farms.svg\n    :target: https://pypi.org/project/NREL-farms/\n\n.. image:: https://badge.fury.io/py/NREL-farms.svg\n    :target: https://badge.fury.io/py/NREL-farms\n\n.. image:: https://anaconda.org/nrel/nrel-farms/badges/version.svg\n    :target: https://anaconda.org/nrel/nrel-farms\n\n.. image:: https://anaconda.org/nrel/nrel-farms/badges/license.svg\n    :target: https://anaconda.org/nrel/nrel-farms\n\n.. image:: https://codecov.io/gh/nrel/farms/branch/master/graph/badge.svg?token=WQ95L11SRS\n    :target: https://codecov.io/gh/nrel/farms\n\n\nThe Fast All-sky Radiation Model for Solar applications (FARMS) is used to\ncompute cloudy irradiance.\n\n.. inclusion-intro\n\nInstalling farms\n================\n\nOption 1: Install from PIP or Conda (recommended for analysts):\n---------------------------------------------------------------\n\n1. Create a new environment:\n    ``conda create --name farms``\n\n2. Activate directory:\n    ``conda activate farms``\n\n3. Install farms:\n    1) ``pip install NREL-farms`` or\n    2) ``conda install nrel-farms --channel=nrel``\n\nOption 2: Clone repo (recommended for developers)\n-------------------------------------------------\n\n1. from home dir, ``git clone https://github.com/NREL/farms.git``\n    1) enter github username\n    2) enter github password\n\n2. Create ``farms`` environment and install package\n    1) Create a conda env: ``conda create -n farms``\n    2) Run the command: ``conda activate farms``\n    3) cd into the repo cloned in 1.\n    4) prior to running ``pip`` below, make sure the branch is correct (install\n       from master!)\n    5) Install ``farms`` and its dependencies by running:\n       ``pip install .`` (or ``pip install -e .`` if running a dev branch\n       or working on the source code)\n\nRecommended Citation\n====================\n\nYu Xie, Manajit Sengupta, Jimy Dudhia, \"A Fast All-sky Radiation Model\nfor Solar applications (FARMS): Algorithm and performance evaluation\",\nSolar Energy, Volume 135, 2016, Pages 435-445, ISSN 0038-092X,\nhttps://doi.org/10.1016/j.solener.2016.06.003.\n`Science Direct Link. <http://www.sciencedirect.com/science/article/pii/S0038092X16301827>`_\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "The Fast All-sky Radiation Model for Solar applications (FARMS)",
    "version": "1.0.5",
    "split_keywords": [
        "farms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "448d928ade885d33444b9a32192e5bc58b384387be517ee2d88bfda866b629a2",
                "md5": "54959783f15d873f82d76ac5b965e0ac",
                "sha256": "864be37fcfe6392f610e8e195ef2b275ce32fbe6134df5da8f50d93bca19f9c1"
            },
            "downloads": -1,
            "filename": "NREL_farms-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54959783f15d873f82d76ac5b965e0ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20344,
            "upload_time": "2023-04-14T15:19:54",
            "upload_time_iso_8601": "2023-04-14T15:19:54.090908Z",
            "url": "https://files.pythonhosted.org/packages/44/8d/928ade885d33444b9a32192e5bc58b384387be517ee2d88bfda866b629a2/NREL_farms-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acc34527c4caaa2431252459c4d6c46cd94804779b2d8f419ea963e694500338",
                "md5": "3909df706e4e1d566a9cf94919cfc009",
                "sha256": "64cffabb1d9a63f3ae8a2043ce23cb8543689b7975fb0b4a8e926c1e05e8cf98"
            },
            "downloads": -1,
            "filename": "NREL-farms-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3909df706e4e1d566a9cf94919cfc009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16289,
            "upload_time": "2023-04-14T15:19:55",
            "upload_time_iso_8601": "2023-04-14T15:19:55.561684Z",
            "url": "https://files.pythonhosted.org/packages/ac/c3/4527c4caaa2431252459c4d6c46cd94804779b2d8f419ea963e694500338/NREL-farms-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 15:19:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "NREL",
    "github_project": "farms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "nrel-farms"
}
        
Elapsed time: 0.05312s