{"id":16574360,"url":"https://github.com/andyclifton/pcwg-share-01","last_synced_at":"2026-04-21T13:32:52.749Z","repository":{"id":89603999,"uuid":"47134252","full_name":"AndyClifton/PCWG-Share-01","owner":"AndyClifton","description":"Code to analyse data from the PCWG_Share_01 Exercise","archived":false,"fork":false,"pushed_at":"2017-06-02T14:50:39.000Z","size":6324,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-05T16:53:48.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndyClifton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2015-11-30T17:20:10.000Z","updated_at":"2016-03-10T00:32:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1f3f52d-1add-430c-9d3a-e103af273fe1","html_url":"https://github.com/AndyClifton/PCWG-Share-01","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AndyClifton/PCWG-Share-01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyClifton%2FPCWG-Share-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyClifton%2FPCWG-Share-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyClifton%2FPCWG-Share-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyClifton%2FPCWG-Share-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndyClifton","download_url":"https://codeload.github.com/AndyClifton/PCWG-Share-01/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyClifton%2FPCWG-Share-01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-11T21:44:22.836Z","updated_at":"2026-04-21T13:32:52.703Z","avatar_url":"https://github.com/AndyClifton.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\nThis is the repository for an R package that provides code to aggregate responses to the Power Curve Working Group \"PCWG_Share_01\" exercise. More details of the exercise can be found at http://www.pcwg.org and http://www.pcwg.org/PCWG-Share-01/PCWG-Share-01-Definition-Document.pdf.\n\n# Requirements\n1. A working installation of R with up-to-date packages. This can be obtained from e.g. http://r-project.org.\n   1. `ggplot2` version 2.2 or higher [is required to generate titles, captions, and other annotations on figures](http://ggplot2.tidyverse.org/reference/labs.html).\n2. A GUI for R. [R-studio is a popular option](http://rstudio.com).\n3. Two or more data files from the Power Curve Working Group Tool, prepared for PCWG_Share_01\n\n# Releases\nYou can find the most recent _stable_ version of this code in the [releases](../../releases) part of this repository. These different versions are designed to work with different versions of the PCWG Share Tool. You can download the source there.\n\n# How To Use This Code\n1. Create a directory somewhere and place the contents of the zip file into that directory (let's call this `$root`). *It is recommended that there be nothing else in the directory*.\n2. Load the PWCG tool data files into a 'data' directory in `$root`. You can add directories for different sites, etc.\n3. Open `PCWG_share_01_main.rmd` in Rstudio. \n  1. Modify `project.root` to be `$root`.\n  2. Decide if you intend the results to be public. If you do, set `data.public` to `TRUE`. This will prevent any details of the individual data sets being shown. If `data.public` is `FALSE`, all results will be printed.\n  3. Decide if you want to reanalyze raw data and set `data.analyze.raw`. This should be `TRUE` the first time you run the code. Afterwards you can set this to `FALSE` to just generate plots.\n4. Run `PCWG_share_01_main.rmd` in Rstudio. Either:\n  1. hit `chunks -\u003e run all` to run all of the R code and not generate any output PDF or HTML files.\n  2. hit `knit HTML` to generate the html results file; this will create an HTML file but will not generate any data in memory\n  3. hit `knit PDF` to generate the html results file; this will create an HTML file but will not generate any data in memory\n\n# Documentation\nDocumentation is provided in several forms:\n* within `PCWG_share_01_main.rmd`\n* within `PCWG_share_01_main.pdf`, which will also contain the results when run using `knitr`.\n* within `PCWG_share_01_main.html`, which will also contain the results when run using `knitr`.\n\n# Reporting Bugs and Requesting Improvements\nPlease use the [issue tracker](../../issues) to report problems or request improvements.\n\n# Wiki\nPlease use [the wiki](../../wiki) in this repository as you feel fit.\n\n# Comments\nThis software is provided as is, with no guarantees.\n\n# Recent changes\nSee /releases.\n\n# Code Maintainers\n* [Andy Clifton](mailto:clifton@windfors.de) WindForS Wind Energy Research Cluster\n\n# Project Contributors\n* Peter Stuart, RES\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyclifton%2Fpcwg-share-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyclifton%2Fpcwg-share-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyclifton%2Fpcwg-share-01/lists"}