Skip to content

Commit 1ff7ed7

Browse files
committed
remove alpha and asymmetry
1 parent 996b4b8 commit 1ff7ed7

File tree

5 files changed

+44092
-44095
lines changed

5 files changed

+44092
-44095
lines changed

pvlib/iotools/psm4.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
'albedo': 'surface_albedo',
6868
'precipitable_water': 'total_precipitable_water',
6969
'aod': 'aod',
70-
'alpha': 'alpha',
71-
'asymmetry': 'asymmetry',
7270
}
7371

7472

@@ -776,7 +774,6 @@ def parse_nsrdb_psm4(fbuf, map_variables=True):
776774

777775
if map_variables:
778776
data = data.rename(columns=VARIABLE_MAP)
779-
data = data.drop(columns=[col for col in data if col not in VARIABLE_MAP])
780777
metadata['latitude'] = metadata.pop('Latitude')
781778
metadata['longitude'] = metadata.pop('Longitude')
782779
metadata['altitude'] = metadata.pop('Elevation')

0 commit comments

Comments
 (0)