pycontrails 0.56.0__cp313-cp313-win_amd64.whl → 0.57.0__cp313-cp313-win_amd64.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.
Potentially problematic release.
This version of pycontrails might be problematic. Click here for more details.
- pycontrails/_version.py +3 -3
- pycontrails/core/rgi_cython.cp313-win_amd64.pyd +0 -0
- pycontrails/datalib/geo_utils.py +261 -0
- pycontrails/datalib/gfs/gfs.py +58 -64
- pycontrails/datalib/goes.py +193 -399
- pycontrails/datalib/himawari/__init__.py +27 -0
- pycontrails/datalib/himawari/header_struct.py +266 -0
- pycontrails/datalib/himawari/himawari.py +654 -0
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/METADATA +2 -2
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/RECORD +14 -10
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/WHEEL +0 -0
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/licenses/LICENSE +0 -0
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/licenses/NOTICE +0 -0
- {pycontrails-0.56.0.dist-info → pycontrails-0.57.0.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pycontrails/__init__.py,sha256=mKNmGUS5wW1n1PukeaOkmLwQVN24i1__mk0odjBzwEE,2107
|
|
2
|
-
pycontrails/_version.py,sha256=
|
|
2
|
+
pycontrails/_version.py,sha256=6rWhGmVJwPjf-oZfw3ROmL18OF--1CQAiYA6E7J__wA,748
|
|
3
3
|
pycontrails/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pycontrails/core/__init__.py,sha256=kOAehIZBbvksSW3MuU2DfzsyeE4PaFnOTpYMeq2ZDPE,886
|
|
5
5
|
pycontrails/core/aircraft_performance.py,sha256=dasanaqfm5eP9XUDhgoKGj-eQHTWwMZ_mN6_ZdFulT0,28911
|
|
@@ -15,10 +15,11 @@ pycontrails/core/met.py,sha256=NBboBTRKNt5WFSnKUdm2R_9N68EQTYii4P5A_hs79YQ,10689
|
|
|
15
15
|
pycontrails/core/met_var.py,sha256=xGkhIy_uelGo6gKM9rwh6QiUA0_7D0hBgO0Xa0IFi8k,12414
|
|
16
16
|
pycontrails/core/models.py,sha256=MRDNYVr8WMTF5EJrwZ8zxPHKKMcU09apBcqycimCWwk,45236
|
|
17
17
|
pycontrails/core/polygon.py,sha256=3_vYmlQoP3x3lmgwFyqQVgl9ziAQ5e160MCm2fwFou0,18619
|
|
18
|
-
pycontrails/core/rgi_cython.cp313-win_amd64.pyd,sha256=
|
|
18
|
+
pycontrails/core/rgi_cython.cp313-win_amd64.pyd,sha256=vZGXm5ROeEGcntWttbBd4sKxltsouJGmqhOnl1w59WI,242688
|
|
19
19
|
pycontrails/core/vector.py,sha256=aF1Ni9ANZkBtoA9gfESWv9fM5fGtkmY-uQjF1Zx3Z3Q,75904
|
|
20
20
|
pycontrails/datalib/__init__.py,sha256=Q2RrnjwtFzfsmJ2tEojDCzDMkd8R0MYw4mQz3YwUsqI,381
|
|
21
|
-
pycontrails/datalib/
|
|
21
|
+
pycontrails/datalib/geo_utils.py,sha256=qB_kOu0JGnlP00fquqTFDNslo1LLkbybu11oZwqKTeE,9331
|
|
22
|
+
pycontrails/datalib/goes.py,sha256=BjsgiUBTCgkjql30_-3eZkLt6iPMdB4UJ3qkI7OHpDU,28238
|
|
22
23
|
pycontrails/datalib/landsat.py,sha256=VUJ3BN3NXRIONWH2HMfTEZeHWUGO7ItAXVsGF0ZdWm8,21504
|
|
23
24
|
pycontrails/datalib/sentinel.py,sha256=-aV8TW9cyeX6mrfyuQE6YXDRkqhxy9XYQ84A3q2jPIQ,24182
|
|
24
25
|
pycontrails/datalib/_met_utils/metsource.py,sha256=fCObXHCKo1--v22SRayZDzWlnz0lxTMdGVNhhUyywlM,24900
|
|
@@ -34,8 +35,11 @@ pycontrails/datalib/ecmwf/model_levels.py,sha256=noLSx45AHZ0rFPiUh3aK3iaEueHgsg6
|
|
|
34
35
|
pycontrails/datalib/ecmwf/variables.py,sha256=49uzpkk9YV5OGBnq-Po5e3ig2JXi2i1ZtsOOEC-AQFI,10181
|
|
35
36
|
pycontrails/datalib/ecmwf/static/model_level_dataframe_v20240418.csv,sha256=9u7CVA3QnPUmNLIWUkF5b9wFunczkvx1zSudwGmtOv8,9927
|
|
36
37
|
pycontrails/datalib/gfs/__init__.py,sha256=DGd8twOXwRZZhHx5muc9SJT-YET1KB599kS45_x3IbY,712
|
|
37
|
-
pycontrails/datalib/gfs/gfs.py,sha256=
|
|
38
|
+
pycontrails/datalib/gfs/gfs.py,sha256=_cCPlbI3alPSo9Zf1JrKX9RV-toa-c6QHP5njqXsL_k,22922
|
|
38
39
|
pycontrails/datalib/gfs/variables.py,sha256=gmw5cs8RAeB-s9kCbnuKFp1K2SqNbc0lNR-JqhcenZY,3239
|
|
40
|
+
pycontrails/datalib/himawari/__init__.py,sha256=SCA_fNj6DTy2F5i73gL2cF3NuFAuvn2OdGYuRL6FU5g,646
|
|
41
|
+
pycontrails/datalib/himawari/header_struct.py,sha256=8fVZdkKffznXk0CYqs9jngEXdSalRmJhPabzC3-MYy0,10220
|
|
42
|
+
pycontrails/datalib/himawari/himawari.py,sha256=bu9rSa2lpnOM2iO29vOc5rHpDxjR1Bf5XZ0zlnuGofw,23774
|
|
39
43
|
pycontrails/datalib/leo_utils/__init__.py,sha256=7MgrgpWmlr71fIn6pQIEaRffuvfavlhLz-gQnfUBxIY,218
|
|
40
44
|
pycontrails/datalib/leo_utils/correction.py,sha256=cOceA702SXtmBvUsG2JJx0MKnsoGWng6469fpfMJjFQ,9830
|
|
41
45
|
pycontrails/datalib/leo_utils/landsat_metadata.py,sha256=lQ34ARIRFIhN5lU5MRhg9s_GpmZ_OkjJWs5_0hYFYok,10928
|
|
@@ -110,9 +114,9 @@ pycontrails/utils/iteration.py,sha256=En2YY4NiNwCNtAVO8HL6tv9byBGKs8MKSI7R8P-gZy
|
|
|
110
114
|
pycontrails/utils/json.py,sha256=Pqashwoupuf_GfrrSfHclwug9Hg-kYQ4WNxEqay_0Rc,6083
|
|
111
115
|
pycontrails/utils/temp.py,sha256=5XXqQoEfWjz1OrhoOBZD5vkkCFeuq9LpZkyhc38gIeY,1159
|
|
112
116
|
pycontrails/utils/types.py,sha256=WJS3rnYxU4l8eEJuJVWGBRD7-zvEBlRD8TQx-fxKbic,5032
|
|
113
|
-
pycontrails-0.
|
|
114
|
-
pycontrails-0.
|
|
115
|
-
pycontrails-0.
|
|
116
|
-
pycontrails-0.
|
|
117
|
-
pycontrails-0.
|
|
118
|
-
pycontrails-0.
|
|
117
|
+
pycontrails-0.57.0.dist-info/licenses/LICENSE,sha256=HVr8JnZfTaA-12BfKUQZi5hdrB3awOwLWs5X_ga5QzA,10353
|
|
118
|
+
pycontrails-0.57.0.dist-info/licenses/NOTICE,sha256=VIhzKNYi4lQx6fpZyqiY6eMHpLuwp-_G0JQkmYYa7h0,2005
|
|
119
|
+
pycontrails-0.57.0.dist-info/METADATA,sha256=JZB_AJaj8zp6qR3Vrt3_W7ntsPZGwnlFZuT4WaH_ZtQ,9309
|
|
120
|
+
pycontrails-0.57.0.dist-info/WHEEL,sha256=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,101
|
|
121
|
+
pycontrails-0.57.0.dist-info/top_level.txt,sha256=Z8J1R_AiBAyCVjNw6jYLdrA68PrQqTg0t3_Yek_IZ0Q,29
|
|
122
|
+
pycontrails-0.57.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|