Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Fix tmy32glm #1229

Merged
merged 2 commits into from
Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions converters/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pandas==1.4.3
pysolar==0.9
simplekml==1.3.6
Pillow==9.0.1
networkx==2.8.8
1 change: 0 additions & 1 deletion converters/tmy32glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import sys, getopt
from datetime import datetime
from feeder import *

config = {"input":"tmy3","output":"glm","type":[]}

Expand Down