pycontrails 0.53.0__cp311-cp311-macosx_11_0_arm64.whl → 0.54.0__cp311-cp311-macosx_11_0_arm64.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 +2 -2
- pycontrails/core/flight.py +3 -1
- pycontrails/core/rgi_cython.cpython-311-darwin.so +0 -0
- pycontrails/core/vector.py +0 -1
- pycontrails/datalib/_met_utils/metsource.py +8 -5
- pycontrails/datalib/ecmwf/__init__.py +22 -2
- pycontrails/datalib/ecmwf/arco_era5.py +118 -305
- pycontrails/datalib/ecmwf/common.py +1 -1
- pycontrails/datalib/ecmwf/era5.py +21 -9
- pycontrails/datalib/ecmwf/era5_model_level.py +126 -121
- pycontrails/datalib/ecmwf/hres_model_level.py +38 -74
- pycontrails/datalib/ecmwf/model_levels.py +399 -44
- pycontrails/datalib/ecmwf/variables.py +11 -0
- pycontrails/datalib/landsat.py +3 -2
- pycontrails/datalib/sentinel.py +0 -1
- pycontrails/ext/synthetic_flight.py +5 -1
- pycontrails/models/apcemm/apcemm.py +0 -1
- pycontrails/models/cocip/cocip.py +0 -1
- pycontrails/models/cocipgrid/cocip_grid.py +4 -4
- pycontrails/models/dry_advection.py +11 -3
- pycontrails/models/issr.py +2 -2
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/METADATA +2 -4
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/RECORD +27 -27
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/WHEEL +1 -1
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/LICENSE +0 -0
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/NOTICE +0 -0
- {pycontrails-0.53.0.dist-info → pycontrails-0.54.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pycontrails
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.54.0
|
|
4
4
|
Summary: Python library for modeling aviation climate impacts
|
|
5
5
|
Author-email: Breakthrough Energy <py@contrails.org>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -36,7 +36,6 @@ Requires-Dist: xarray>=2022.3
|
|
|
36
36
|
Provides-Extra: complete
|
|
37
37
|
Requires-Dist: pycontrails[ecmwf,gcp,gfs,jupyter,pyproj,sat,vis,zarr]; extra == "complete"
|
|
38
38
|
Provides-Extra: dev
|
|
39
|
-
Requires-Dist: black[jupyter]==24.8.0; extra == "dev"
|
|
40
39
|
Requires-Dist: dep-license; extra == "dev"
|
|
41
40
|
Requires-Dist: fastparquet>=0.8; extra == "dev"
|
|
42
41
|
Requires-Dist: ipdb>=0.13; extra == "dev"
|
|
@@ -50,7 +49,7 @@ Requires-Dist: pyarrow>=5.0; extra == "dev"
|
|
|
50
49
|
Requires-Dist: pytest>=8.2; extra == "dev"
|
|
51
50
|
Requires-Dist: pytest-cov>=2.11; extra == "dev"
|
|
52
51
|
Requires-Dist: requests>=2.25; extra == "dev"
|
|
53
|
-
Requires-Dist: ruff==0.
|
|
52
|
+
Requires-Dist: ruff==0.6.2; extra == "dev"
|
|
54
53
|
Requires-Dist: setuptools; extra == "dev"
|
|
55
54
|
Provides-Extra: docs
|
|
56
55
|
Requires-Dist: doc8>=1.1; extra == "docs"
|
|
@@ -73,7 +72,6 @@ Requires-Dist: ecmwf-api-client>=1.6; extra == "ecmwf"
|
|
|
73
72
|
Requires-Dist: netcdf4>=1.6.1; extra == "ecmwf"
|
|
74
73
|
Requires-Dist: platformdirs>=3.0; extra == "ecmwf"
|
|
75
74
|
Requires-Dist: requests>=2.25; extra == "ecmwf"
|
|
76
|
-
Requires-Dist: lxml>=5.1.0; extra == "ecmwf"
|
|
77
75
|
Provides-Extra: gcp
|
|
78
76
|
Requires-Dist: google-cloud-storage>=2.1; extra == "gcp"
|
|
79
77
|
Requires-Dist: platformdirs>=3.0; extra == "gcp"
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
pycontrails-0.
|
|
2
|
-
pycontrails-0.
|
|
3
|
-
pycontrails-0.
|
|
4
|
-
pycontrails-0.
|
|
5
|
-
pycontrails-0.
|
|
6
|
-
pycontrails-0.
|
|
7
|
-
pycontrails/_version.py,sha256=
|
|
1
|
+
pycontrails-0.54.0.dist-info/RECORD,,
|
|
2
|
+
pycontrails-0.54.0.dist-info/LICENSE,sha256=gJ-h7SFFD1mCfR6a7HILvEtodDT6Iig8bLXdgqR6ucA,10175
|
|
3
|
+
pycontrails-0.54.0.dist-info/WHEEL,sha256=PF0Mgwtv_oDs_mWYUtLpGhYaIa8jOhCqBxSqdxy2gqE,109
|
|
4
|
+
pycontrails-0.54.0.dist-info/NOTICE,sha256=gKI8DcN1WhiXB2SFRKDogcjONldGubTvBxiOYdC4CXU,1926
|
|
5
|
+
pycontrails-0.54.0.dist-info/top_level.txt,sha256=Z8J1R_AiBAyCVjNw6jYLdrA68PrQqTg0t3_Yek_IZ0Q,29
|
|
6
|
+
pycontrails-0.54.0.dist-info/METADATA,sha256=ZK_iyLfHqxvbeM92Lbzdhw0hSOqdE1NPpPn4m7IbkTE,9074
|
|
7
|
+
pycontrails/_version.py,sha256=Cy6-7BAUUEvyIJZFLyqb_w3IXvuVEBdc837EO9ql3TM,413
|
|
8
8
|
pycontrails/__init__.py,sha256=O2T9kXCMhcELcMZz7HEnwiBhh4Gfcj-yG1HtrotOKHQ,2001
|
|
9
9
|
pycontrails/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
pycontrails/core/rgi_cython.cpython-311-darwin.so,sha256=
|
|
11
|
-
pycontrails/core/vector.py,sha256=
|
|
10
|
+
pycontrails/core/rgi_cython.cpython-311-darwin.so,sha256=MaG_GvGXOyOcoIrvdQfeyuWUHgNZZQdOtHP0_Oh0fmg,311088
|
|
11
|
+
pycontrails/core/vector.py,sha256=Y-YTk_dv_IguaThQFLFeZETNhsNu5lKcbo301cvHYgw,71540
|
|
12
12
|
pycontrails/core/models.py,sha256=mB3fhmBorFxt7uEhBFcuu0PIMWmBRB4KBRsPiFpPcvo,39282
|
|
13
13
|
pycontrails/core/interpolation.py,sha256=yxVLO9lzNcNFeLwDyrQ7yfz4JEHLHTpgIRBrcOezsXg,25617
|
|
14
14
|
pycontrails/core/fleet.py,sha256=wqYY_2xD9X-Og0_oxU8ZPqTHYDau9TOPLQcmEnB1kiQ,16140
|
|
15
|
-
pycontrails/core/flight.py,sha256=
|
|
15
|
+
pycontrails/core/flight.py,sha256=s_teDDqnoiX15pqJ_hmchKCjut1WiNtcrL2QXXMBNGc,85173
|
|
16
16
|
pycontrails/core/fuel.py,sha256=kJZ3P1lPm1L6rdPREM55XQ-VfJ_pt35cP4sO2Nnvmjs,4332
|
|
17
17
|
pycontrails/core/polygon.py,sha256=gosyZBX1XBKD2EcHycIZb7uM-xGs8rCfdpiSZlhc2Hc,18028
|
|
18
18
|
pycontrails/core/cache.py,sha256=ly2Prq5CUxxc2pClZUXDeH-E8zkj3zZkLoKpdKUCyGs,27984
|
|
@@ -24,20 +24,20 @@ pycontrails/core/airports.py,sha256=aeyAXVkioIRomrP79UtNrxindL4f1DJyXFaojZCuBBw,
|
|
|
24
24
|
pycontrails/core/met_var.py,sha256=GC5ijw4oGuIefmFOSz4vmxMEBj_SVs5Z75IMhDP56Cw,9183
|
|
25
25
|
pycontrails/core/coordinates.py,sha256=0ySsHtqTon7GMbuwmmxMbI92j3ueMteJZh4xxNm5zto,5391
|
|
26
26
|
pycontrails/datalib/goes.py,sha256=Muh_pqAXSqUlM4ssStUT9QmPxGPEKK21LHFroaqTq7k,26533
|
|
27
|
-
pycontrails/datalib/landsat.py,sha256=
|
|
27
|
+
pycontrails/datalib/landsat.py,sha256=wgQrc0sF-OqtCLbMINjes0hRFMUYJRYU0K6aV0gVJvg,19721
|
|
28
28
|
pycontrails/datalib/spire.py,sha256=66SnMdA8KOS69USjKmqrJmTKPK08Ehih9tnlsCt-AJw,25331
|
|
29
29
|
pycontrails/datalib/__init__.py,sha256=hW9NWdFPC3y_2vHMteQ7GgQdop3917MkDaf5ZhU2RBY,369
|
|
30
|
-
pycontrails/datalib/sentinel.py,sha256=
|
|
31
|
-
pycontrails/datalib/_met_utils/metsource.py,sha256=
|
|
32
|
-
pycontrails/datalib/ecmwf/arco_era5.py,sha256=
|
|
33
|
-
pycontrails/datalib/ecmwf/era5.py,sha256=
|
|
34
|
-
pycontrails/datalib/ecmwf/era5_model_level.py,sha256=
|
|
30
|
+
pycontrails/datalib/sentinel.py,sha256=pKB92KzKjvNOKnuxolXoz2ZnpXQ50iQ8g-EHDVMsnoA,17221
|
|
31
|
+
pycontrails/datalib/_met_utils/metsource.py,sha256=BGActBGApWb4yI97nBS9ui5j-PzIQotFMUtbMEBkvm8,23966
|
|
32
|
+
pycontrails/datalib/ecmwf/arco_era5.py,sha256=ZBN3ZMgoeUVMkVTdWlSMRpJ6Fpwzx2EtPGJXZqoJiog,12348
|
|
33
|
+
pycontrails/datalib/ecmwf/era5.py,sha256=gWZaDydDq7Z-UzNM_41sY-zgOQbVBzQ9E9CnqVk3OqA,19017
|
|
34
|
+
pycontrails/datalib/ecmwf/era5_model_level.py,sha256=tTE_aY90NtjP8HUl64CtbnUKsAOoPHgeDImDij_mVWM,19343
|
|
35
35
|
pycontrails/datalib/ecmwf/hres.py,sha256=p_l0ytCEEWGam7G7aVynpLmH4H4LQNeVe0Ay7Tw6fp8,28240
|
|
36
|
-
pycontrails/datalib/ecmwf/variables.py,sha256=
|
|
37
|
-
pycontrails/datalib/ecmwf/hres_model_level.py,sha256
|
|
38
|
-
pycontrails/datalib/ecmwf/__init__.py,sha256=
|
|
39
|
-
pycontrails/datalib/ecmwf/common.py,sha256=
|
|
40
|
-
pycontrails/datalib/ecmwf/model_levels.py,sha256=
|
|
36
|
+
pycontrails/datalib/ecmwf/variables.py,sha256=G6LlGTrlzdn819F-7kjEMXT-Ystp1gc79LOmQTZKrtQ,9865
|
|
37
|
+
pycontrails/datalib/ecmwf/hres_model_level.py,sha256=DiMw1cgbON_pu9ADjC0NC_itHSVa9n9zICLs1_iDq7c,17568
|
|
38
|
+
pycontrails/datalib/ecmwf/__init__.py,sha256=e2LXD2ebsu0tNKZHabI6-SvzYw6zdsci2B3z6cFgBZQ,2021
|
|
39
|
+
pycontrails/datalib/ecmwf/common.py,sha256=PIkEdYEmlmwxQ7v4TenW_BaHX7mslnmdJW3iZYXb7Kg,3904
|
|
40
|
+
pycontrails/datalib/ecmwf/model_levels.py,sha256=Sf11onDST2YOF_1yRxCdlttDJNnR8pv26y2oU3jl9tY,16830
|
|
41
41
|
pycontrails/datalib/ecmwf/ifs.py,sha256=2heema398PoEVCfiTZSBawN25PXAa_CpWm_pGLZ1GuY,10662
|
|
42
42
|
pycontrails/datalib/ecmwf/static/model_level_dataframe_v20240418.csv,sha256=PmvGLRzn6uuCKSwiasSuVcehvvmSaqP7cnLuN6hhCQQ,9788
|
|
43
43
|
pycontrails/datalib/_leo_utils/vis.py,sha256=-fLcm1D5cP6lThVHovV3MJSiadWyTUAvYDMvr4drMU4,1802
|
|
@@ -46,7 +46,7 @@ pycontrails/datalib/_leo_utils/static/bq_roi_query.sql,sha256=xq6-tJyz0-bUwW0KjQ
|
|
|
46
46
|
pycontrails/datalib/gfs/gfs.py,sha256=fmYFf7KOGr91sFFCfThG61A3vauNis8TGIAZItIOsrY,21649
|
|
47
47
|
pycontrails/datalib/gfs/variables.py,sha256=KESzB1sTD3hsU8T-qZFD29oFM3l2ZcEtjAE_H7BHKIE,2861
|
|
48
48
|
pycontrails/datalib/gfs/__init__.py,sha256=tWxgqmlW8Uo07J-3fBTXPrteatzTka9mSXomhWy3NVA,684
|
|
49
|
-
pycontrails/ext/synthetic_flight.py,sha256=
|
|
49
|
+
pycontrails/ext/synthetic_flight.py,sha256=0mgS6DuwY2ZTzQBswRqh_CsqkUV8K4vGH1leynoz05U,16757
|
|
50
50
|
pycontrails/ext/cirium.py,sha256=DFPfRwLDwddpucAPRQhyT4bDGh0VvvoViMUd3pidam8,415
|
|
51
51
|
pycontrails/ext/empirical_grid.py,sha256=WSC266aKsQLzCmtrZJCpLdDBykZ9rlFE9xEXmZjbgHo,4362
|
|
52
52
|
pycontrails/ext/bada.py,sha256=j4Tj7oWSV_6UxYYa9_OjC1yTVzJMQdNRDI4aUQam_xM,1063
|
|
@@ -59,10 +59,10 @@ pycontrails/utils/dependencies.py,sha256=ATP45xYdUbIyGFzgbOe5SbokMytvB84TcexUEFn
|
|
|
59
59
|
pycontrails/models/pcc.py,sha256=7hIlg_4-F6Ce7KVFyuIZBZY6uDr1h4KRMqBDlpGkzHE,11116
|
|
60
60
|
pycontrails/models/tau_cirrus.py,sha256=yNYw4ukT68w2ATGFZr3p8AZxB6A2xufXQq7XP2U51y0,5026
|
|
61
61
|
pycontrails/models/__init__.py,sha256=dQTOLQb7RdUdUwslt5se__5y_ymbInBexQmNrmAeOdE,33
|
|
62
|
-
pycontrails/models/issr.py,sha256=
|
|
62
|
+
pycontrails/models/issr.py,sha256=Ts1rFr8XKqvq-hWTLzp285PDEt9J_kIR8V3XGCDqoxY,7340
|
|
63
63
|
pycontrails/models/sac.py,sha256=lV1Or0AaLxuS1Zo5V8h5c1fkSKC-hKEgiFm7bmmusWw,15946
|
|
64
64
|
pycontrails/models/accf.py,sha256=uPu8EB30Zbd3kd-3BuTnJkFNzpFqQ4u0HftFOJOX51s,12568
|
|
65
|
-
pycontrails/models/dry_advection.py,sha256=
|
|
65
|
+
pycontrails/models/dry_advection.py,sha256=V3_oEYexGaeBnuOgmuj8a3FaxMVnMRvHIX_AVXXtWTg,16697
|
|
66
66
|
pycontrails/models/pcr.py,sha256=ZzbEuTOuDdUmmL5T3Wk3HL-O8XzX3HMnn98WcPbASaU,5348
|
|
67
67
|
pycontrails/models/emissions/__init__.py,sha256=N_EE768TNRDbdmXaxly2Pwun7UmVBTVPc4k89VBz5ys,478
|
|
68
68
|
pycontrails/models/emissions/ffm2.py,sha256=h_bmB4pxxvC1ptqz5jB_rpf9QgaAv9J7Lu-6QpMiFtk,12032
|
|
@@ -74,7 +74,7 @@ pycontrails/models/emissions/static/default-engine-uids.csv,sha256=3blb0aqtM8YRs
|
|
|
74
74
|
pycontrails/models/apcemm/__init__.py,sha256=M-hrJklbSgBckclm526MiBAhpKPLHgJbB58ArbJuGIk,175
|
|
75
75
|
pycontrails/models/apcemm/inputs.py,sha256=88GylkiaymEW_XZeFxLsICI9wV6kl8wVYsuyTe8zIQ8,6585
|
|
76
76
|
pycontrails/models/apcemm/utils.py,sha256=xlEVe0RKFXrqDr4V77mbb2HxY8IK42EX4K86tN1sLQs,17094
|
|
77
|
-
pycontrails/models/apcemm/apcemm.py,sha256=
|
|
77
|
+
pycontrails/models/apcemm/apcemm.py,sha256=Qo3CdpQ5JULUit7Oi2l2_Mu8JXcW0QOYfQOyaL66ldM,39936
|
|
78
78
|
pycontrails/models/apcemm/static/apcemm_yaml_template.yaml,sha256=uAZkc57OUvDMjgX6F5f6hgDh3Hgg1NbHWRUFSiv0DEI,6745
|
|
79
79
|
pycontrails/models/humidity_scaling/humidity_scaling.py,sha256=9619kSgNIBjkM8vFWcwny7t4mhg00pX0aKabrDGPn7I,36658
|
|
80
80
|
pycontrails/models/humidity_scaling/__init__.py,sha256=nqsab_j9BCwMbTfCn4BjXMdhItlvNKkgUJ9-lb8RyIo,1119
|
|
@@ -82,7 +82,7 @@ pycontrails/models/humidity_scaling/quantiles/era5-pressure-level-quantiles.pq,s
|
|
|
82
82
|
pycontrails/models/humidity_scaling/quantiles/era5-model-level-quantiles.pq,sha256=pShCvNUo0NYtAHhT9IBRuj38X9jejdlKfv-ZoOKmtKI,35943
|
|
83
83
|
pycontrails/models/cocip/radiative_forcing.py,sha256=aA4ZHaVOsg0lro04LwwKaBf3mXljRAzbwQpDLaxk4qU,44873
|
|
84
84
|
pycontrails/models/cocip/wind_shear.py,sha256=p8d3iaNzxPA3MoxFEM1ZDKt0aticoD6U9cv0QmbuBzs,3860
|
|
85
|
-
pycontrails/models/cocip/cocip.py,sha256=
|
|
85
|
+
pycontrails/models/cocip/cocip.py,sha256=G0VwIGxGxC2kAqrJNqoXXogqZoiO3PtOzikTE2IHaTE,100088
|
|
86
86
|
pycontrails/models/cocip/output_formats.py,sha256=7P0j-UX4NNw56Gkd3ZsWDt0ctorJTZ4aPmUiibAh1FM,83641
|
|
87
87
|
pycontrails/models/cocip/__init__.py,sha256=jd-9Tq20s1kwQBlxsYfZLi3hlT5MnWOY2XsPazq1fgE,962
|
|
88
88
|
pycontrails/models/cocip/cocip_params.py,sha256=kKTeF1vVQr361XBR79q4mQHYI7UUQ6C5Ik5Z5pJDtag,12703
|
|
@@ -100,7 +100,7 @@ pycontrails/models/ps_model/static/ps-synonym-list-20240524.csv,sha256=ksrpQTHkx
|
|
|
100
100
|
pycontrails/models/ps_model/static/ps-aircraft-params-20240524.csv,sha256=3eNhSwzut0gon04k2EYKKaXRvQSUlau3yBAbHS0EBao,25784
|
|
101
101
|
pycontrails/models/cocipgrid/cocip_grid_params.py,sha256=l4vBPrOKCJDz5Y1uMjmOGVyUcSWgfZtFWbjW968OPz8,5875
|
|
102
102
|
pycontrails/models/cocipgrid/__init__.py,sha256=ar6bF_8Pusbb-myujz_q5ntFylQTNH8yiM8fxP7Zk30,262
|
|
103
|
-
pycontrails/models/cocipgrid/cocip_grid.py,sha256=
|
|
103
|
+
pycontrails/models/cocipgrid/cocip_grid.py,sha256=B1-f3D62fg3OeLp7xnxANAsneg9JRiiRVMqs-REFaII,94347
|
|
104
104
|
pycontrails/physics/geo.py,sha256=9ZWIXyEEgrBNqsoeBBlYLTA-8GUTgyc-jgeVgchxXa8,30288
|
|
105
105
|
pycontrails/physics/units.py,sha256=j-G5AC9eWIvv2MTOq9lUOoOQKFNJJuHzWLanHRji2tE,12272
|
|
106
106
|
pycontrails/physics/constants.py,sha256=pHQQmccMUwuNnY4hFtm3L8G2rnUQcfJnroyQr8HAVeM,3146
|
|
File without changes
|
|
File without changes
|
|
File without changes
|