windborne 1.0.8__py3-none-any.whl → 1.0.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
windborne/data_api.py CHANGED
@@ -439,7 +439,7 @@ def poll_observations(start_time, include_ids=None, include_updated_at=None, mis
439
439
  fetched_so_far = 0
440
440
  mission_stats = {}
441
441
 
442
- print(f"Starting continuous polling from {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')}")
442
+ print(f"Starting continuous observations polling from {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC")
443
443
  print(f"Polling interval: {interval} seconds")
444
444
  print("-----------------------------------------------------")
445
445
 
@@ -738,7 +738,7 @@ def super_observations(start_time, end_time=None, interval=60, save_to_file=None
738
738
  has_next_page = True
739
739
  fetced_so_far = 0
740
740
 
741
- print(f"Starting polling super observations\nfrom {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} to {datetime.fromtimestamp(end_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')}")
741
+ print(f"Starting polling super observations\nfrom {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC to {datetime.fromtimestamp(end_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC")
742
742
  print("-----------------------------------------------------")
743
743
 
744
744
  while has_next_page:
@@ -999,7 +999,7 @@ def poll_super_observations(start_time, interval=60, bucket_hours=6.0, output_fo
999
999
  fetched_so_far = 0
1000
1000
  mission_stats = {}
1001
1001
 
1002
- print(f"Starting continuous polling from {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC")
1002
+ print(f"Starting continuous super observations polling from {datetime.fromtimestamp(start_time, tz=timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC")
1003
1003
  print(f"Polling interval: {interval} seconds")
1004
1004
  print("-----------------------------------------------------")
1005
1005
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: windborne
3
- Version: 1.0.8
3
+ Version: 1.0.9
4
4
  Summary: A Python library for interacting with WindBorne Data and Forecasts API
5
5
  Author-email: WindBorne Systems <data@windbornesystems.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,11 +1,11 @@
1
1
  windborne/__init__.py,sha256=aDFnZEPGmulZ-VVAVD-0maK3UFeLl9PxUyxp_qZ85Gk,1894
2
2
  windborne/cli.py,sha256=Qp6wu3ZbXwnpmHa3odr0sjIJ3DOhtraQblUGwKWEKWc,36416
3
3
  windborne/config.py,sha256=FYIBRiIuii5igAFQlOsHUa6u2i1kKnO1yZE7QfQJvUg,1688
4
- windborne/data_api.py,sha256=TtOgzD-ONRFswPbAIiMaCANp_IaP4g8OvNExqZ_81iA,63414
4
+ windborne/data_api.py,sha256=0NrbLz7tUgPZnzkyr1ymziYuW5Gx4SHrXNj7VPG9keI,63458
5
5
  windborne/forecasts_api.py,sha256=AYuhFRls_XvzuNB55NF0w3y-_ocYwPxmI6C1lIyFkgM,16865
6
6
  windborne/utils.py,sha256=ZcVXhUzfDwPTdk2a05HV00dAXTAQFdCGai7IjjaYqqs,39708
7
- windborne-1.0.8.dist-info/METADATA,sha256=CIuih9GHIQrjWfvII15Z8cDEbMQKgw6rZ_xQjb-leG8,1264
8
- windborne-1.0.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- windborne-1.0.8.dist-info/entry_points.txt,sha256=j_YrqdCDrCd7p5MIwQ2BYwNXEi95VNANzLRJmcXEg1U,49
10
- windborne-1.0.8.dist-info/top_level.txt,sha256=PE9Lauriu5S5REf7JKhXprufZ_V5RiZ_TnfnrLGJrmE,10
11
- windborne-1.0.8.dist-info/RECORD,,
7
+ windborne-1.0.9.dist-info/METADATA,sha256=Hw2dKi1AwnjvGW4Tu2xEr8lZStYWNE2YBWi9KR6FjjE,1264
8
+ windborne-1.0.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
+ windborne-1.0.9.dist-info/entry_points.txt,sha256=j_YrqdCDrCd7p5MIwQ2BYwNXEi95VNANzLRJmcXEg1U,49
10
+ windborne-1.0.9.dist-info/top_level.txt,sha256=PE9Lauriu5S5REf7JKhXprufZ_V5RiZ_TnfnrLGJrmE,10
11
+ windborne-1.0.9.dist-info/RECORD,,