Skip to content

daveboivin/solar-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solar-calculator

The Solar Calculator web application enables users to estimate the Nominal Power of a solar installation.

Users can search for an address on a map, draw a solar installation on the map and calculate the Nominal Power of the drawn solar installation.

Live Demo: https://daveboivin.com/solar-calculator/

Setup and run the application

  • install a recent version of node.js on your computer
    • you will use this for building, bundling and hosting the web app
  • install dependencies: npm install
  • build and bundle the application: npx webpack
  • run the application: npx http-server src
  • From your browser, navigate to the application at http://127.0.0.1:8080

Third party services and tools used

Nominal power calculation

  • Nominal Power = amount of solar panels * Maximum power of each solar panel
  • Nominal Power = (AreaPolygon / AreaSolarPanel) * MaxPowerOfSolarPanel

Known issues

  • Refine calculation of total amount of solar panels for a given area to work for area of a polygon. My calculation assumes area is a rectangle.
  • Review and refine measurement for Nominal Power as I make several (probably incorrect) assumptions

Next steps

Other sources used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published