File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def readtmy3(filename=None):
37
37
filename : string
38
38
An optional argument which allows the user to select which
39
39
TMY3 format file should be read. A file path may also be necessary if
40
- the desired TMY3 file is not in the MATLAB working path.
40
+ the desired TMY3 file is not in the working path.
41
41
42
42
Returns
43
43
-------
@@ -48,8 +48,8 @@ def readtmy3(filename=None):
48
48
that for more detailed descriptions of each component, please consult
49
49
the TMY3 User's Manual ([1]), especially tables 1-1 through 1-6.
50
50
51
- meta : struct
52
- struct of meta data is created, which contains all
51
+ meta : dict
52
+ dict of meta data is created, which contains all
53
53
site metadata available in the file
54
54
55
55
Notes
@@ -277,9 +277,9 @@ def readtmy2(filename):
277
277
the TMY2 User's Manual ([1]), especially tables 3-1 through 3-6, and
278
278
Appendix B.
279
279
280
- meta : struct
280
+ meta : dict
281
281
282
- A struct containing the metadata from the TMY2 file.
282
+ A dict containing the metadata from the TMY2 file.
283
283
284
284
Notes
285
285
-----
You can’t perform that action at this time.
0 commit comments