@@ -654,9 +654,11 @@ def get_nsrdb_psm4_polar(latitude, longitude, api_key, email,
654654 Parameters
655655 ----------
656656 latitude : float or int
657- in decimal degrees, between 60 and 90 degrees north
657+ in decimal degrees, between 60 and 90 degrees north.
658+ Location must be within the exclusive economic zone.
658659 longitude : float or int
659- in decimal degrees, between -180 and 180, east is positive
660+ in decimal degrees, between -180 and 180, east is positive.
661+ Location must be within the exclusive economic zone.
660662 api_key : str
661663 NLR Developer Network API key
662664 email : str
@@ -793,16 +795,18 @@ def get_nsrdb_psm4_polar_tmy(latitude, longitude, api_key, email, year='tmy',
793795 latitude polar regions, that are outside the field of view of the
794796 geostationary satellites.
795797
796- The dataset provides typical year data over the exclusive economic zone
797- above 60 degrees north. The data have a spatial resolution of 4 km and a
798- temporal resolution of 1 hour.
798+ The dataset provides typical meteorological year (TMY) data over the
799+ exclusive economic zone above 60 degrees north. The data have a spatial
800+ resolution of 4 km and a temporal resolution of 1 hour.
799801
800802 Parameters
801803 ----------
802804 latitude : float or int
803- in decimal degrees, between 60 and 90 degrees north
805+ in decimal degrees, between 60 and 90 degrees north.
806+ Location must be within the exclusive economic zone.
804807 longitude : float or int
805- in decimal degrees, between -180 and 180, east is positive
808+ in decimal degrees, between -180 and 180, east is positive.
809+ Location must be within the exclusive economic zone.
806810 api_key : str
807811 NLR Developer Network API key
808812 email : str
@@ -845,7 +849,7 @@ def get_nsrdb_psm4_polar_tmy(latitude, longitude, api_key, email, year='tmy',
845849 data : pandas.DataFrame
846850 timeseries data from NLR PSM4 Polar TMY
847851 metadata : dict
848- metadata from NLR PSM4 about the record , see
852+ metadata from NLR PSM4, see
849853 :func:`pvlib.iotools.read_nsrdb_psm4` for fields
850854
851855 Raises
0 commit comments