diff --git a/python_app/planet_download.ipynb b/python_app/planet_download.ipynb index 0cc967c..4d1c4f0 100644 --- a/python_app/planet_download.ipynb +++ b/python_app/planet_download.ipynb @@ -15,7 +15,367 @@ "execution_count": 1, "id": "b7ca7102-5fd9-481f-90cd-3ba60e288649", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "A module that was compiled using NumPy 1.x cannot be run in\n", + "NumPy 2.2.4 as it may crash. To support both 1.x and 2.x\n", + "versions of NumPy, modules must be compiled with NumPy 2.0.\n", + "Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n", + "\n", + "If you are a user of the module, the easiest solution will be to\n", + "downgrade to 'numpy<2' or try to upgrade the affected module.\n", + "We expect that some modules will need time to support NumPy 2.\n", + "\n", + "Traceback (most recent call last): File \"\", line 198, in _run_module_as_main\n", + " File \"\", line 88, in _run_code\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel_launcher.py\", line 17, in \n", + " app.launch_new_instance()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\traitlets\\config\\application.py\", line 1075, in launch_instance\n", + " app.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelapp.py\", line 701, in start\n", + " self.io_loop.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\tornado\\platform\\asyncio.py\", line 205, in start\n", + " self.asyncio_loop.run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\windows_events.py\", line 322, in run_forever\n", + " super().run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 641, in run_forever\n", + " self._run_once()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 1987, in _run_once\n", + " handle._run()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\events.py\", line 88, in _run\n", + " self._context.run(self._callback, *self._args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 534, in dispatch_queue\n", + " await self.process_one()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 523, in process_one\n", + " await dispatch(*args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 429, in dispatch_shell\n", + " await result\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 767, in execute_request\n", + " reply_content = await reply_content\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\ipkernel.py\", line 429, in do_execute\n", + " res = shell.run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\zmqshell.py\", line 549, in run_cell\n", + " return super().run_cell(*args, **kwargs)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3075, in run_cell\n", + " result = self._run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3130, in _run_cell\n", + " result = runner(coro)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\async_helpers.py\", line 128, in _pseudo_sync_runner\n", + " coro.send(None)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3334, in run_cell_async\n", + " has_raised = await self.run_ast_nodes(code_ast.body, cell_name,\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3517, in run_ast_nodes\n", + " if await self.run_code(code, result, async_=asy):\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3577, in run_code\n", + " exec(code_obj, self.user_global_ns, self.user_ns)\n", + " File \"C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_5948\\2295736612.py\", line 21, in \n", + " import geopandas as gpd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\__init__.py\", line 3, in \n", + " from geopandas.geoseries import GeoSeries\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\geoseries.py\", line 9, in \n", + " import pandas as pd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\__init__.py\", line 39, in \n", + " from pandas.compat import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\compat\\__init__.py\", line 27, in \n", + " from pandas.compat.pyarrow import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\compat\\pyarrow.py\", line 8, in \n", + " import pyarrow as pa\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pyarrow\\__init__.py\", line 65, in \n", + " import pyarrow.lib as _lib\n" + ] + }, + { + "ename": "ImportError", + "evalue": "\nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)", + "File \u001b[1;32mc:\\Users\\timon\\anaconda3\\Lib\\site-packages\\numpy\\core\\_multiarray_umath.py:44\u001b[0m, in \u001b[0;36m__getattr__\u001b[1;34m(attr_name)\u001b[0m\n\u001b[0;32m 39\u001b[0m \u001b[38;5;66;03m# Also print the message (with traceback). This is because old versions\u001b[39;00m\n\u001b[0;32m 40\u001b[0m \u001b[38;5;66;03m# of NumPy unfortunately set up the import to replace (and hide) the\u001b[39;00m\n\u001b[0;32m 41\u001b[0m \u001b[38;5;66;03m# error. The traceback shouldn't be needed, but e.g. pytest plugins\u001b[39;00m\n\u001b[0;32m 42\u001b[0m \u001b[38;5;66;03m# seem to swallow it and we should be failing anyway...\u001b[39;00m\n\u001b[0;32m 43\u001b[0m sys\u001b[38;5;241m.\u001b[39mstderr\u001b[38;5;241m.\u001b[39mwrite(msg \u001b[38;5;241m+\u001b[39m tb_msg)\n\u001b[1;32m---> 44\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mImportError\u001b[39;00m(msg)\n\u001b[0;32m 46\u001b[0m ret \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mgetattr\u001b[39m(_multiarray_umath, attr_name, \u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[0;32m 47\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m ret \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n", + "\u001b[1;31mImportError\u001b[0m: \nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "A module that was compiled using NumPy 1.x cannot be run in\n", + "NumPy 2.2.4 as it may crash. To support both 1.x and 2.x\n", + "versions of NumPy, modules must be compiled with NumPy 2.0.\n", + "Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n", + "\n", + "If you are a user of the module, the easiest solution will be to\n", + "downgrade to 'numpy<2' or try to upgrade the affected module.\n", + "We expect that some modules will need time to support NumPy 2.\n", + "\n", + "Traceback (most recent call last): File \"\", line 198, in _run_module_as_main\n", + " File \"\", line 88, in _run_code\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel_launcher.py\", line 17, in \n", + " app.launch_new_instance()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\traitlets\\config\\application.py\", line 1075, in launch_instance\n", + " app.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelapp.py\", line 701, in start\n", + " self.io_loop.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\tornado\\platform\\asyncio.py\", line 205, in start\n", + " self.asyncio_loop.run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\windows_events.py\", line 322, in run_forever\n", + " super().run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 641, in run_forever\n", + " self._run_once()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 1987, in _run_once\n", + " handle._run()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\events.py\", line 88, in _run\n", + " self._context.run(self._callback, *self._args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 534, in dispatch_queue\n", + " await self.process_one()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 523, in process_one\n", + " await dispatch(*args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 429, in dispatch_shell\n", + " await result\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 767, in execute_request\n", + " reply_content = await reply_content\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\ipkernel.py\", line 429, in do_execute\n", + " res = shell.run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\zmqshell.py\", line 549, in run_cell\n", + " return super().run_cell(*args, **kwargs)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3075, in run_cell\n", + " result = self._run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3130, in _run_cell\n", + " result = runner(coro)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\async_helpers.py\", line 128, in _pseudo_sync_runner\n", + " coro.send(None)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3334, in run_cell_async\n", + " has_raised = await self.run_ast_nodes(code_ast.body, cell_name,\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3517, in run_ast_nodes\n", + " if await self.run_code(code, result, async_=asy):\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3577, in run_code\n", + " exec(code_obj, self.user_global_ns, self.user_ns)\n", + " File \"C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_5948\\2295736612.py\", line 21, in \n", + " import geopandas as gpd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\__init__.py\", line 3, in \n", + " from geopandas.geoseries import GeoSeries\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\geoseries.py\", line 9, in \n", + " import pandas as pd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\__init__.py\", line 62, in \n", + " from pandas.core.api import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\api.py\", line 9, in \n", + " from pandas.core.dtypes.dtypes import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\dtypes\\dtypes.py\", line 24, in \n", + " from pandas._libs import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pyarrow\\__init__.py\", line 65, in \n", + " import pyarrow.lib as _lib\n" + ] + }, + { + "ename": "ImportError", + "evalue": "\nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)", + "File \u001b[1;32mc:\\Users\\timon\\anaconda3\\Lib\\site-packages\\numpy\\core\\_multiarray_umath.py:44\u001b[0m, in \u001b[0;36m__getattr__\u001b[1;34m(attr_name)\u001b[0m\n\u001b[0;32m 39\u001b[0m \u001b[38;5;66;03m# Also print the message (with traceback). This is because old versions\u001b[39;00m\n\u001b[0;32m 40\u001b[0m \u001b[38;5;66;03m# of NumPy unfortunately set up the import to replace (and hide) the\u001b[39;00m\n\u001b[0;32m 41\u001b[0m \u001b[38;5;66;03m# error. The traceback shouldn't be needed, but e.g. pytest plugins\u001b[39;00m\n\u001b[0;32m 42\u001b[0m \u001b[38;5;66;03m# seem to swallow it and we should be failing anyway...\u001b[39;00m\n\u001b[0;32m 43\u001b[0m sys\u001b[38;5;241m.\u001b[39mstderr\u001b[38;5;241m.\u001b[39mwrite(msg \u001b[38;5;241m+\u001b[39m tb_msg)\n\u001b[1;32m---> 44\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mImportError\u001b[39;00m(msg)\n\u001b[0;32m 46\u001b[0m ret \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mgetattr\u001b[39m(_multiarray_umath, attr_name, \u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[0;32m 47\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m ret \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n", + "\u001b[1;31mImportError\u001b[0m: \nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "A module that was compiled using NumPy 1.x cannot be run in\n", + "NumPy 2.2.4 as it may crash. To support both 1.x and 2.x\n", + "versions of NumPy, modules must be compiled with NumPy 2.0.\n", + "Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n", + "\n", + "If you are a user of the module, the easiest solution will be to\n", + "downgrade to 'numpy<2' or try to upgrade the affected module.\n", + "We expect that some modules will need time to support NumPy 2.\n", + "\n", + "Traceback (most recent call last): File \"\", line 198, in _run_module_as_main\n", + " File \"\", line 88, in _run_code\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel_launcher.py\", line 17, in \n", + " app.launch_new_instance()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\traitlets\\config\\application.py\", line 1075, in launch_instance\n", + " app.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelapp.py\", line 701, in start\n", + " self.io_loop.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\tornado\\platform\\asyncio.py\", line 205, in start\n", + " self.asyncio_loop.run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\windows_events.py\", line 322, in run_forever\n", + " super().run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 641, in run_forever\n", + " self._run_once()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 1987, in _run_once\n", + " handle._run()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\events.py\", line 88, in _run\n", + " self._context.run(self._callback, *self._args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 534, in dispatch_queue\n", + " await self.process_one()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 523, in process_one\n", + " await dispatch(*args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 429, in dispatch_shell\n", + " await result\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 767, in execute_request\n", + " reply_content = await reply_content\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\ipkernel.py\", line 429, in do_execute\n", + " res = shell.run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\zmqshell.py\", line 549, in run_cell\n", + " return super().run_cell(*args, **kwargs)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3075, in run_cell\n", + " result = self._run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3130, in _run_cell\n", + " result = runner(coro)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\async_helpers.py\", line 128, in _pseudo_sync_runner\n", + " coro.send(None)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3334, in run_cell_async\n", + " has_raised = await self.run_ast_nodes(code_ast.body, cell_name,\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3517, in run_ast_nodes\n", + " if await self.run_code(code, result, async_=asy):\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3577, in run_code\n", + " exec(code_obj, self.user_global_ns, self.user_ns)\n", + " File \"C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_5948\\2295736612.py\", line 21, in \n", + " import geopandas as gpd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\__init__.py\", line 3, in \n", + " from geopandas.geoseries import GeoSeries\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\geoseries.py\", line 9, in \n", + " import pandas as pd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\__init__.py\", line 62, in \n", + " from pandas.core.api import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\api.py\", line 28, in \n", + " from pandas.core.arrays import Categorical\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\__init__.py\", line 1, in \n", + " from pandas.core.arrays.arrow import ArrowExtensionArray\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\arrow\\__init__.py\", line 5, in \n", + " from pandas.core.arrays.arrow.array import ArrowExtensionArray\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\arrow\\array.py\", line 50, in \n", + " from pandas.core import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\ops\\__init__.py\", line 8, in \n", + " from pandas.core.ops.array_ops import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\ops\\array_ops.py\", line 56, in \n", + " from pandas.core.computation import expressions\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\computation\\expressions.py\", line 21, in \n", + " from pandas.core.computation.check import NUMEXPR_INSTALLED\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\computation\\check.py\", line 5, in \n", + " ne = import_optional_dependency(\"numexpr\", errors=\"warn\")\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\compat\\_optional.py\", line 135, in import_optional_dependency\n", + " module = importlib.import_module(name)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\importlib\\__init__.py\", line 90, in import_module\n", + " return _bootstrap._gcd_import(name[level:], package, level)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\numexpr\\__init__.py\", line 24, in \n", + " from numexpr.interpreter import MAX_THREADS, use_vml, __BLOCK_SIZE1__\n" + ] + }, + { + "ename": "AttributeError", + "evalue": "_ARRAY_API not found", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mAttributeError\u001b[0m Traceback (most recent call last)", + "\u001b[1;31mAttributeError\u001b[0m: _ARRAY_API not found" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "A module that was compiled using NumPy 1.x cannot be run in\n", + "NumPy 2.2.4 as it may crash. To support both 1.x and 2.x\n", + "versions of NumPy, modules must be compiled with NumPy 2.0.\n", + "Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n", + "\n", + "If you are a user of the module, the easiest solution will be to\n", + "downgrade to 'numpy<2' or try to upgrade the affected module.\n", + "We expect that some modules will need time to support NumPy 2.\n", + "\n", + "Traceback (most recent call last): File \"\", line 198, in _run_module_as_main\n", + " File \"\", line 88, in _run_code\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel_launcher.py\", line 17, in \n", + " app.launch_new_instance()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\traitlets\\config\\application.py\", line 1075, in launch_instance\n", + " app.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelapp.py\", line 701, in start\n", + " self.io_loop.start()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\tornado\\platform\\asyncio.py\", line 205, in start\n", + " self.asyncio_loop.run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\windows_events.py\", line 322, in run_forever\n", + " super().run_forever()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 641, in run_forever\n", + " self._run_once()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\base_events.py\", line 1987, in _run_once\n", + " handle._run()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\asyncio\\events.py\", line 88, in _run\n", + " self._context.run(self._callback, *self._args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 534, in dispatch_queue\n", + " await self.process_one()\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 523, in process_one\n", + " await dispatch(*args)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 429, in dispatch_shell\n", + " await result\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\kernelbase.py\", line 767, in execute_request\n", + " reply_content = await reply_content\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\ipkernel.py\", line 429, in do_execute\n", + " res = shell.run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\ipykernel\\zmqshell.py\", line 549, in run_cell\n", + " return super().run_cell(*args, **kwargs)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3075, in run_cell\n", + " result = self._run_cell(\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3130, in _run_cell\n", + " result = runner(coro)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\async_helpers.py\", line 128, in _pseudo_sync_runner\n", + " coro.send(None)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3334, in run_cell_async\n", + " has_raised = await self.run_ast_nodes(code_ast.body, cell_name,\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3517, in run_ast_nodes\n", + " if await self.run_code(code, result, async_=asy):\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\IPython\\core\\interactiveshell.py\", line 3577, in run_code\n", + " exec(code_obj, self.user_global_ns, self.user_ns)\n", + " File \"C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_5948\\2295736612.py\", line 21, in \n", + " import geopandas as gpd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\__init__.py\", line 3, in \n", + " from geopandas.geoseries import GeoSeries\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\geopandas\\geoseries.py\", line 9, in \n", + " import pandas as pd\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\__init__.py\", line 62, in \n", + " from pandas.core.api import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\api.py\", line 28, in \n", + " from pandas.core.arrays import Categorical\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\__init__.py\", line 1, in \n", + " from pandas.core.arrays.arrow import ArrowExtensionArray\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\arrow\\__init__.py\", line 5, in \n", + " from pandas.core.arrays.arrow.array import ArrowExtensionArray\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\arrow\\array.py\", line 64, in \n", + " from pandas.core.arrays.masked import BaseMaskedArray\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\masked.py\", line 60, in \n", + " from pandas.core import (\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\core\\nanops.py\", line 52, in \n", + " bn = import_optional_dependency(\"bottleneck\", errors=\"warn\")\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\pandas\\compat\\_optional.py\", line 135, in import_optional_dependency\n", + " module = importlib.import_module(name)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\importlib\\__init__.py\", line 90, in import_module\n", + " return _bootstrap._gcd_import(name[level:], package, level)\n", + " File \"c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\bottleneck\\__init__.py\", line 7, in \n", + " from .move import (move_argmax, move_argmin, move_max, move_mean, move_median,\n" + ] + }, + { + "ename": "ImportError", + "evalue": "\nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)", + "File \u001b[1;32mc:\\Users\\timon\\anaconda3\\Lib\\site-packages\\numpy\\core\\_multiarray_umath.py:44\u001b[0m, in \u001b[0;36m__getattr__\u001b[1;34m(attr_name)\u001b[0m\n\u001b[0;32m 39\u001b[0m \u001b[38;5;66;03m# Also print the message (with traceback). This is because old versions\u001b[39;00m\n\u001b[0;32m 40\u001b[0m \u001b[38;5;66;03m# of NumPy unfortunately set up the import to replace (and hide) the\u001b[39;00m\n\u001b[0;32m 41\u001b[0m \u001b[38;5;66;03m# error. The traceback shouldn't be needed, but e.g. pytest plugins\u001b[39;00m\n\u001b[0;32m 42\u001b[0m \u001b[38;5;66;03m# seem to swallow it and we should be failing anyway...\u001b[39;00m\n\u001b[0;32m 43\u001b[0m sys\u001b[38;5;241m.\u001b[39mstderr\u001b[38;5;241m.\u001b[39mwrite(msg \u001b[38;5;241m+\u001b[39m tb_msg)\n\u001b[1;32m---> 44\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mImportError\u001b[39;00m(msg)\n\u001b[0;32m 46\u001b[0m ret \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mgetattr\u001b[39m(_multiarray_umath, attr_name, \u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[0;32m 47\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m ret \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n", + "\u001b[1;31mImportError\u001b[0m: \nA module that was compiled using NumPy 1.x cannot be run in\nNumPy 2.2.4 as it may crash. To support both 1.x and 2.x\nversions of NumPy, modules must be compiled with NumPy 2.0.\nSome module may need to rebuild instead e.g. with 'pybind11>=2.12'.\n\nIf you are a user of the module, the easiest solution will be to\ndowngrade to 'numpy<2' or try to upgrade the affected module.\nWe expect that some modules will need time to support NumPy 2.\n\n" + ] + } + ], "source": [ "# $ pip install sentinelhub\n", "# pip install gdal\n", @@ -112,18 +472,18 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "id": "c9f79e81-dff8-4109-8d26-6c423142dcf2", "metadata": {}, "outputs": [], "source": [ "# Adjust the number of days needed\n", - "days = 200 #change back to 28 which is the default. 3 years is 1095 days." + "days = 1095 #change back to 28 which is the default. 3 years is 1095 days." ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "id": "e18bdf8f-be4b-44ab-baaa-de5de60d92cb", "metadata": {}, "outputs": [], @@ -145,7 +505,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 10, "id": "3f7c8e04-4569-457b-b39d-283582c4ba36", "metadata": {}, "outputs": [], @@ -169,7 +529,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 11, "id": "244b5752-4f02-4347-9278-f6a0a46b88f4", "metadata": {}, "outputs": [], @@ -265,7 +625,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 12, "id": "848dc773-70d6-4ae6-b05c-d6ebfb41624d", "metadata": {}, "outputs": [ @@ -275,13 +635,13 @@ "text": [ "Monthly time windows:\n", "\n", - "2024-09-02\n", - "2024-09-03\n", - "2024-09-04\n", + "2022-04-05\n", + "2022-04-06\n", + "2022-04-07\n", "...\n", - "2025-03-18\n", - "2025-03-19\n", - "2025-03-20\n" + "2025-04-01\n", + "2025-04-02\n", + "2025-04-03\n" ] } ], @@ -323,7 +683,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 14, "id": "c803e373-2567-4233-af7d-0d2d6f7d4f8e", "metadata": {}, "outputs": [], @@ -333,7 +693,15 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, + "id": "df050c79", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 15, "id": "dc24d54e-2272-4f30-bcf5-4d8fc381915c", "metadata": {}, "outputs": [], @@ -343,7 +711,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 16, "id": "cd071b42-d0cd-4e54-8f88-ad1a339748e3", "metadata": {}, "outputs": [], @@ -353,7 +721,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 17, "id": "301d12e4-e47a-4034-aec0-aa5673e64935", "metadata": {}, "outputs": [ @@ -381,7 +749,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 18, "id": "431f6856-8d7e-4868-b627-20deeb47d77e", "metadata": {}, "outputs": [ @@ -394,7 +762,7 @@ "" ] }, - "execution_count": 16, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -407,7 +775,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 19, "id": "18655785", "metadata": {}, "outputs": [], @@ -428,7 +796,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 20, "id": "a6fc418f", "metadata": {}, "outputs": [], @@ -440,7 +808,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 21, "id": "ebc416be", "metadata": {}, "outputs": [ @@ -448,10 +816,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "['2024-09-02', '2024-09-03', '2024-09-04', '2024-09-05', '2024-09-06', '2024-09-07', '2024-09-08', '2024-09-09', '2024-09-10', '2024-09-11', '2024-09-12', '2024-09-13', '2024-09-14', '2024-09-17', '2024-09-18', '2024-09-19', '2024-09-20', '2024-09-22', '2024-09-23', '2024-09-25', '2024-09-26', '2024-09-27', '2024-09-28', '2024-09-29', '2024-09-30', '2024-10-01', '2024-10-03', '2024-10-08', '2024-10-13', '2024-10-15', '2024-10-16', '2024-10-18', '2024-10-22', '2024-10-23', '2024-10-29', '2024-10-30', '2024-10-31', '2024-11-01', '2024-11-05', '2024-11-06', '2024-11-09', '2024-11-10', '2024-11-11', '2024-11-13', '2024-11-14', '2024-11-15', '2024-11-17', '2024-11-19', '2024-11-20', '2024-11-24', '2024-11-25', '2024-11-26', '2024-11-27', '2024-12-01', '2024-12-02', '2024-12-04', '2024-12-05', '2024-12-06', '2024-12-07', '2024-12-08', '2024-12-09', '2024-12-10', '2024-12-11', '2024-12-15', '2024-12-17', '2024-12-18', '2024-12-19', '2024-12-21', '2024-12-24', '2024-12-25', '2024-12-28', '2024-12-29', '2024-12-30', '2025-01-01', '2025-01-02', '2025-01-04', '2025-01-05', '2025-01-06', '2025-01-07', '2025-01-08', '2025-01-09', '2025-01-10', '2025-01-11', '2025-01-12', '2025-01-13', '2025-01-14', '2025-01-15', '2025-01-16', '2025-01-19', '2025-01-20', '2025-01-21', '2025-01-22', '2025-01-23', '2025-01-24', '2025-01-25', '2025-01-27', '2025-01-28', '2025-01-30', '2025-02-05', '2025-02-06', '2025-02-08', '2025-02-10', '2025-02-12', '2025-02-13', '2025-02-14', '2025-02-15', '2025-02-16', '2025-02-17', '2025-02-18', '2025-02-20', '2025-02-21', '2025-02-22', '2025-02-23', '2025-02-25', '2025-02-27', '2025-03-01', '2025-03-02', '2025-03-03', '2025-03-04', '2025-03-05', '2025-03-06', '2025-03-07', '2025-03-08', '2025-03-09', '2025-03-11', '2025-03-12', '2025-03-14', '2025-03-15', '2025-03-16', '2025-03-17', '2025-03-18', '2025-03-19']\n", - "Total slots: 200\n", - "Available slots: 132\n", - "Excluded slots due to clouds: 68\n" + "['2022-04-06', '2022-04-08', '2022-04-09', '2022-04-10', '2022-04-11', '2022-04-12', '2022-04-13', '2022-04-14', '2022-04-16', '2022-04-17', '2022-04-19', '2022-04-20', '2022-04-21', '2022-04-22', '2022-04-23', '2022-04-24', '2022-04-25', '2022-04-26', '2022-04-27', '2022-04-29', '2022-04-30', '2022-05-02', '2022-05-03', '2022-05-05', '2022-05-07', '2022-05-08', '2022-05-11', '2022-05-12', '2022-05-14', '2022-05-18', '2022-05-19', '2022-05-20', '2022-05-21', '2022-05-22', '2022-05-23', '2022-05-25', '2022-05-26', '2022-05-27', '2022-05-28', '2022-05-29', '2022-05-30', '2022-06-01', '2022-06-02', '2022-06-03', '2022-06-04', '2022-06-05', '2022-06-06', '2022-06-07', '2022-06-08', '2022-06-10', '2022-06-11', '2022-06-12', '2022-06-13', '2022-06-14', '2022-06-15', '2022-06-17', '2022-06-19', '2022-06-20', '2022-06-21', '2022-06-22', '2022-06-24', '2022-06-25', '2022-06-26', '2022-06-27', '2022-06-28', '2022-06-29', '2022-06-30', '2022-07-01', '2022-07-02', '2022-07-03', '2022-07-04', '2022-07-05', '2022-07-06', '2022-07-07', '2022-07-08', '2022-07-09', '2022-07-10', '2022-07-11', '2022-07-12', '2022-07-13', '2022-07-14', '2022-07-15', '2022-07-16', '2022-07-17', '2022-07-18', '2022-07-19', '2022-07-21', '2022-07-22', '2022-07-23', '2022-07-24', '2022-07-25', '2022-07-26', '2022-07-28', '2022-07-29', '2022-07-30', '2022-07-31', '2022-08-01', '2022-08-02', '2022-08-03', '2022-08-04', '2022-08-05', '2022-08-06', '2022-08-07', '2022-08-09', '2022-08-11', '2022-08-12', '2022-08-14', '2022-08-15', '2022-08-18', '2022-08-20', '2022-08-21', '2022-08-22', '2022-08-23', '2022-08-24', '2022-08-26', '2022-08-27', '2022-08-28', '2022-08-29', '2022-08-30', '2022-08-31', '2022-09-01', '2022-09-02', '2022-09-03', '2022-09-04', '2022-09-06', '2022-09-08', '2022-09-10', '2022-09-11', '2022-09-12', '2022-09-13', '2022-09-16', '2022-09-17', '2022-09-18', '2022-09-19', '2022-09-23', '2022-09-24', '2022-09-25', '2022-09-29', '2022-09-30', '2022-10-01', '2022-10-02', '2022-10-04', '2022-10-05', '2022-10-06', '2022-10-08', '2022-10-12', '2022-10-14', '2022-10-15', '2022-10-16', '2022-10-17', '2022-10-20', '2022-10-22', '2022-10-24', '2022-10-25', '2022-10-26', '2022-10-29', '2022-10-30', '2022-11-01', '2022-11-04', '2022-11-07', '2022-11-08', '2022-11-10', '2022-11-12', '2022-11-13', '2022-11-15', '2022-11-16', '2022-11-18', '2022-11-19', '2022-11-20', '2022-11-21', '2022-11-22', '2022-11-23', '2022-11-24', '2022-11-25', '2022-11-26', '2022-11-27', '2022-11-28', '2022-11-29', '2022-11-30', '2022-12-03', '2022-12-07', '2022-12-08', '2022-12-09', '2022-12-10', '2022-12-11', '2022-12-12', '2022-12-14', '2022-12-15', '2022-12-16', '2022-12-17', '2022-12-18', '2022-12-20', '2022-12-21', '2022-12-22', '2022-12-24', '2022-12-25', '2022-12-27', '2022-12-31', '2023-01-02', '2023-01-07', '2023-01-08', '2023-01-09', '2023-01-12', '2023-01-13', '2023-01-15', '2023-01-16', '2023-01-17', '2023-01-18', '2023-01-19', '2023-01-21', '2023-01-23', '2023-01-24', '2023-01-25', '2023-01-26', '2023-01-27', '2023-01-29', '2023-01-31', '2023-02-01', '2023-02-03', '2023-02-04', '2023-02-05', '2023-02-06', '2023-02-07', '2023-02-08', '2023-02-09', '2023-02-10', '2023-02-14', '2023-02-15', '2023-02-16', '2023-02-21', '2023-02-22', '2023-02-25', '2023-02-27', '2023-02-28', '2023-03-01', '2023-03-02', '2023-03-03', '2023-03-04', '2023-03-05', '2023-03-07', '2023-03-08', '2023-03-09', '2023-03-10', '2023-03-12', '2023-03-13', '2023-03-14', '2023-03-15', '2023-03-17', '2023-03-18', '2023-03-20', '2023-03-21', '2023-03-24', '2023-03-25', '2023-03-26', '2023-03-27', '2023-03-28', '2023-03-29', '2023-03-30', '2023-03-31', '2023-04-01', '2023-04-02', '2023-04-03', '2023-04-06', '2023-04-08', '2023-04-10', '2023-04-11', '2023-04-13', '2023-04-15', '2023-04-16', '2023-04-17', '2023-04-18', '2023-04-19', '2023-04-20', '2023-04-21', '2023-04-22', '2023-04-24', '2023-04-25', '2023-04-27', '2023-04-29', '2023-04-30', '2023-05-01', '2023-05-02', '2023-05-03', '2023-05-04', '2023-05-05', '2023-05-06', '2023-05-07', '2023-05-08', '2023-05-09', '2023-05-11', '2023-05-13', '2023-05-14', '2023-05-15', '2023-05-16', '2023-05-17', '2023-05-18', '2023-05-19', '2023-05-20', '2023-05-21', '2023-05-22', '2023-05-23', '2023-05-24', '2023-05-25', '2023-05-26', '2023-05-27', '2023-05-28', '2023-05-29', '2023-05-30', '2023-06-01', '2023-06-02', '2023-06-03', '2023-06-04', '2023-06-05', '2023-06-06', '2023-06-07', '2023-06-08', '2023-06-09', '2023-06-10', '2023-06-11', '2023-06-17', '2023-06-18', '2023-06-19', '2023-06-20', '2023-06-21', '2023-06-22', '2023-06-23', '2023-06-24', '2023-06-25', '2023-06-26', '2023-06-27', '2023-06-28', '2023-06-29', '2023-06-30', '2023-07-03', '2023-07-04', '2023-07-05', '2023-07-06', '2023-07-07', '2023-07-08', '2023-07-10', '2023-07-11', '2023-07-12', '2023-07-13', '2023-07-14', '2023-07-15', '2023-07-16', '2023-07-17', '2023-07-19', '2023-07-21', '2023-07-22', '2023-07-23', '2023-07-24', '2023-07-25', '2023-07-26', '2023-07-27', '2023-07-28', '2023-07-29', '2023-07-30', '2023-07-31', '2023-08-01', '2023-08-02', '2023-08-03', '2023-08-05', '2023-08-06', '2023-08-07', '2023-08-09', '2023-08-10', '2023-08-11', '2023-08-12', '2023-08-15', '2023-08-16', '2023-08-19', '2023-08-21', '2023-08-22', '2023-08-23', '2023-08-24', '2023-08-28', '2023-08-29', '2023-08-30', '2023-08-31', '2023-09-03', '2023-09-04', '2023-09-07', '2023-09-08', '2023-09-09', '2023-09-10', '2023-09-11', '2023-09-12', '2023-09-13', '2023-09-14', '2023-09-16', '2023-09-17', '2023-09-19', '2023-09-20', '2023-09-21', '2023-09-22', '2023-09-23', '2023-09-24', '2023-09-25', '2023-09-30', '2023-10-01', '2023-10-03', '2023-10-04', '2023-10-05', '2023-10-06', '2023-10-07', '2023-10-10', '2023-10-11', '2023-10-12', '2023-10-14', '2023-10-15', '2023-10-16', '2023-10-18', '2023-10-19', '2023-10-20', '2023-10-21', '2023-10-22', '2023-10-23', '2023-10-25', '2023-10-27', '2023-10-28', '2023-10-29', '2023-10-31', '2023-11-01', '2023-11-02', '2023-11-03', '2023-11-04', '2023-11-06', '2023-11-07', '2023-11-08', '2023-11-09', '2023-11-10', '2023-11-11', '2023-11-12', '2023-11-13', '2023-11-14', '2023-11-15', '2023-11-16', '2023-11-17', '2023-11-18', '2023-11-19', '2023-11-20', '2023-11-21', '2023-11-22', '2023-11-26', '2023-11-30', '2023-12-01', '2023-12-03', '2023-12-04', '2023-12-05', '2023-12-06', '2023-12-07', '2023-12-08', '2023-12-09', '2023-12-10', '2023-12-11', '2023-12-12', '2023-12-13', '2023-12-16', '2023-12-18', '2023-12-19', '2023-12-21', '2023-12-22', '2023-12-23', '2023-12-24', '2023-12-25', '2023-12-26', '2023-12-27', '2023-12-28', '2023-12-29', '2023-12-31', '2024-01-02', '2024-01-03', '2024-01-04', '2024-01-05', '2024-01-06', '2024-01-07', '2024-01-08', '2024-01-09', '2024-01-10', '2024-01-11', '2024-01-12', '2024-01-14', '2024-01-15', '2024-01-16', '2024-01-17', '2024-01-18', '2024-01-19', '2024-01-21', '2024-01-22', '2024-01-24', '2024-01-25', '2024-01-26', '2024-01-29', '2024-01-30', '2024-01-31', '2024-02-01', '2024-02-02', '2024-02-05', '2024-02-06', '2024-02-07', '2024-02-08', '2024-02-09', '2024-02-10', '2024-02-12', '2024-02-13', '2024-02-17', '2024-02-18', '2024-02-19', '2024-02-20', '2024-02-21', '2024-02-22', '2024-02-23', '2024-02-25', '2024-02-26', '2024-02-27', '2024-02-28', '2024-02-29', '2024-03-02', '2024-03-03', '2024-03-04', '2024-03-05', '2024-03-06', '2024-03-07', '2024-03-08', '2024-03-09', '2024-03-10', '2024-03-12', '2024-03-14', '2024-03-15', '2024-03-16', '2024-03-17', '2024-03-18', '2024-03-19', '2024-03-20', '2024-03-21', '2024-03-22', '2024-03-25', '2024-03-29', '2024-03-30', '2024-03-31', '2024-04-02', '2024-04-03', '2024-04-04', '2024-04-05', '2024-04-06', '2024-04-08', '2024-04-10', '2024-04-11', '2024-04-12', '2024-04-13', '2024-04-14', '2024-04-16', '2024-04-18', '2024-04-19', '2024-04-20', '2024-04-22', '2024-04-23', '2024-04-24', '2024-04-25', '2024-04-26', '2024-04-27', '2024-04-29', '2024-04-30', '2024-05-01', '2024-05-02', '2024-05-04', '2024-05-05', '2024-05-06', '2024-05-08', '2024-05-09', '2024-05-10', '2024-05-12', '2024-05-14', '2024-05-15', '2024-05-16', '2024-05-17', '2024-05-18', '2024-05-19', '2024-05-21', '2024-05-22', '2024-05-23', '2024-05-24', '2024-05-25', '2024-05-28', '2024-05-29', '2024-05-30', '2024-05-31', '2024-06-01', '2024-06-02', '2024-06-03', '2024-06-04', '2024-06-05', '2024-06-06', '2024-06-07', '2024-06-09', '2024-06-10', '2024-06-12', '2024-06-13', '2024-06-14', '2024-06-15', '2024-06-16', '2024-06-17', '2024-06-18', '2024-06-19', '2024-06-20', '2024-06-21', '2024-06-22', '2024-06-24', '2024-06-25', '2024-06-26', '2024-06-28', '2024-06-29', '2024-06-30', '2024-07-02', '2024-07-03', '2024-07-06', '2024-07-10', '2024-07-11', '2024-07-12', '2024-07-13', '2024-07-14', '2024-07-15', '2024-07-16', '2024-07-17', '2024-07-18', '2024-07-19', '2024-07-20', '2024-07-21', '2024-07-22', '2024-07-24', '2024-07-25', '2024-07-26', '2024-07-27', '2024-07-28', '2024-07-29', '2024-07-31', '2024-08-01', '2024-08-02', '2024-08-03', '2024-08-04', '2024-08-05', '2024-08-06', '2024-08-07', '2024-08-08', '2024-08-11', '2024-08-12', '2024-08-13', '2024-08-15', '2024-08-16', '2024-08-18', '2024-08-19', '2024-08-20', '2024-08-21', '2024-08-22', '2024-08-23', '2024-08-24', '2024-08-26', '2024-08-27', '2024-08-28', '2024-08-29', '2024-08-30', '2024-08-31', '2024-09-02', '2024-09-03', '2024-09-04', '2024-09-05', '2024-09-06', '2024-09-07', '2024-09-08', '2024-09-09', '2024-09-10', '2024-09-11', '2024-09-12', '2024-09-13', '2024-09-14', '2024-09-17', '2024-09-18', '2024-09-19', '2024-09-20', '2024-09-22', '2024-09-23', '2024-09-25', '2024-09-26', '2024-09-27', '2024-09-28', '2024-09-29', '2024-09-30', '2024-10-01', '2024-10-03', '2024-10-08', '2024-10-13', '2024-10-15', '2024-10-16', '2024-10-18', '2024-10-22', '2024-10-23', '2024-10-29', '2024-10-30', '2024-10-31', '2024-11-01', '2024-11-05', '2024-11-06', '2024-11-09', '2024-11-10', '2024-11-11', '2024-11-13', '2024-11-14', '2024-11-15', '2024-11-17', '2024-11-19', '2024-11-20', '2024-11-24', '2024-11-25', '2024-11-26', '2024-11-27', '2024-12-01', '2024-12-02', '2024-12-04', '2024-12-05', '2024-12-06', '2024-12-07', '2024-12-08', '2024-12-09', '2024-12-10', '2024-12-11', '2024-12-15', '2024-12-17', '2024-12-18', '2024-12-19', '2024-12-21', '2024-12-24', '2024-12-25', '2024-12-28', '2024-12-29', '2024-12-30', '2025-01-01', '2025-01-02', '2025-01-04', '2025-01-05', '2025-01-06', '2025-01-07', '2025-01-08', '2025-01-09', '2025-01-10', '2025-01-11', '2025-01-12', '2025-01-13', '2025-01-14', '2025-01-15', '2025-01-16', '2025-01-19', '2025-01-20', '2025-01-21', '2025-01-22', '2025-01-23', '2025-01-24', '2025-01-25', '2025-01-27', '2025-01-28', '2025-01-30', '2025-02-05', '2025-02-06', '2025-02-08', '2025-02-10', '2025-02-12', '2025-02-13', '2025-02-14', '2025-02-15', '2025-02-16', '2025-02-17', '2025-02-18', '2025-02-20', '2025-02-21', '2025-02-22', '2025-02-23', '2025-02-25', '2025-02-27', '2025-03-01', '2025-03-02', '2025-03-03', '2025-03-04', '2025-03-05', '2025-03-06', '2025-03-07', '2025-03-08', '2025-03-09', '2025-03-11', '2025-03-12', '2025-03-14', '2025-03-15', '2025-03-16', '2025-03-17', '2025-03-18', '2025-03-19', '2025-03-20', '2025-03-21', '2025-03-22', '2025-03-23', '2025-03-25', '2025-03-27', '2025-03-28', '2025-03-29', '2025-03-31', '2025-04-02']\n", + "Total slots: 1095\n", + "Available slots: 805\n", + "Excluded slots due to clouds: 290\n" ] } ], @@ -464,7 +832,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 22, "id": "b0cabe8f-e1f2-4b18-8ac0-c2565d0ff16b", "metadata": {}, "outputs": [], @@ -545,7 +913,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 23, "id": "8f2c3e20-894c-4fe5-95d3-482ee3bac117", "metadata": {}, "outputs": [], @@ -558,7 +926,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 24, "id": "41b7369c-f768-44ba-983e-eb8eae4f3afd", "metadata": {}, "outputs": [ @@ -568,7 +936,7 @@ "text": [ "c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\sentinelhub\\geometry.py:137: SHDeprecationWarning: Initializing `BBox` objects from `BBox` objects will no longer be possible in future versions.\n", " return cls._tuple_from_bbox(bbox)\n", - "C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_8032\\170088608.py:67: SHDeprecationWarning: The string representation of `BBox` will change to match its `repr` representation.\n", + "C:\\Users\\timon\\AppData\\Local\\Temp\\ipykernel_5948\\170088608.py:67: SHDeprecationWarning: The string representation of `BBox` will change to match its `repr` representation.\n", " print(f' Image downloaded for ' +slot + ' and bbox ' + str(bbox))\n", "c:\\Users\\timon\\anaconda3\\Lib\\site-packages\\sentinelhub\\geometry.py:137: SHDeprecationWarning: Initializing `BBox` objects from `BBox` objects will no longer be possible in future versions.\n", " return cls._tuple_from_bbox(bbox)\n" @@ -578,6 +946,669 @@ "name": "stdout", "output_type": "stream", "text": [ + " Image downloaded for 2022-04-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-04-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-05-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-06-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-07-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-08-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-09-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-10-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-11-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2022-12-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-01-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-02-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-03-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-04-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-05-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-06-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-07-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-08-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-09-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-10-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-11-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2023-12-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-01-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-02-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-03-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-04-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-05-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-09 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-06-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-10 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-14 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-07-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-01 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-05 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-06 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-07 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-08 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-11 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-12 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-13 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-15 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-24 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-26 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-30 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2024-08-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", " Image downloaded for 2024-09-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", " Image downloaded for 2024-09-03 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", " Image downloaded for 2024-09-04 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", @@ -709,7 +1740,17 @@ " Image downloaded for 2025-03-16 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", " Image downloaded for 2025-03-17 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", " Image downloaded for 2025-03-18 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", - " Image downloaded for 2025-03-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n" + " Image downloaded for 2025-03-19 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-20 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-21 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-22 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-23 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-25 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-27 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-28 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-29 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-03-31 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n", + " Image downloaded for 2025-04-02 and bbox -47.09879025717693,-22.67132809994226,-47.09188307701802,-22.66813642658124\n" ] } ], @@ -728,7 +1769,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 25, "id": "7c0f8f0e-b1bc-4b5a-939d-e4358a485c06", "metadata": {}, "outputs": [], @@ -746,7 +1787,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 26, "id": "16c449ab-eb40-4ed9-9a26-6a64dae114e1", "metadata": {}, "outputs": [], @@ -759,7 +1800,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 27, "id": "6c02d7de-cddf-4fc3-8d23-8431415d07b8", "metadata": {}, "outputs": [], @@ -778,7 +1819,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 28, "id": "f62d8af8-1c5c-4a83-b888-7205bbe191af", "metadata": {}, "outputs": [], @@ -788,7 +1829,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 29, "id": "68db3c15-6f94-432e-b315-c329e4251b21", "metadata": { "tags": [] @@ -811,7 +1852,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 30, "id": "cb3fa856-a550-4899-844a-e69209bba3ad", "metadata": { "tags": [] @@ -822,138 +1863,212 @@ "output_type": "stream", "text": [ "Emptied folder: ..\\laravel_app\\storage\\app\\citrus_brazil_trial\\merged_virtual\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-02\\\\72bf575e70cbfac3e75f3c0e434f697f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-03\\\\114c4798d9dc77e51e2f64ce1451105f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-04\\\\777754925aafa004d9e616af11e2d09b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-05\\\\5203f593a75e56b9beeced0a88a8b24b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-06\\\\1c9758e238ac91e84357d74fc67b9f56'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-07\\\\0c7fd3960f4f89065e4763012ee2d5bf'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-08\\\\863975cad69c994bee3cbcf8c4c66969'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-09\\\\71cb610837ce5a64d07e0ecedcf8a1f4'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-10\\\\3a0e59d52b5741301b42cb7967fd0827'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-11\\\\428c35d84302073e1ffc4e9207ab5a79'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-12\\\\2ae0d2333c294e6c756ed52d156a0847'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-13\\\\3c30518183fb168f51b5642df92d386e'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-14\\\\14ca5b977611b62d8175b2eadf79b9a4'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-17\\\\5feb7fd93dc82d95616ca072e0092e48'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-18\\\\2c3c82d1217e30ba8b784d2006dc6eda'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-19\\\\0c82b031dacac3898a0d9b201832fe58'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-20\\\\8184249ce19d16a5eb46849fb71735f9'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-22\\\\11aed9763515aa396b91af85196cdae9'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-23\\\\88fe8d2633709c6e133667bd4b40899f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-25\\\\ab5f4fa8ed663d91dcb4308912aad5bd'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-26\\\\0cb8ebdce147edf0b4ab3e226ebb3c21'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-27\\\\9d3276f2df5feae36237bf88882d5653'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-28\\\\47c73cd353620a86865b047f2353f406'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-29\\\\b452dd0597eac790f3556266165cf6eb'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-09-30\\\\51a58682c6adfc98bd089ac5fd291789'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-01\\\\674447e677f39c5fd90cf16d1532762b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-03\\\\8a621381e180b7c6561d63463c98f6c6'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-08\\\\d774ecb97260c424f0ee978e9ad60ffc'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-13\\\\8b199b4d58832a4423030090e4fc0b73'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-15\\\\d40037ddaf70ecfdb7bc129935829f4a'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-16\\\\e16a77670903d84d205c6696e76463d7'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-18\\\\c39346f991a2ce0d049626064bcb81b7'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-22\\\\49104dad0d9cd58782679ab9f2fbe0f6'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-23\\\\b90dda221ad426daca9ebb7848558f4d'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-29\\\\e1b930c1d8a4ea4348d6283bb88b1605'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-30\\\\403e7bd13f7e7095ed52d444b99f77a2'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-10-31\\\\c2f7e70356620fd6c0a8acb428629b2b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-01\\\\3a5fd53572d0739709008f079db0141d'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-05\\\\6d7966d56889b59ab95e6d8dd07e1629'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-06\\\\7f0d3dff7bcce30ba35b3fe948b94d06'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-09\\\\1bfaabaa18d20650876f3f0f837fc464'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-10\\\\4df7433c53fb91d39fbd8d6eb203a15f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-11\\\\4a85241d10149b508127c5c42c58ce99'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-13\\\\4fee940f019c897926febd3ce122242d'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-14\\\\9870499724f5f8a700d5c9b71256c62f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-15\\\\4d05dbbb8da72096ca77c283e804a022'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-17\\\\e6272d213276d0dde53704378704c813'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-19\\\\af8d29be427d674b55748ec8903848da'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-20\\\\793f4696d7ea76612f7f1cf673301505'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-24\\\\5f6e5af6b78179063b799391c6597d61'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-25\\\\208ea4f8505eab64fd572e25093a8f4b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-26\\\\fac9b5276038bea8718b3f571336c3cf'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-11-27\\\\3d6409a209cda70e048113cf83da1c90'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-01\\\\7ac210da516cb232e9d76267f8ee39c7'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-02\\\\700b4040e3e2b720a1dbf7b25faf9059'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-04\\\\641f5a937bd11cfd6d24d85654f734e9'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-05\\\\eaeec4515a330c2343940e91620860a0'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-06\\\\f0bd756aa6772d9c3ff9f84af6434cb4'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-07\\\\94ad9369c6400b1acbdf8b894b1cb1c8'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-08\\\\284dd45d9d1813a2329460cc42cfdb4c'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-09\\\\aeeaa22f6830a9c85b45dd9c7f4c0d50'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-10\\\\0fe500fdba20435186533274c3209605'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-11\\\\9def53810a174b79a049ad9e1efec24e'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-15\\\\47195abd1c0e772244cf441056f5e991'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-17\\\\34982fe049a0fc1dbbe2f30f05705e6c'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-18\\\\eb4436f4ddfa0e59bf26c03183bd15eb'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-19\\\\f8c1b9e189ec749d62bee897ba91f10f'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-21\\\\ab2d84cebe8244281e0ff7d9006f0fb5'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-24\\\\b6e260c9430f266d1c8fd733c7a12c1e'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-25\\\\bd1b758761ac2ba6c943b00b5163bc2a'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-28\\\\dc365a6a3662767d6322833d515a1761'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-29\\\\67852f7ef1f65898221ce463ea2f51a2'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2024-12-30\\\\df1ffaa3e2ef4a0a56d4fddb87b02cd0'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-01\\\\914a1eedf54d698ded4481193249be40'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-02\\\\12e7c086459b3546676025cd992bc2ec'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-04\\\\9a345a95b91a71ca0d097d867aa0caf9'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-05\\\\d9662fb43eac4f6c78a99d8f18ad5615'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-06\\\\b5464b7cca316a27176c22bd43c77310'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-07\\\\ff8b06ca380223236930942f024e8c9d'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-08\\\\cd5476dfb101f204fee49eb4b3a6f009'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-09\\\\9fb60730334264b42a496aa1e050620d'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-10\\\\b26157b68926589158b98a1b0969f3f4'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-11\\\\af7aa729b49095a402cbdf11cf017297'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-12\\\\234bc64b3c483c4748f6246243614a88'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-13\\\\54748c54f681b300b70e2883fec8ea96'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-14\\\\df8c9ba68dfab8d405f80bc8dc26db88'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-15\\\\99b61d572a1be3143a067f74eff66079'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-16\\\\e1e1d6b5aaca9fba11e7bf62579a14ec'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-19\\\\f417a4934ae7a1e36f08c3d6489f17b8'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-20\\\\c8b490408b2264c6448192f12e792a75'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-21\\\\43dd07df050993853e78b63d6d956fe8'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-22\\\\7597b91f9fef0a84f0259802912723ac'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-23\\\\477ff86feb1c2850f1a24ee962f6f6ec'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-24\\\\bee206b01468e0cc104bf60fdfe33874'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-25\\\\8f4cd3f6b7680099c62f1f9c97c922f8'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-27\\\\c2061cdf48bc7dabda24da2f23824c7c'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-28\\\\f9ce071a4d9528c4dbef8646b43bf973'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-01-30\\\\56e92f1ec48e39b1d64dd62e82072475'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-05\\\\843289fbd62aa9cd02bba516de9a0722'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-06\\\\760931a79e81ceb300bf8300eacf01e5'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-08\\\\0e4052b0635db538d72719d3bcea8341'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-10\\\\3d394659fedbc44684569e9d4cc2f043'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-12\\\\3c0f39b35d3f085c5e030858d53911b8'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-13\\\\4701249430f1721aa1da83831d8573fe'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-14\\\\3393c6a027a41088f7f06a1c8dd68aae'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-15\\\\993219b19f5281f464b74250c5f334ce'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-16\\\\64f987c747d3957866f9719c6a9ba891'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-17\\\\c91414868650cb8819a98ec9919f1dbe'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-18\\\\d0776e9878d46900de9a98a2f5c469bc'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-20\\\\b2fa0aacb450331e88afbf4ba9f65dc5'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-21\\\\f2ce59999603874c9f6e570055c33ba5'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-22\\\\c3ebe66a11708c3b9be7b86fbdfc4fe3'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-23\\\\6bca21051e3c6de08c50984abfa87acf'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-25\\\\c973559dbc74eb31e559fc789d98a4d1'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-02-27\\\\6c9095499371586671b10a07598b6157'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-01\\\\c27d4cfebff8667bc7b09c938e1a9ba4'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-02\\\\1d1fad53ddbab5d0e754ed4c621e9876'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-03\\\\40e2a7b753a6f60aae3f57f350096ae1'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-04\\\\6d6ea8a06b42ffe29c5099f2f9deb87e'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-05\\\\6d6ef105cb30ece52d7b487d24692392'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-06\\\\5a64a7f6159819c409d82b037ad93e9c'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-07\\\\19dc29be7f5d3cc30d2f0cae9da65959'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-08\\\\e0fafbbd64feb12c51935e0409a60fde'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-09\\\\fb8f0a7c21690d3bf9f431f319fb5cf3'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-11\\\\bbea8e297fd2afc1ee0349308fe94849'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-12\\\\216b34377996861e1ec2af9aac3879ca'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-14\\\\6b5e41a44a6d6c4507fe9c2189926902'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-15\\\\44c19b4a13d20173f6d8eda343ec462c'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-16\\\\dcf8ea70dd91037feb69c3b9d1587e0b'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-17\\\\ed2e710e1fe15265bb6d5f6778960dc5'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-18\\\\2690efcdc39b587b17236d4488c8ee60'\n", - "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2025-03-19\\\\4ba6cc5f717dae7c448375a411c061c5'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-06\\\\739e5b07b94747cf5518439c03a6a882'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-08\\\\975b5f7dce90c163778e7cd60138b6e0'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-09\\\\560f3d8f33d2e3a11e451da334e2b99d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-10\\\\147bb96d7ff751a8a5bcddec4650b3c3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-11\\\\20ceb12e0969527eee2f862a46ad2089'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-12\\\\b280a04ed56a2749afd0531cbc5e2738'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-13\\\\ccb8960db9f078057d9a295c95951f5e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-14\\\\b4894ef5fc0261d2d2cee3862586d2c9'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-16\\\\bfdccfeef2323f84e7ab7eb57a1f9e0f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-17\\\\6f57540b83f9f6fc395e93b576ea3a7f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-19\\\\259507a61f06024282a9cef7e7674843'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-20\\\\455f6fa8b835a94c7df4a99dc78aa5cd'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-21\\\\ba46a7de1a6e50d7b7019cf72bd5b042'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-22\\\\b83412c909857fe292e6f08d6efc83f8'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-23\\\\473530acf397c287242c91e00a673a6a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-24\\\\75e8ef5602fd227d5f4cf2f49a4192dc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-25\\\\9e1dc988b59129df6b4b8e0a5c71386c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-26\\\\45a8c237a74a0e3c26ef755caed0a980'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-27\\\\5d807380b12eae6b64523f283cd03132'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-29\\\\f300818abe064b39e19cebcfa9272f08'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-04-30\\\\536ec3dbb365b902374558b0e18fd86d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-02\\\\f1a6fd087df19a79b1b79d3488323fc6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-03\\\\97620c35129411c4bbac64f5a54502cc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-05\\\\fd91b61b5108fb2153973e07449bf94c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-07\\\\f44ace4ff332d7769a438329579fb90c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-08\\\\52a48086f41bc3d97b73e449b6a56720'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-11\\\\e1d4d5ba43d35430e921b5a90b30a2c3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-12\\\\b9cfcf39cab0c7917fe3bd9d2ce1d2dd'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-14\\\\a7693d7974ad917ff6d009545d529fc1'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-18\\\\4471541ca7c0ec4b6f654482458d67fa'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-19\\\\787e72845978852f91ba3d751e894c5a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-20\\\\a5c34eb398fe87de72bbb73216351f68'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-21\\\\8a5d080091874816e49e7acb76f345b2'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-22\\\\cb221b5d5cea693db56facc2b928a3a3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-23\\\\387620e1283d8f08640783ca83f534a6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-25\\\\cee94abac76a87374e03313b95f9c24a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-26\\\\02f7a7f40181ffdeddcdccbc4c3279a6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-27\\\\73bd81f36d028a45cca3c96f8cc0e039'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-28\\\\602ca22cd4e7e087ea9b3192b1c69f3f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-29\\\\b0da02900f7396f48e32c4f3a28de4a5'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-05-30\\\\f1324a8077a10d4bb13424610788c275'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-01\\\\727173997afb53e9b7e67c3a96420c5e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-02\\\\431240d39b4adf4317cac44dea9e0c58'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-03\\\\ee7fdaf915f7974d098c2e21c2576d69'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-04\\\\4e66468bdadeb9097ed547a91d55ea5f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-05\\\\fee223cc34c83bf00cf7953857e9ee85'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-06\\\\4b043cfa6363838e81f55ba0cfdee167'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-07\\\\5096cc51ba94577abb2dd56204381673'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-08\\\\72edfa44afb0b87de66c79d70f89e848'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-10\\\\04bda6ff00521d02f1474224e9590230'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-11\\\\fcb7088d43f6c25a6b488bbdcda62652'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-12\\\\59fa3ab0fbfd363ab8af4a8949141ee7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-13\\\\6dbbe42edce79f12eae04ff93f1c861e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-14\\\\8509758460f42d43df3cecf7bba1ecb7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-15\\\\19e1fdb2014e28baa9bd367842b1a2c7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-17\\\\707db03584d3ce6d740d49e4df0681fd'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-19\\\\259fa487fd8b327c59f11affc0ec0aa4'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-20\\\\164a8412a0ade5cb1dc29074811588be'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-21\\\\d2a28a1011f6dbdbf9976d2c82e55590'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-22\\\\5cd42d881b4c6cbe6bc7f9fa43cf540a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-24\\\\156f0d2c5d34a3d724b43df2ad6cb973'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-25\\\\3fc88633503c581a975af68236edaa54'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-26\\\\9b3946ef6cfb9fb76d77da5a7196675f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-27\\\\b0dd9d246b22a37f695803816f6f693f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-28\\\\d0bc816e07abd36dd02f2c6a0a58cefb'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-29\\\\d2efc6fd3426b30c8328392b73628404'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-06-30\\\\04aae5de5aa03c237317422abc25fd9c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-01\\\\c9fba90cedd484b9b9f1c2324556bad7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-02\\\\68ea947d4597389586bc6273f2a44b29'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-03\\\\559502e5559f2d0dd6cd4ea58dfe23d4'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-04\\\\7fabe639423539109c3bf5a4089b30c8'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-05\\\\9ad0525f06dcda56f62fb8ebafe25f7a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-06\\\\6fd763985cebafa05c162140fb75e5e3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-07\\\\2f945cf98f4e106b16c82c39381814a4'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-08\\\\031662b95ebdfc245d60013866567076'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-09\\\\83900b3c79f0ece952d44caed5d27eb6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-10\\\\3ab5697089b8308647f90c5899a9d825'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-11\\\\cc28299397fd469453e6a95ea3104305'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-12\\\\cb28d70945f82724d4bcf657e01c12d6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-13\\\\b96a047c7961abed4df5351eab0cfce5'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-14\\\\9f977425569ef08fc65037e0a748a1b6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-15\\\\9a4f6d8cf9b3be5c4277fe97ba9f0ba9'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-16\\\\484bb07688adfd179745e1d9e7a4dbd1'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-17\\\\c4815b7ec2435e19ca41cf908981d2e6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-18\\\\33541c458f08474e1c22962ac663ee9e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-19\\\\0019559d9bb3a0cf0a716a2904db2e03'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-21\\\\a632b8a7397a05ffcc0a3e6d6764dbf8'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-22\\\\5e00cf0ca48e8d9605ecb22ab09219e9'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-23\\\\8f31dacd81b7cf160767f0cde76be917'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-24\\\\61421803929083f01c133288807d73b6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-25\\\\754c771ef8d2219327383c327f7b4829'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-26\\\\2c0d09eeb5da33d7e698b0c91316b6ee'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-28\\\\8541cee9eb7b6ca72362798f240ea780'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-29\\\\bbd3c282fe4b53e83f56289205a704a2'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-30\\\\cdf6a64b217b227f3b0b5f015ae6951c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-07-31\\\\52929cc81e61d51267e650716343c115'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-01\\\\515a4d976def93f48d39a147b221826c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-02\\\\e324e6602fe4dbc0b5e1e5d12f9b6b59'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-03\\\\23be832a69cf8223e058530eb3be82c7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-04\\\\74653f1f39ac498f32dab3cecf42ed0a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-05\\\\f4a69ff1f3899431b89a79ac2fdbf446'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-06\\\\38dd27e2a1a3d2034c2f082a6656090c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-07\\\\1e203b729661a0360592c33fca6cd245'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-09\\\\f08659146c600b286e8c08416cd54527'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-11\\\\df73acf64acc910463e4c54a4fbec034'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-12\\\\bd7890f7d8dae834fb4df6f7c207eb3f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-14\\\\fcc9d444d86baa4989d3de105e152e4c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-15\\\\aa0ae5c9fbc0ec64b3da409732fbf65d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-18\\\\471209329f6113ec188ddf4331ed5e11'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-20\\\\fd1212d01f9dc4899e8f1ceff23e269a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-21\\\\e4dc51736b1308d87b2d3c12d114b5cd'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-22\\\\ca6a8f4982e1cd717b89db960b54fd22'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-23\\\\8efdd006ad640fa78036a968db0623ab'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-24\\\\1986d5ed5f08e83ed8fdbb22f988bcb3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-26\\\\3dec5e43137b622efaee94d71dd94281'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-27\\\\e7b146ede94c81bccb8e52ac30e1e4cc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-28\\\\a279ebb63b871e5cea8b20acc41a758d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-29\\\\9a0e8c7e6ad2fa8946407cf888ee6e36'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-30\\\\76b3ee11ddd4301bec65271e5d2cc1e0'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-08-31\\\\3fa3f616aed88719b8b393c445896442'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-01\\\\f56926823b403c93de201a2c427f4741'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-02\\\\b8837e7f231f381aae62e7c54bd7f1fd'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-03\\\\4fe7694ef04a3176d35f609d2de4a565'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-04\\\\40525308a6db366f7e67d500e21f79ab'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-06\\\\6297a2dfece83a51f84b1483a0ac6027'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-08\\\\293c7c568f24c341eb6302d2e0c6bd4e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-10\\\\e0ea0737c3325bcb8c6071874e384cc8'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-11\\\\1377bb7ef9f59c7c427edefb3b15d5ab'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-12\\\\942b43857c37e506517f46eb65c22806'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-13\\\\8eb10d0cf2e2f524051a439c153fbfee'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-16\\\\b9efd95535f291dbe3ca21ba8243ca1d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-17\\\\2875f659705afab9f4b98e6c106bfa99'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-18\\\\03a04d6b2936900834b9f1177edd7959'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-19\\\\8502dff904a83eefe4fc3680b6b367fc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-23\\\\348bd446565e1fa947b47db957c454c6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-24\\\\e46d95e7f2132e6b12eb40f9c5530038'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-25\\\\8c0ee0707f600d15637e652e5d45cace'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-29\\\\ea6df2311779bb919c38eb2290fca6b0'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-09-30\\\\ba7085c508b482af488346761ab18260'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-01\\\\ac34c2afc14c1a95e2e88df24f60337e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-02\\\\49a6e276b491f80a45795a81c6e90039'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-04\\\\8390c88d3d3251e4303341aba06f9707'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-05\\\\fea4a86d3bed4e9bd07986859b012d53'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-06\\\\87907b967b4b8d32cfdb6d9c2fe4751c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-08\\\\5c615b1bac43c34351ad45653d669b98'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-12\\\\8ca9dd2605e49ccdbd241b82238360b7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-14\\\\67f1dc22b749e88a87527b48412e76bf'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-15\\\\b6223ee2ed148c5902bb96393e4e73a6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-16\\\\1e9dd526e788c06a5ba8376ba8180f5c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-17\\\\705c68cbdbd35e3ac9c5a1f2d2052a0f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-20\\\\734c998cdfe4421c8c524becc2e62e74'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-22\\\\e109ceb686077f31f4498d7f95ef918f'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-24\\\\a30eacc0b1ced2250dabe3612439a0a6'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-25\\\\cafc3e9608059b610a4cf45887d76296'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-26\\\\54ec6bc3a8b42f6e19121c897c14d80c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-29\\\\ed19b3c473779f35015d461782dc7502'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-10-30\\\\e9866d7f4f8e947302a98f241e1bc345'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-01\\\\ada9c220e25aec789a3c5b8209722317'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-04\\\\a2f7f051f807fd5cc7620eb8f43ee607'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-07\\\\e9f688b986ce11a4847ec1103402cc28'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-08\\\\3d681376c072b7f39e885c56721a04d1'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-10\\\\92b0866881dc662cb857ee06caba95c7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-12\\\\b93305b65052f431a246117009a99c83'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-13\\\\559fa65e67ed5d242b892113813a1242'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-15\\\\92c9e12455ad29b372b9743ebac042c9'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-16\\\\d3e8c176deb925bb7331beb9015026fa'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-18\\\\9d4e7e3d434995d7c4e63f13f56234f4'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-19\\\\c92bb0d52c7faca33726dadc56a31a44'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-20\\\\6f90989f438dfc1a6e88e2198075bc51'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-21\\\\5c0c6cac9862bf439441f0598bc9203d'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-22\\\\39d4a42d640a6046f8a4b34a8e9e9734'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-23\\\\2e313eb93aa41b4e5bc9e7f25df9985b'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-24\\\\7b4f2ffadb5c491ebb38ca29277ab016'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-25\\\\ad43bdf60b4e7c8ec2369d1f1c8ede43'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-26\\\\7cfc83d40ec8c2f8f4d7adb31ed2e0d9'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-27\\\\50c1eea195361bf993e2685d19d35ade'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-28\\\\eb9a4cc3c0067b596a0a9a5949c3f19c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-29\\\\e7c19e7b3359358a7c4a6589f878aad0'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-11-30\\\\b6647e602306d61d65a891c50e91a4d2'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-03\\\\4a9a18f95f9cf64c92c43a9dde331336'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-07\\\\de7d4cb14f1f74e0e857a6c340d0905c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-08\\\\ca82f3cfd718e41aeb222b6237168f5c'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-09\\\\7d06c7d26b6a500405c975dda7cee319'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-10\\\\ae06916f2758c2284d0b1ca845da69cc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-11\\\\6c2aeee92347d79677770b052f1a2445'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-12\\\\306e973ac37d64c91e6a18a03daca6c3'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-14\\\\656c06b7e0173fd92477892e421b10b4'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-15\\\\06520486eb087effca3ad61d41f09667'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-16\\\\96f36a2e9995383187bfa8dd5bee2f6e'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-17\\\\6d1da5751002a53c3ca7a4ffd49e99e8'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-18\\\\00b6448cc17cccba09729e1d6f5449ec'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-20\\\\6e568ab8d5ce58ed0bfb242475994476'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-21\\\\5847c2d63d4b08fea81710e0e0fedf9b'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-22\\\\2e96f499973a0a72ef385287f947d80b'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-24\\\\53e598be77365bc2c56a94fd311c6cc7'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-25\\\\64ec7956bf74d044aa44ad065291d624'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-27\\\\e3018fc1bf8e77eb078e0e19e6a01977'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2022-12-31\\\\fdd063ba5f909a3c619dde4b44192bcc'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-02\\\\654936769fdd8ef3e99220fcfe71cfcf'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-07\\\\8e97e5f0e238177223fd586bb0737b2a'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-08\\\\6d229ce25af24ff37cfa7b54fd916156'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-09\\\\dd9743b5c2e8ab6a2223f310f1508023'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-12\\\\7a1c456f7475a95400e79eec68277e73'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-13\\\\3a7b86d2565784dc978cd7f53ef45d71'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-15\\\\bf1ae2bc023232e918cc2afa8b289b25'\n", + "Error: [WinError 5] Toegang geweigerd: '..\\\\laravel_app\\\\storage\\\\app\\\\citrus_brazil_trial\\\\single_images\\\\2023-01-16\\\\71076bd8146337f70d93822b6cb02155'\n", "Emptied folder: ..\\laravel_app\\storage\\app\\citrus_brazil_trial\\single_images\n" ] } @@ -989,6 +2104,14 @@ "# Call the function to empty folders only if the 'run' parameter is set to True\n", "empty_folders(folders_to_empty, run=empty_folder_question)\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "3f91f490", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { diff --git a/r_app/CI_report_dashboard_planet.Rmd b/r_app/CI_report_dashboard_planet.Rmd index 76c27c3..24f643f 100644 --- a/r_app/CI_report_dashboard_planet.Rmd +++ b/r_app/CI_report_dashboard_planet.Rmd @@ -277,9 +277,15 @@ The below table shows estimates of the biomass if you would harvest them now. #CI_quadrant <- readRDS(here(cumulative_CI_vals_dir,"All_pivots_Cumulative_CI_quadrant_year_v2.rds")) CI_quadrant <- readRDS(here(cumulative_CI_vals_dir,"All_pivots_Cumulative_CI_quadrant_year_v2.rds")) %>% -group_by(model) %>% # Group by model or other relevant columns -fill(field, sub_field, .direction = "downup") %>% # Fill down then up within each group -ungroup() + group_by(model) %>% # Group by model or other relevant columns + fill(field, sub_field, .direction = "downup") %>% # Fill down then up within each group + ungroup() + +# Check if tonnage_ha is empty +if (all(is.na(CI_quadrant$tonnage_ha))) { + log_message("Lacking historic harvest data, please provide for yield prediction calculation") + knitr::knit_exit() # Exit the chunk if tonnage_ha is empty +} harvesting_data <- harvesting_data %>% rename(season = year)