{"id":42911641,"url":"https://github.com/pvlib/pvcollada","last_synced_at":"2026-01-30T16:57:59.085Z","repository":{"id":245161162,"uuid":"795248822","full_name":"pvlib/pvcollada","owner":"pvlib","description":"Working files for the PVCollada specification","archived":false,"fork":false,"pushed_at":"2026-01-28T07:05:03.000Z","size":4013,"stargazers_count":30,"open_issues_count":13,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-28T23:19:26.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pvlib.github.io/pvcollada/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pvlib.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":"2024-05-02T22:05:15.000Z","updated_at":"2026-01-28T07:05:08.000Z","dependencies_parsed_at":"2024-12-16T23:36:21.281Z","dependency_job_id":"06723a09-0fa8-48ea-87bd-242a5563b67a","html_url":"https://github.com/pvlib/pvcollada","commit_stats":null,"previous_names":["pvlib/pvcollada"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pvlib/pvcollada","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlib%2Fpvcollada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlib%2Fpvcollada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlib%2Fpvcollada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlib%2Fpvcollada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvlib","download_url":"https://codeload.github.com/pvlib/pvcollada/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlib%2Fpvcollada/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"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":"2026-01-30T16:57:58.284Z","updated_at":"2026-01-30T16:57:59.069Z","avatar_url":"https://github.com/pvlib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PVCollada\n\nPVCollada uses the COLLADA standard to describe photovoltaic (PV) power systems.\n\n# PVCollada 2.0\n\nPVCollada 2.0 is based on COLLADA 1.5. A PVCollada 2.0 document must be a valid COLLADA 1.5 document.\n\nPVCollada 2.0 uses COLLADA's \u003cextra\u003e elements to provide PV-specific elements that describe the physical components and the electrical and mechanical\nrelationships among these components. PVCollada elements are located in \u003ctechnique=\"pvcollada_20\"\u003e structures. PVCollada 2.0 documents can include custom elements in\nother \u003ctechnique\u003e structures.\n\n# PVCollada 1.4.1\n\nPVCollada 1.4.1 is a modification of the COLLADA 1.4.1 schema. A PVCollada 1.4.1 document is not a valid COLLADA document. Modifications from COLLADA 1.4.1 are:\n\n1. The following are optional in PVCollada 1.4.1, but required in COLLADA 1.4.1.\n\n```xml\n    \u003cCOLLADA\u003e\u003casset\u003e\u003ccreated\u003e (type: xs:dateTime)\n    \u003cCOLLADA\u003e\u003casset\u003e\u003cmodified\u003e (type: xs:dateTime)\n```\n\n2. The following are string type in PVCollada 1.4.1 but are required to be type xs:ID and xs:NCName, respectively, in COLLADA 1.4.1.\n\n```xml\n\n    \u003cCOLLADA\u003e\u003clibrary_visual_scenes\u003e\u003cvisual_scene\u003e\u003cid\u003e\n    \u003cCOLLADA\u003e\u003clibrary_visual_scenes\u003e\u003cvisual_scene\u003e\u003cname\u003e\n\n```\n\n3. PVCollada 1.4.1 adds the following elements:\n\n```xml\n\n    \u003cCOLLADA\u003e\u003clibrary_geometries\u003e\u003cgeometry\u003e\u003cmesh\u003e\u003cframe_parameters\u003e\n        \u003cxs:element name=\"frame_parameters\" minOccurs=\"0\"\u003e\n            \u003cxs:complexType\u003e\n                \u003cxs:sequence\u003e\n                    \u003cxs:element name=\"module_width\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_height\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_x_spacing\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_y_spacing\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_manufacturer\" type=\"string\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_name\" type=\"string\" minOccurs=\"1\"/\u003e\n                \u003c/xs:sequence\u003e\n            \u003c/xs:complexType\u003e\n        \u003c/xs:element\u003e\n    \u003cCOLLADA\u003e\u003clibrary_geometries\u003e\u003cgeometry\u003e\u003cmesh\u003e\u003ctracker_parameters\u003e\n        \u003cxs:element name=\"tracker_parameters\" minOccurs=\"0\"\u003e\n            \u003cxs:complexType\u003e\n                \u003cxs:sequence\u003e\n                    \u003cxs:element name=\"module_width\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_height\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_x_spacing\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_y_spacing\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_manufacturer\" type=\"string\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"module_name\" type=\"string\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"tracker_type\" type=\"string\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"axis_vertices\" minOccurs=\"1\"\u003e\n                        \u003cxs:complexType\u003e\n                            \u003cxs:sequence\u003e\n                                \u003cxs:element ref=\"float_array\" minOccurs=\"2\" maxOccurs=\"2\"\u003e\n                                    \u003cxs:annotation\u003e\n                                        \u003cxs:documentation\u003e\n                                        The source element shall contain two float_arrays.\n                                        \u003c/xs:documentation\u003e\n                                    \u003c/xs:annotation\u003e\n                                \u003c/xs:element\u003e\n                            \u003c/xs:sequence\u003e\n                        \u003c/xs:complexType\u003e\n                    \u003c/xs:element\u003e\n                    \u003cxs:element name=\"min_phi\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"max_phi\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"min_theta\" type=\"float\" minOccurs=\"1\"/\u003e\n                    \u003cxs:element name=\"max_theta\" type=\"float\" minOccurs=\"1\"/\u003e\n                \u003c/xs:sequence\u003e\n            \u003c/xs:complexType\u003e\n        \u003c/xs:element\u003e\n\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlib%2Fpvcollada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvlib%2Fpvcollada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlib%2Fpvcollada/lists"}