From 3809b5797110ce72058493f939459062c904ad0e Mon Sep 17 00:00:00 2001 From: Somasree Majumder Date: Wed, 2 Mar 2022 16:22:53 +0530 Subject: [PATCH 01/15] Improve get_cams documentation --- pvlib/iotools/sodapro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 68fa82a396..b884a1c8ee 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -56,7 +56,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Requests: max. 100 per day - Geographical coverage: Wordwide for CAMS McClear and -66° to 66° in both + Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation From ad7593f9843c1126eb2bd2b7f1d237a4b42e8fdb Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:47:35 +0530 Subject: [PATCH 02/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index b884a1c8ee..1c1c286559 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -56,8 +56,8 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Requests: max. 100 per day - Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both - latitude and longitude for CAMS Radiation + Geographical coverage: worldwide for CAMS McClear and approx -66° to 66° + in both latitude and longitude for CAMS Radiation Parameters From 2106361df47fff2c9cc05d6b1fbe1c59e645f4ad Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:53:59 +0530 Subject: [PATCH 03/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 1c1c286559..23924d9889 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -56,10 +56,8 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Requests: max. 100 per day - Geographical coverage: worldwide for CAMS McClear and approx -66° to 66° - in both latitude and longitude for CAMS Radiation - - + Geographical coverage:worldwide for CAMS McClear and approx -66° to 66° + in both latitude and longitude for CAMS Radiation. Parameters ---------- latitude: float From e7f294c9058d99fa9b96e7c10e3209e321612ef4 Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:56:32 +0530 Subject: [PATCH 04/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 23924d9889..7d6cbbf39f 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,7 +55,6 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Access: free, but requires registration, see [1]_ Requests: max. 100 per day - Geographical coverage:worldwide for CAMS McClear and approx -66° to 66° in both latitude and longitude for CAMS Radiation. Parameters From 1ddfe9dfb1251e155783e9542deb748c8dd2aa43 Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:11:18 +0530 Subject: [PATCH 05/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 7d6cbbf39f..452dc48b03 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -360,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 References ---------- From 1e7108e386e4f196a489b89fd686be3ba646455f Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:20:37 +0530 Subject: [PATCH 06/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 452dc48b03..0154dfd7f0 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,7 +55,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Access: free, but requires registration, see [1]_ Requests: max. 100 per day - Geographical coverage:worldwide for CAMS McClear and approx -66° to 66° + Geographical coverage:worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. Parameters ---------- From e95609e6885b30bb5c6128ca6f8cda4537410936 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:33:15 +0100 Subject: [PATCH 07/15] Remove trailing white space --- pvlib/iotools/sodapro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 0154dfd7f0..6c589437f1 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,8 +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:worldwide for CAMS McClear and approximately -66° to 66° - in both latitude and longitude for CAMS Radiation. + Geographical coverage:worldwide for CAMS McClear and approximately -66° to + 66° in both latitude and longitude for CAMS Radiation. Parameters ---------- latitude: float From f9fe5ec462733c4dc2845c71d1702dffd1b66d07 Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:45:50 +0530 Subject: [PATCH 08/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 6c589437f1..0140bbf37b 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,7 +55,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Access: free, but requires registration, see [1]_ Requests: max. 100 per day - 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 ---------- From c6dd4860afbac852613453c16659cabcfd741cbc Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:47:00 +0530 Subject: [PATCH 09/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 0140bbf37b..7eb42132e5 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -57,6 +57,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Requests: max. 100 per day Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. + Parameters ---------- latitude: float From 851a075285e8b0186b54782826602c15701b07df Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:47:13 +0530 Subject: [PATCH 10/15] Create sodapro.py From 6f75c146c3c30982497bfdf787213aa87a5a51fb Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:50:26 +0530 Subject: [PATCH 11/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 7eb42132e5..af9b8002b1 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -361,7 +361,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 References ---------- From 8a1f8ba7cf9da097f0f1de96d1d9e92652998cfd Mon Sep 17 00:00:00 2001 From: Somasree Majumder <56045049+soma2000-lang@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:51:06 +0530 Subject: [PATCH 12/15] Update sodapro.py --- pvlib/iotools/sodapro.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index af9b8002b1..e5169c8383 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,6 +55,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Access: free, but requires registration, see [1]_ Requests: max. 100 per day + Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. From bbe7e39f9d2b7933e6398006dddf0c86c8d5ef56 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 2 Mar 2022 22:06:49 +0100 Subject: [PATCH 13/15] Remove trailing white space --- pvlib/iotools/sodapro.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index e5169c8383..789730b07c 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -58,7 +58,6 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. - Parameters ---------- latitude: float From 8f5b0988175490988616edb75c156a28ea1f6578 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 2 Mar 2022 22:07:00 +0100 Subject: [PATCH 14/15] Remove trailing white space --- pvlib/iotools/sodapro.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 789730b07c..c020915c78 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -55,7 +55,6 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Access: free, but requires registration, see [1]_ Requests: max. 100 per day - Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. Parameters From 2b843a4cafb48aec510f9f4a565851c834e00147 Mon Sep 17 00:00:00 2001 From: Cliff Hansen Date: Wed, 2 Mar 2022 15:37:48 -0700 Subject: [PATCH 15/15] Update pvlib/iotools/sodapro.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- pvlib/iotools/sodapro.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index c020915c78..abb06da8bb 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -57,6 +57,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', Requests: max. 100 per day Geographical coverage: worldwide for CAMS McClear and approximately -66° to 66° in both latitude and longitude for CAMS Radiation. + Parameters ---------- latitude: float