Giter VIP home page Giter VIP logo

pvsc48-python-tutorial's Introduction

tutorialpromo

PVSC48-Python-Tutorial

PVSC48 computing tutorial with focus on PV computing packages, Python, data wrangling with Pandas, and data viz

Tutorial Summary:

  • Tutorial 0: Introduction to the tutorial, the lesson plan, and resources
  • Tutorial 1: Access TMY weather data and visualize monthly irradiance data
  • Tutorial 2: Calculate solar position, plane-of-array irradiance, and visualize average daily insolation
  • Tutorial 3: Estimate module temperature from ambient
  • Tutorial 4: Use POA irradiance and module temperature to model output power from a single module
  • Tutorial 5: Combine modules to form strings, calculate inverter efficiency and total array output

Tutorial Setup

These tutorials are designed to run on Jupyter, a browser based interactive notebook that allows you to run the tutorial in the cloud without any additional setup. During the conference, June 20-25, you will be provided with a link and credentials to join the tutorial. After the conference the tutorials will remain available here on GitHub, and you can run the tutorial anytime in Binder by clicking the following link:

Binder

You can also run the tutorial locally with miniconda by following thes steps:

  1. Install miniconda.

  2. Clone the repository:

    git clone https://github.com/mikofski/PVSC48-Python-Tutorial.git
    
  3. Create the environment and install the requirements. The repository includes a requirements.txt file that contains a list the packages needed to run this tutorial. To install them using conda run:

    conda create -n pvsc jupyter -c pvlib --file requirements.txt
    conda activate pvsc
    
  4. Start a Jupyter session:

    jupyter lab
    
  5. Use the file explorer in Jupyter lab to browse to PVSC48-Python-Tutorial and start the first Tutorial.

pvsc48-python-tutorial's People

Contributors

kandersolar avatar mikofski avatar shirubana avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.