Skip to content
9 changes: 3 additions & 6 deletions pvlib/iotools/sodapro.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear',
Access: free, but requires registration, see [1]_

Requests: max. 100 per day

Geographical coverage: Wordwide for CAMS McClear and -66° to 66° in both
latitude and longitude for CAMS Radiation


Geographical coverage:worldwide for CAMS McClear and approximately -66° to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Geographical coverage:worldwide for CAMS McClear and approximately -66° to
Geographical coverage: worldwide for CAMS McClear and approximately -66° to

66° in both latitude and longitude for CAMS Radiation.
Parameters
----------
latitude: float
Expand Down Expand Up @@ -363,7 +360,7 @@ def read_cams(filename, integrated=False, label=None, map_variables=True):

See Also
--------
pvlib.iotools.parse_cams, pvlib.iotools.get_cams
pvlib.iotools.parse_cams,pvlib.iotools.get_cams
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can go ahead and put this space back since this was not the trailing white space.


References
----------
Expand Down