Skip to content

Commit e56498d

Browse files
authored
Fix typos
1 parent a89e3c4 commit e56498d

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

docs/sphinx/source/user_guide/modeling_topics/bifacial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The model operates in the following steps:
8080
determines the fraction of ground-reflected irradiance that reaches the row
8181
surface.
8282
4. Find the fraction of the row surface that is shaded from direct irradiance.
83-
Only sky and ground-reflected irradiance reach the the shaded fraction of
83+
Only sky and ground-reflected irradiance reach the shaded fraction of
8484
the row surface.
8585
5. For the front and rear surfaces, apply the incidence angle modifier to
8686
the direct irradiance and sum the diffuse sky, diffuse ground, and direct

docs/sphinx/source/user_guide/modeling_topics/modelchain.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ DC quantities to the output of the full PVSystem.
371371
mc.results.dc
372372
373373
We’ve established that the ``ModelChain.pvwatts_dc`` and
374-
``ModelChain.sapm`` have the same API: they take the same arugments
374+
``ModelChain.sapm`` have the same API: they take the same arguments
375375
(``self``) and they both set the ``dc`` attribute.\* Because the methods
376376
have the same API, we can call them in the same way. ModelChain includes
377377
a large number of methods that perform the same API-unification roles
@@ -489,7 +489,7 @@ Temperature data are passed in the ``weather`` DataFrame and can include:
489489
method is used to calculate cell temperature. If ``ModelChain.temperature_model``
490490
is set to any other model, ``'module_temperature'`` is ignored.
491491
* ambient air temperature (``'temp_air'``). In this case ``ModelChain.temperature_model``
492-
is used to calculate cell temeprature.
492+
is used to calculate cell temperature.
493493

494494
Cell temperature models also can use irradiance as input. All cell
495495
temperature models expect POA irradiance (``'poa_global'``) as input. When

docs/sphinx/source/user_guide/modeling_topics/pvsystem.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ operates in a similar manner.
240240
241241
242242
The `PVSystem` method :py:meth:`~pvlib.pvsystem.PVSystem.get_aoi`
243-
operates on all `Array` instances in the `PVSystem`, whereas the the
243+
operates on all `Array` instances in the `PVSystem`, whereas the
244244
`Array` method operates only on its `Array` instance.
245245

246246
.. ipython:: python

docs/sphinx/source/user_guide/modeling_topics/weather_data.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ them.
3535
source of weather information. However, the coverage depends on
3636
a weather station having been set up in advance for the location and
3737
times of interest. Some ground station networks like the BSRN and SURFRAD
38-
make their measurement data publicly available. An global overview of ground
38+
make their measurement data publicly available. A global overview of ground
3939
stations is available at https://SolarStations.org.
4040

4141
Data from public ground station measurement networks are useful if you
@@ -50,7 +50,7 @@ them.
5050
weather station. They have high spatial and temporal resolution
5151
corresponding to the source satellite imagery, and are generally
5252
optimised to estimate solar irradiance for PV applications. Free sources
53-
such as PVGIS, NSRDB, and CAMS are available, and commerical sources such
53+
such as PVGIS, NSRDB, and CAMS are available, and commercial sources such
5454
as SolarAnywhere, Solcast, and Solargis provide paid options though often
5555
have free trials.
5656

pvlib/iotools/bsrn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_bsrn(station, start, end, username, password,
109109
UserWarning
110110
If one or more requested files are missing a UserWarning is returned
111111
with a list of the filenames missing. If no files match the specified
112-
station and timeframe a seperate UserWarning is given.
112+
station and timeframe a separate UserWarning is given.
113113
114114
Notes
115115
-----

pvlib/iotools/pvgis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def get_pvgis_horizon(latitude, longitude, url=URL, **kwargs):
720720
Returns
721721
-------
722722
data : pd.Series
723-
Pandas Series of the retrived horizon elevation angles. Index is the
723+
Pandas Series of the retrieved horizon elevation angles. Index is the
724724
corresponding horizon azimuth angles.
725725
metadata : dict
726726
Metadata returned by PVGIS.

pvlib/iotools/sodapro.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear',
202202
'username': email,
203203
'verbose': verbose}
204204

205-
# Manual formatting of the input parameters seperating each by a semicolon
205+
# Manual formatting of the input parameters separating each by a semicolon
206206
data_inputs = ";".join([f"{key}={value}" for key, value in
207207
data_inputs_dict.items()])
208208

@@ -214,7 +214,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear',
214214
}
215215

216216
# The DataInputs parameter of the URL has to be manually formatted and
217-
# added to the base URL as it contains sub-parameters seperated by
217+
# added to the base URL as it contains sub-parameters separated by
218218
# semi-colons, which gets incorrectly formatted by the requests function
219219
# if passed using the params argument.
220220
res = requests.get(base_url + '?DataInputs=' + data_inputs, params=params,

pvlib/ivtools/sdm/_fit_desoto_pvsyst_sandia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _check_converge(prevparams, result, vmp, imp, i):
335335
----------
336336
prevparams: Convergence Parameters from the previous Iteration (used to
337337
determine Percent Change in values between iterations)
338-
result: performacne paramters of the (predicted) single diode fitting,
338+
result: performacne parameters of the (predicted) single diode fitting,
339339
which includes Voc, Vmp, Imp, Pmp and Isc
340340
vmp: measured values for each IV curve
341341
imp: measured values for each IV curve

pvlib/solarposition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def spa_c(time, latitude, longitude, pressure=101325., altitude=0.,
134134
135135
The source files for this code are located in './spa_c_files/', along with
136136
a README file which describes how the C code is wrapped in Python.
137-
Due to license restrictions, the C code must be downloaded seperately
137+
Due to license restrictions, the C code must be downloaded separately
138138
and used in accordance with it's license.
139139
140140
This function is slower and no more accurate than :py:func:`spa_python`.

pvlib/spa_c_files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are a total of 5 files needed to compile the C code, described below:
2525
* `cspa_py.pxd`: a cython header file which essentially tells cython which
2626
parts of the main header file to pay attention to
2727
* `spa_py.pyx`: the cython code used to define both functions in the python
28-
namespace. NOTE: It is possible to provide user access to other paramters of
28+
namespace. NOTE: It is possible to provide user access to other parameters of
2929
the SPA algorithm through modifying this file
3030
* `setup.py`: a distutils file which performs the compiling of the cython code
3131

0 commit comments

Comments
 (0)