{"id":13719809,"url":"https://github.com/brightwind-dev/brightwind","last_synced_at":"2025-05-07T11:32:38.601Z","repository":{"id":33989856,"uuid":"161357232","full_name":"brightwind-dev/brightwind","owner":"brightwind-dev","description":"Python library containing wind analysis functions","archived":false,"fork":false,"pushed_at":"2025-04-14T14:16:02.000Z","size":153406,"stargazers_count":56,"open_issues_count":85,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-27T13:04:39.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brightwind-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-11T15:49:26.000Z","updated_at":"2025-04-19T19:46:10.000Z","dependencies_parsed_at":"2025-04-20T09:52:33.274Z","dependency_job_id":null,"html_url":"https://github.com/brightwind-dev/brightwind","commit_stats":{"total_commits":1334,"total_committers":11,"mean_commits":"121.27272727272727","dds":0.6214392803598201,"last_synced_commit":"afbff660a9ed852462a5a6523b1a6ad2020c612a"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightwind-dev%2Fbrightwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightwind-dev%2Fbrightwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightwind-dev%2Fbrightwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightwind-dev%2Fbrightwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brightwind-dev","download_url":"https://codeload.github.com/brightwind-dev/brightwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251516947,"owners_count":21601910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:00:55.857Z","updated_at":"2025-05-07T11:32:38.557Z","avatar_url":"https://github.com/brightwind-dev.png","language":"Python","funding_links":[],"categories":["Software and Libraries","Renewable Energy"],"sub_categories":["Resource Assessment","Wind Energy"],"readme":"--------------\n```\n     __         _       __    __           _           __\n    / /_  _____(_)___  / /_  / /__      __(_)___  ___ / /\n   / __ \\/ ___/ / __ \\/ __ \\/ __/ | /| / / / __ \\/ __  /\n  / /_/ / /  / / /_/ / / / / /_ | |/ |/ / / / / / /_/ /\n /_.___/_/  /_/\\__, /_/ /_/\\__/ |__/|__/_/_/ /_/\\__,_/\n              /____/\n ```\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;**A Python library primarily for wind resource assessments.**\n\n--------------\n\n\u003cbr\u003e\n\nBrightwind is a Python library specifically built for wind analysis. It can load in wind speed, wind direction and \nother metrological timeseries data. There are various plots you can use to understand this data and to find any \npotential issues. You can perform many common functions to the data such as shear and long-term adjustments. The \nresulting adjusted data is then outputted as a frequency distribution tab file which can be used in wind analysis \nsoftware such as WAsP.\n\nThis library can also be used for solar resource analysis.\n\n\u003cbr\u003e\n\n---\n### Installation\n\nYou can use pip from the command line to install the library.\n\n```\nC:\\Users\\Stephen\u003e pip install brightwind\n```\nIt is advisable to use a separate environment to avoid any dependency clashes with other libraries such as Pandas, Numpy \nor Matplotlib you may already have installed.\n\n\u003cbr\u003e\n\nFor those that do not have Python installed and are just getting started, we recommend installing Anaconda. Anaconda is \na Python distribution for scientific computing and so provides everything you need, Python, pip and Jupyter Notebook \nalong with libraries such as Pandas, Numpy and Matplotlib. Datacamp provide a good tutorial for [installing \nAnaconda on Windows](https://www.datacamp.com/tutorial/installing-anaconda-windows) to get started.\n\nOnce Anaconda is installed, you can use the **Anaconda Prompt** to run the above command line `pip install brightwind`. \nOr first use **Anaconda Navigator** to create an environment.\n\n---\n### Documentation\n\nDocumentation on how to get setup and use the library can be found at https://brightwind-dev.github.io/brightwind-docs/\n\n\u003cbr\u003e\n\nExample usage of the brightwind library is shown below using Jupyter Notebook. Jupyter Notebook is a powerful way to \nimmediately see the results of code you have written.\n\u003cbr\u003e\n\n\u003cp\u003e\n\n![demo_image_1](read_me_1.png)\n![demo_image_2](read_me_2.png)\n\u003c/p\u003e\n\n\n\n\n\u003cbr\u003e\n\n##### Features\nThe library provides wind analysts with easy to use tools for working with\nmeteorological data. It supports loading of meteorological data, averaging,\nfiltering, plotting, correlations, shear analysis, long term adjustments, etc.\nThe library can then export a resulting long term adjusted tab file to be used in\nother wind analysis software.\n\n\u003cbr\u003e\n\n##### Benefits\nThe key benefits to an open-source library is that it provides complete transparency\nand traceability. Anyone in the industry can review any part of the code and suggest changes,\nthus creating a standardised, validated toolkit for the industry.\n\nBy default, during an assessment every manipulation or adjustment made to the wind data is\ncontained in a single file. This can easily be reviewed and checked by internal reviewers or,\nas the underlying code is open-sourced, there is no reason why this file cannot be sent to\n3rd parties for review thus increasing the effectiveness of a banks due diligence.\n\n\u003cbr\u003e\n\n##### License\nThe library is licensed under the MIT license.\n\n\u003cbr\u003e\n\n---\n### Test datasets\nA test dataset is included in this repository and is used to demonstrate function and test functions in the code. \nOther files and datasets are also included to complement this demo dataset. These are outlined below:\n\n\u003cbr\u003e\n\n| Dataset               | Source           | Notes  |\n|:--------------------- |:-------------|:-----|\n| demo_data.csv         | BrightWind | A modified 2 year met mast dataset in csv and Campbell Scientific format. |\n| MERRA-2_XX_2000-01-01_2017-06-30.csv | NASA [GES DISC](https://disc.gsfc.nasa.gov/) | 4 x MERRA-2 18-yr datasets to complement the demo data for long term analyses. |\n| demo_cleaning_file.csv | BrightWind | A file containing information on what periods to clean out from the demo data. |\n| windographer_flagging_log.txt | BrightWind | The same cleaning info as found in 'demo_cleaning_file.csv' formatted as a Windographer flagging file. |\n| demo_data_iea43_wra_data_model.json | BrightWind | A JSON file formatted according to the IEA Wind Task 43 [WRA Data Model](https://github.com/IEA-Task-43/digital_wra_data_standard) standard which describes the mast configuration for the demo data. |\n\n\u003cbr\u003e\n\n---\n### Contributing\nIf you wish to be involved or find out more please contact stephen@brightwindanalysis.com.\n\nMore information can be found in the [contributing.md](https://github.com/brightwind-dev/brightwind/blob/master/contributing.md) section of the website.\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightwind-dev%2Fbrightwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightwind-dev%2Fbrightwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightwind-dev%2Fbrightwind/lists"}