{"id":31210292,"url":"https://github.com/ufechner7/analyzewind.jl","last_synced_at":"2026-02-14T06:31:08.482Z","repository":{"id":313477710,"uuid":"1051064835","full_name":"ufechner7/AnalyzeWind.jl","owner":"ufechner7","description":"Software for reading and plotting wind data in netcfd format","archived":false,"fork":false,"pushed_at":"2025-09-06T10:24:04.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T11:23:01.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/ufechner7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T11:41:20.000Z","updated_at":"2025-09-06T10:24:07.000Z","dependencies_parsed_at":"2025-09-06T11:23:11.203Z","dependency_job_id":"7d7a7680-8354-435f-96ae-ee4b19e678d2","html_url":"https://github.com/ufechner7/AnalyzeWind.jl","commit_stats":null,"previous_names":["ufechner7/analyzewind.jl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ufechner7/AnalyzeWind.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FAnalyzeWind.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FAnalyzeWind.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FAnalyzeWind.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FAnalyzeWind.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufechner7","download_url":"https://codeload.github.com/ufechner7/AnalyzeWind.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FAnalyzeWind.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276192054,"owners_count":25600573,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-21T04:15:36.195Z","updated_at":"2025-09-21T04:15:38.309Z","avatar_url":"https://github.com/ufechner7.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnalyzeWind\n\n[![Build Status](https://github.com/ufechner7/AnalyzeWind.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ufechner7/AnalyzeWind.jl/actions/workflows/CI.yml?query=branch%3Amain)\n\nSoftware to analyze two types of wind data:\n- from measurement masts\n- SCADA data from wind turbines\n\nSee also: https://github.com/JuliaGeo/NCDatasets.jl\n\n# Examples\n```\ninclude(\"examples/import.jl\")\n```\nThis will convert and plot the first file in the `data/WindData/10min_dataset` folder.\n\nTo convert all `.nc` files, call:\n```\nprocess_all_nc_files(path)\n```\nThis will convert the files into a dataframe, which is stored as `.jld2` file in the same folder.\n\nFor plotting, you can use any of the functions:\n\n```julia\nplot_all(path)\nplot_direction(path)\nplot_combined(path)\n```\nwhere path is the file path with the jld2 file.\n\n## Creating a wind rose\n```julia\nusing AnalyzeWind\n\npath = joinpath(\"data\", \"WindData\", \"10min_dataset\")\n\n# Wind rose for 92m height (default)\nplot_windrose(path)\n\n# Wind rose for 32m height\nplot_windrose(path; height=32)\n\n# Wind rose for specific year only\nplot_windrose(path; year=2021)\n\n# Custom wind rose with more direction bins and different speed bins\nplot_windrose(path; height=92, nbins=24, speed_bins=[0, 2, 4, 6, 8, 12, 16])\n\n# Combined: specific year with custom parameters\nplot_windrose(path; height=92, year=2021, nbins=24, speed_bins=[0, 2, 4, 6, 8, 12, 16])\n```\n\n**Note**: The wind rose follows meteorological convention where 0° represents North, and angles increase clockwise (North=0°, East=90°, South=180°, West=270°).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fanalyzewind.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufechner7%2Fanalyzewind.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fanalyzewind.jl/lists"}