Skip to content

Commit 9bb540e

Browse files
committed
Change economic zone to plural
1 parent 2edcb97 commit 9bb540e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pvlib/iotools/psm4.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -647,18 +647,18 @@ def get_nsrdb_psm4_polar(latitude, longitude, api_key, email,
647647
high latitude regions, that are outside the field of view of the
648648
geostationary satellites.
649649
650-
The dataset provides data from 2013 onwards over the exclusive economic
651-
zone above 60 degrees north. The data have a spatial resolution of 4 km
650+
The dataset provides data from 2013 onwards for the exclusive economic
651+
zones above 60 degrees north. The data have a spatial resolution of 4 km
652652
and a temporal resolution of 1 hour.
653653
654654
Parameters
655655
----------
656656
latitude : float or int
657657
in decimal degrees, between 60 and 90 degrees north.
658-
Location must be within the exclusive economic zone.
658+
Location must be within an exclusive economic zone.
659659
longitude : float or int
660660
in decimal degrees, between -180 and 180, east is positive.
661-
Location must be within the exclusive economic zone.
661+
Location must be within an exclusive economic zone.
662662
api_key : str
663663
NLR Developer Network API key
664664
email : str
@@ -795,18 +795,18 @@ def get_nsrdb_psm4_polar_tmy(latitude, longitude, api_key, email, year='tmy',
795795
latitude polar regions, that are outside the field of view of the
796796
geostationary satellites.
797797
798-
The dataset provides typical meteorological year (TMY) data over the
799-
exclusive economic zone above 60 degrees north. The data have a spatial
798+
The dataset provides typical meteorological year (TMY) data for the
799+
exclusive economic zones above 60 degrees north. The data have a spatial
800800
resolution of 4 km and a temporal resolution of 1 hour.
801801
802802
Parameters
803803
----------
804804
latitude : float or int
805805
in decimal degrees, between 60 and 90 degrees north.
806-
Location must be within the exclusive economic zone.
806+
Location must be within an exclusive economic zone.
807807
longitude : float or int
808808
in decimal degrees, between -180 and 180, east is positive.
809-
Location must be within the exclusive economic zone.
809+
Location must be within an exclusive economic zone.
810810
api_key : str
811811
NLR Developer Network API key
812812
email : str

0 commit comments

Comments
 (0)