@openpv/simshady
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Tests Docs NPM Version NPM Downloads

SimShady

SimShady is a package for shading simulation and PV yield estimation based on 3D meshes. It runs on the GPU using WebGL. See it in action at openpv.de.

Installation

To install the package, run

npm i @openpv/simshady

Usage

We publish our documentation at https://open-pv.github.io/simshady/. Additionally, we have built a minimal vite webapp to showcase the most relevant features. Check out its source code here.

The basic usage of the package works as follows:

import ShadingScene from '@openpv/simshady';

const lat = 50.0;
const lon = 11.0;
const scene = new ShadingScene(lat, lon);
scene.addShadingGeometry(someShadingGeometry);
scene.addSimulationGeometry(someSimulationGeometry);
const mesh = await scene.calculate(100);
showThreeJS(mesh);

Team

MartGro
MartGro
khdlr/
Konrad Heidler
Florian
Florian Kotthoff
kpoeppel
kpoeppel

Sponsors

We thank our sponsors.

Readme

Keywords

Package Sidebar

Install

npm i @openpv/simshady

Weekly Downloads

6

Version

0.0.4

License

Apache-2.0

Unpacked Size

226 kB

Total Files

12

Last publish

Collaborators

  • floko
  • k.heidler