{"id":20534944,"url":"https://github.com/nagilum/csharp-pvgis","last_synced_at":"2026-06-29T06:31:36.936Z","repository":{"id":150121076,"uuid":"86345453","full_name":"nagilum/csharp-pvgis","owner":"nagilum","description":"C# class to fetch and parse PVGIS data from http://re.jrc.ec.europa.eu/pvgis/apps4/PVcalc.php","archived":false,"fork":false,"pushed_at":"2017-03-27T14:32:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T03:17:48.843Z","etag":null,"topics":["csharp","pvgis"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/nagilum.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":"2017-03-27T14:28:22.000Z","updated_at":"2017-03-27T14:28:53.000Z","dependencies_parsed_at":"2023-04-25T11:15:55.015Z","dependency_job_id":null,"html_url":"https://github.com/nagilum/csharp-pvgis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nagilum/csharp-pvgis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fcsharp-pvgis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fcsharp-pvgis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fcsharp-pvgis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fcsharp-pvgis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nagilum","download_url":"https://codeload.github.com/nagilum/csharp-pvgis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fcsharp-pvgis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34916410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["csharp","pvgis"],"created_at":"2024-11-16T00:28:41.672Z","updated_at":"2026-06-29T06:31:36.701Z","avatar_url":"https://github.com/nagilum.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# PVGIS\n\nExample:\n\n```csharp\nvar result = PVGIS.PvgisWrapper.Get(63.43401282856549M, 10.41379988193512M)\n```\n\nShould result in something like this:\n\n```js\n{\n\tNominalPower: 1,\n\tEstTempLowIrrLoss: 7,\n\tEstAngReflLoss: 3.3,\n\tOtherLosses: 14,\n\tCombinedLosses: 22.6,\n\tMonthlyAverage: {\n\t\tJan: {\n\t\t\tEd: 0.4,\n\t\t\tEm: 12.3,\n\t\t\tHd: 0.46,\n\t\t\tHm: 14.4\n\t\t},\n\t\tFeb: {\n\t\t\tEd: 1.35,\n\t\t\tEm: 37.8,\n\t\t\tHd: 1.6,\n\t\t\tHm: 44.7\n\t\t},\n\t\tMar: {\n\t\t\tEd: 2.38,\n\t\t\tEm: 73.9,\n\t\t\tHd: 2.93,\n\t\t\tHm: 90.7\n\t\t},\n\t\tApr: {\n\t\t\tEd: 3.32,\n\t\t\tEm: 99.5,\n\t\t\tHd: 4.23,\n\t\t\tHm: 127\n\t\t},\n\t\tMay: {\n\t\t\tEd: 3.83,\n\t\t\tEm: 119,\n\t\t\tHd: 5.04,\n\t\t\tHm: 156\n\t\t},\n\t\tJun: {\n\t\t\tEd: 3.98,\n\t\t\tEm: 119,\n\t\t\tHd: 5.34,\n\t\t\tHm: 160\n\t\t},\n\t\tJul: {\n\t\t\tEd: 3.59,\n\t\t\tEm: 111,\n\t\t\tHd: 4.86,\n\t\t\tHm: 151\n\t\t},\n\t\tAug: {\n\t\t\tEd: 2.94,\n\t\t\tEm: 91.2,\n\t\t\tHd: 3.94,\n\t\t\tHm: 122\n\t\t},\n\t\tSep: {\n\t\t\tEd: 2.09,\n\t\t\tEm: 62.6,\n\t\t\tHd: 2.67,\n\t\t\tHm: 80.2\n\t\t},\n\t\tOct: {\n\t\t\tEd: 1.23,\n\t\t\tEm: 38.1,\n\t\t\tHd: 1.51,\n\t\t\tHm: 46.9\n\t\t},\n\t\tNov: {\n\t\t\tEd: 0.58,\n\t\t\tEm: 17.5,\n\t\t\tHd: 0.69,\n\t\t\tHm: 20.8\n\t\t},\n\t\tDec: {\n\t\t\tEd: 0.21,\n\t\t\tEm: 6.67,\n\t\t\tHd: 0.26,\n\t\t\tHm: 7.96\n\t\t}\n\t},\n\tYearlyAverage: {\n\t\tEd: 2.16,\n\t\tEm: 65.7,\n\t\tHd: 2.8,\n\t\tHm: 85.1\n\t},\n\tYearlyTotal: {\n\t\tE: 789,\n\t\tH: 1020\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagilum%2Fcsharp-pvgis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnagilum%2Fcsharp-pvgis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagilum%2Fcsharp-pvgis/lists"}