Skip to content

Instantly share code, notes, and snippets.

View mikofski's full-sized avatar
😎
Solving solar

Mark Mikofski mikofski

😎
Solving solar
View GitHub Profile
@mikofski
mikofski / cloudier.ipynb
Last active November 22, 2023 08:50
Which is cloudier: Sydney or San Francisco?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikofski
mikofski / .gitignore
Last active April 3, 2023 19:03
Diffuse Optimization
.ipynb_checkpoints
@mikofski
mikofski / tutorial-a-single-diode-model.ipynb
Last active April 29, 2023 00:38
tutorial-a-single-diode-model.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikofski
mikofski / vfsky.ipynb
Last active February 17, 2023 18:27
Test different formulations of sky diffuse view factor with neighboring rows using A-10 from Thermal Radiation by Siegel & Howell
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikofski
mikofski / DC_Optimizer_Example.ipynb
Created November 10, 2022 01:03
DC_Optimizer_Example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikofski
mikofski / iam_fresnel_ar.py
Created July 22, 2022 23:50
Fresnel with AR coating
"""
Approximately duplicates plot on this pvsyst help here:
https://www.pvsyst.com/help/iam_loss.htm
"""
import numpy as np
import matplotlib.pyplot as plt
plt.ion()
@mikofski
mikofski / AOC21.ipynb
Last active December 9, 2021 07:54
Advent of Code 2021
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikofski
mikofski / EXTRACT_BOKEH_DATA.md
Last active May 7, 2021 06:14
extract bokeh data

Binder

@mikofski
mikofski / surfrad_data_download.py
Last active January 30, 2021 07:22
SURFRAD data download
#! python
import ftplib
import io
import json
import logging
import pathlib
import sys
import threading
import time