Skip to content

Commit 412efb5

Browse files
committed
Checking code
1 parent cc08dd5 commit 412efb5

File tree

2 files changed

+421
-36
lines changed

2 files changed

+421
-36
lines changed

aerosol-multi-sensor-record.ipynb

Lines changed: 95 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"cell_type": "code",
117-
"execution_count": 1,
117+
"execution_count": null,
118118
"metadata": {
119119
"editable": true,
120120
"slideshow": {
@@ -165,7 +165,7 @@
165165
},
166166
{
167167
"cell_type": "code",
168-
"execution_count": 2,
168+
"execution_count": null,
169169
"metadata": {
170170
"editable": true,
171171
"slideshow": {
@@ -175,7 +175,97 @@
175175
"import"
176176
]
177177
},
178-
"outputs": [],
178+
"outputs": [
179+
{
180+
"name": "stderr",
181+
"output_type": "stream",
182+
"text": [
183+
" error: subprocess-exited-with-error\n",
184+
" \n",
185+
" × Building wheel for lru-dict (pyproject.toml) did not run successfully.\n",
186+
" │ exit code: 1\n",
187+
" ╰─> [62 lines of output]\n",
188+
" C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated\n",
189+
" !!\n",
190+
" \n",
191+
" ********************************************************************************\n",
192+
" Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).\n",
193+
" \n",
194+
" By 2026-Feb-18, you need to update your project and remove deprecated calls\n",
195+
" or your builds will no longer be supported.\n",
196+
" \n",
197+
" See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n",
198+
" ********************************************************************************\n",
199+
" \n",
200+
" !!\n",
201+
" corresp(dist, value, root_dir)\n",
202+
" C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.\n",
203+
" !!\n",
204+
" \n",
205+
" ********************************************************************************\n",
206+
" Please consider removing the following classifiers in favor of a SPDX license expression:\n",
207+
" \n",
208+
" License :: OSI Approved :: MIT License\n",
209+
" \n",
210+
" See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n",
211+
" ********************************************************************************\n",
212+
" \n",
213+
" !!\n",
214+
" dist._finalize_license_expression()\n",
215+
" C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.\n",
216+
" !!\n",
217+
" \n",
218+
" ********************************************************************************\n",
219+
" Please consider removing the following classifiers in favor of a SPDX license expression:\n",
220+
" \n",
221+
" License :: OSI Approved :: MIT License\n",
222+
" \n",
223+
" See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n",
224+
" ********************************************************************************\n",
225+
" \n",
226+
" !!\n",
227+
" self._finalize_license_expression()\n",
228+
" running bdist_wheel\n",
229+
" running build\n",
230+
" running build_py\n",
231+
" creating build\\lib.win-amd64-cpython-313\\lru\n",
232+
" copying src\\lru\\__init__.py -> build\\lib.win-amd64-cpython-313\\lru\n",
233+
" running egg_info\n",
234+
" writing src\\lru_dict.egg-info\\PKG-INFO\n",
235+
" writing dependency_links to src\\lru_dict.egg-info\\dependency_links.txt\n",
236+
" writing requirements to src\\lru_dict.egg-info\\requires.txt\n",
237+
" writing top-level names to src\\lru_dict.egg-info\\top_level.txt\n",
238+
" reading manifest file 'src\\lru_dict.egg-info\\SOURCES.txt'\n",
239+
" reading manifest template 'MANIFEST.in'\n",
240+
" warning: no files found matching 'MANIFEST'\n",
241+
" warning: no previously-included files matching '*.pyc' found anywhere in distribution\n",
242+
" warning: no previously-included files matching '*.cache' found anywhere in distribution\n",
243+
" adding license file 'LICENSE'\n",
244+
" writing manifest file 'src\\lru_dict.egg-info\\SOURCES.txt'\n",
245+
" copying src\\lru\\__init__.pyi -> build\\lib.win-amd64-cpython-313\\lru\n",
246+
" copying src\\lru\\py.typed -> build\\lib.win-amd64-cpython-313\\lru\n",
247+
" running build_ext\n",
248+
" building 'lru._lru' extension\n",
249+
" error: Microsoft Visual C++ 14.0 or greater is required. Get it with \"Microsoft C++ Build Tools\": https://visualstudio.microsoft.com/visual-cpp-build-tools/\n",
250+
" [end of output]\n",
251+
" \n",
252+
" note: This error originates from a subprocess, and is likely not a problem with pip.\n",
253+
" ERROR: Failed building wheel for lru-dict\n",
254+
"ERROR: Failed to build installable wheels for some pyproject.toml based projects (lru-dict)\n"
255+
]
256+
},
257+
{
258+
"ename": "ModuleNotFoundError",
259+
"evalue": "No module named 'earthkit'",
260+
"output_type": "error",
261+
"traceback": [
262+
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
263+
"\u001b[1;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
264+
"Cell \u001b[1;32mIn[4], line 11\u001b[0m\n\u001b[0;32m 9\u001b[0m \u001b[38;5;66;03m# Import earthkit aggregate for simplified computations (and ensure that it is installed)\u001b[39;00m\n\u001b[0;32m 10\u001b[0m get_ipython()\u001b[38;5;241m.\u001b[39msystem(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mpip install -q earthkit\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m---> 11\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mearthkit\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mtransforms\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m aggregate \u001b[38;5;28;01mas\u001b[39;00m ek_aggregate\n\u001b[0;32m 13\u001b[0m \u001b[38;5;66;03m# Library to work with zip-archives, OS-functions and pattern expansion\u001b[39;00m\n\u001b[0;32m 14\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mzipfile\u001b[39;00m\n",
265+
"\u001b[1;31mModuleNotFoundError\u001b[0m: No module named 'earthkit'"
266+
]
267+
}
268+
],
179269
"source": [
180270
"# Import libraries needed for the Jupyter notebook\n",
181271
"# CDS API library\n",
@@ -9588,7 +9678,7 @@
95889678
}
95899679
],
95909680
"kernelspec": {
9591-
"display_name": "Python 3 (ipykernel)",
9681+
"display_name": "base",
95929682
"language": "python",
95939683
"name": "python3"
95949684
},
@@ -9602,7 +9692,7 @@
96029692
"name": "python",
96039693
"nbconvert_exporter": "python",
96049694
"pygments_lexer": "ipython3",
9605-
"version": "3.12.11"
9695+
"version": "3.13.5"
96069696
},
96079697
"metadata": {
96089698
"author": "",

greenhouse-gases-level3-products.ipynb

Lines changed: 326 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)