Skip to content

Instantly share code, notes, and snippets.

@bennyistanto
Last active November 15, 2023 00:43
Show Gist options
  • Save bennyistanto/462d9bcb922f6aec700ffba213aa1db4 to your computer and use it in GitHub Desktop.
Save bennyistanto/462d9bcb922f6aec700ffba213aa1db4 to your computer and use it in GitHub Desktop.
Zonal Statistics using rasterstats on CHIRPS and admin boundaries, then join the csv's into single csv file.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "d4c9c49e",
"metadata": {},
"source": [
"# Zonal Statistics based on raster value using admin boundaries"
]
},
{
"cell_type": "markdown",
"id": "ec4fce24",
"metadata": {},
"source": [
"## Admin1"
]
},
{
"cell_type": "markdown",
"id": "f9dc44b6",
"metadata": {},
"source": [
"**1. Zonal Statistics**\n",
"\n",
"This process required GeoTIFFs in a folder as input and shapefile as boundary zone. This utilize `rasterstats` library, and the process and output are similar to ArcPy Zonal Statistics (`categorical=False`), if the value is `True` then the result will produce simlar output like ArcPy Zonal Histogram."
]
},
{
"cell_type": "code",
"execution_count": 12,
"id": "6d009a38",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" adm1_src adm1_name adm0_src adm0_name \\\n",
"0 LB1 Beirut LBN Lebanon \n",
"1 LB2 Bekaa LBN Lebanon \n",
"2 LB3 Mount Lebanon LBN Lebanon \n",
"3 LB4 El Nabatieh LBN Lebanon \n",
"4 LB5 North LBN Lebanon \n",
"\n",
" geometry \n",
"0 MULTIPOLYGON (((35.48944 33.86795, 35.48880 33... \n",
"1 POLYGON ((35.77209 33.41926, 35.77188 33.41959... \n",
"2 MULTIPOLYGON (((35.43331 33.57270, 35.43321 33... \n",
"3 POLYGON ((35.35334 33.05768, 35.35267 33.05801... \n",
"4 MULTIPOLYGON (((35.72782 34.33613, 35.72824 34... \n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 0%| | 0/513 [02:19<?, ?file/s]\n",
"Processing: 0%| | 1/513 [00:00<02:01, 4.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 0%|▏ | 2/513 [00:00<01:54, 4.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▎ | 3/513 [00:00<01:57, 4.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▍ | 4/513 [00:00<01:58, 4.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▌ | 5/513 [00:01<02:14, 3.78file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▌ | 6/513 [00:01<02:18, 3.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▋ | 7/513 [00:01<02:13, 3.80file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▊ | 8/513 [00:02<02:10, 3.88file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 9/513 [00:02<02:16, 3.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 10/513 [00:02<02:15, 3.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█ | 11/513 [00:02<02:16, 3.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█▏ | 12/513 [00:03<02:18, 3.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▎ | 13/513 [00:03<02:24, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▍ | 14/513 [00:03<02:24, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▍ | 15/513 [00:04<02:20, 3.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▌ | 16/513 [00:04<02:14, 3.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▋ | 17/513 [00:04<02:11, 3.76file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▊ | 18/513 [00:04<02:12, 3.72file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▉ | 19/513 [00:05<02:07, 3.89file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▉ | 20/513 [00:05<02:04, 3.96file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██ | 21/513 [00:05<02:02, 4.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██▏ | 22/513 [00:05<02:04, 3.95file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██▎ | 23/513 [00:06<02:03, 3.98file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 24/513 [00:06<02:13, 3.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 25/513 [00:06<02:11, 3.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▌ | 26/513 [00:06<02:12, 3.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▋ | 27/513 [00:07<02:10, 3.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▊ | 28/513 [00:07<02:12, 3.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▉ | 29/513 [00:07<02:10, 3.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▉ | 30/513 [00:08<02:15, 3.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███ | 31/513 [00:08<02:12, 3.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███▏ | 32/513 [00:08<02:10, 3.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███▎ | 33/513 [00:08<02:17, 3.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▍ | 34/513 [00:09<02:22, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▍ | 35/513 [00:09<02:23, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▌ | 36/513 [00:09<02:14, 3.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▋ | 37/513 [00:09<02:09, 3.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▊ | 38/513 [00:10<02:18, 3.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▉ | 39/513 [00:10<02:13, 3.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▉ | 40/513 [00:10<02:12, 3.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████ | 41/513 [00:11<02:10, 3.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████▏ | 42/513 [00:11<02:15, 3.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████▎ | 43/513 [00:11<02:13, 3.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▎ | 44/513 [00:11<02:13, 3.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▍ | 45/513 [00:12<02:06, 3.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▌ | 46/513 [00:12<02:33, 3.04file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▋ | 47/513 [00:12<02:24, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▊ | 48/513 [00:13<02:26, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▊ | 49/513 [00:13<02:23, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▉ | 50/513 [00:13<02:36, 2.95file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████ | 51/513 [00:14<02:31, 3.05file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████▏ | 52/513 [00:14<02:28, 3.10file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████▎ | 53/513 [00:14<02:23, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▎ | 54/513 [00:15<02:17, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▍ | 55/513 [00:15<02:14, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▌ | 56/513 [00:15<02:18, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▋ | 57/513 [00:16<02:20, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▊ | 58/513 [00:16<02:19, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▊ | 59/513 [00:16<02:12, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▉ | 60/513 [00:16<02:18, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████ | 61/513 [00:17<02:16, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▏ | 62/513 [00:17<02:14, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▎ | 63/513 [00:17<02:13, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▎ | 64/513 [00:18<02:34, 2.90file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▍ | 65/513 [00:18<02:29, 3.00file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▌ | 66/513 [00:18<02:21, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▋ | 67/513 [00:19<02:14, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▊ | 68/513 [00:19<02:14, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▊ | 69/513 [00:19<02:11, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▉ | 70/513 [00:20<02:08, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████ | 71/513 [00:20<02:07, 3.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▏ | 72/513 [00:20<02:13, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▎ | 73/513 [00:20<02:14, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▎ | 74/513 [00:21<02:08, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▍ | 75/513 [00:21<02:13, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▌ | 76/513 [00:21<02:18, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▋ | 77/513 [00:22<02:18, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▊ | 78/513 [00:22<02:16, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▊ | 79/513 [00:22<02:14, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▉ | 80/513 [00:23<02:13, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████ | 81/513 [00:23<02:16, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▏ | 82/513 [00:23<02:06, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▎ | 83/513 [00:24<02:07, 3.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▎ | 84/513 [00:24<02:04, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▍ | 85/513 [00:24<02:02, 3.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▌ | 86/513 [00:24<02:04, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▋ | 87/513 [00:25<02:10, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▋ | 88/513 [00:25<02:09, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▊ | 89/513 [00:25<02:15, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▉ | 90/513 [00:26<02:22, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████ | 91/513 [00:26<02:14, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▏ | 92/513 [00:26<02:10, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▏ | 93/513 [00:27<02:08, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▎ | 94/513 [00:27<02:08, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▍ | 95/513 [00:27<02:07, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▌ | 96/513 [00:28<02:07, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 97/513 [00:28<01:59, 3.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 98/513 [00:28<02:02, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▊ | 99/513 [00:28<02:00, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 100/513 [00:29<02:00, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▊ | 101/513 [00:29<02:01, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▉ | 102/513 [00:29<02:04, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████ | 103/513 [00:30<02:03, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████▏ | 104/513 [00:30<02:00, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████▏ | 105/513 [00:30<02:03, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▎ | 106/513 [00:30<01:59, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▍ | 107/513 [00:31<01:58, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▌ | 108/513 [00:31<01:57, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_198912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▌ | 109/513 [00:31<01:58, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▋ | 110/513 [00:32<01:58, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▊ | 111/513 [00:32<01:58, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▉ | 112/513 [00:32<01:52, 3.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████ | 113/513 [00:32<01:53, 3.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████ | 114/513 [00:33<01:51, 3.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████▏ | 115/513 [00:33<01:53, 3.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▎ | 116/513 [00:33<01:50, 3.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▍ | 117/513 [00:34<01:50, 3.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▌ | 118/513 [00:34<01:57, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▌ | 119/513 [00:34<01:59, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▋ | 120/513 [00:34<01:56, 3.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▊ | 121/513 [00:35<02:20, 2.79file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▉ | 122/513 [00:35<02:14, 2.91file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▉ | 123/513 [00:36<02:09, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|████████████ | 124/513 [00:36<02:06, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|████████████▏ | 125/513 [00:36<02:11, 2.96file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▎ | 126/513 [00:37<02:06, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▍ | 127/513 [00:37<02:00, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▍ | 128/513 [00:37<01:53, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▌ | 129/513 [00:37<01:52, 3.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▋ | 130/513 [00:38<01:50, 3.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▊ | 131/513 [00:38<01:45, 3.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▊ | 132/513 [00:38<01:46, 3.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▉ | 133/513 [00:39<01:51, 3.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|█████████████ | 134/513 [00:39<02:20, 2.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|█████████████▏ | 135/513 [00:39<02:20, 2.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▎ | 136/513 [00:40<02:12, 2.85file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▎ | 137/513 [00:40<02:06, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▍ | 138/513 [00:40<02:09, 2.89file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▌ | 139/513 [00:41<02:10, 2.87file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▋ | 140/513 [00:41<02:09, 2.88file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▋ | 141/513 [00:41<02:05, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████▊ | 142/513 [00:42<02:00, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████▉ | 143/513 [00:42<01:58, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████ | 144/513 [00:42<01:58, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████▏ | 145/513 [00:43<01:58, 3.10file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████▏ | 146/513 [00:43<01:52, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▎ | 147/513 [00:43<01:55, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▍ | 148/513 [00:44<01:52, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▌ | 149/513 [00:44<01:50, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▌ | 150/513 [00:44<01:58, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▋ | 151/513 [00:45<01:58, 3.05file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|██████████████▊ | 152/513 [00:45<01:58, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|██████████████▉ | 153/513 [00:45<01:59, 3.01file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████ | 154/513 [00:46<02:06, 2.83file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████ | 155/513 [00:46<02:03, 2.89file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████▏ | 156/513 [00:46<01:57, 3.03file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▎ | 157/513 [00:47<01:57, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▍ | 158/513 [00:47<01:57, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▍ | 159/513 [00:47<01:59, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▌ | 160/513 [00:48<01:59, 2.95file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▋ | 161/513 [00:48<01:51, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▊ | 162/513 [00:48<01:56, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▉ | 163/513 [00:49<01:52, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▉ | 164/513 [00:49<01:48, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|████████████████ | 165/513 [00:49<01:46, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|████████████████▏ | 166/513 [00:50<01:59, 2.91file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▎ | 167/513 [00:50<01:53, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▎ | 168/513 [00:50<01:52, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▍ | 169/513 [00:51<01:53, 3.03file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▌ | 170/513 [00:51<01:50, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▋ | 171/513 [00:51<01:46, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▊ | 172/513 [00:51<01:45, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▊ | 173/513 [00:52<01:46, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▉ | 174/513 [00:52<01:45, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|█████████████████ | 175/513 [00:52<01:54, 2.94file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|█████████████████▏ | 176/513 [00:53<01:56, 2.88file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▎ | 177/513 [00:53<01:49, 3.05file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▎ | 178/513 [00:53<01:46, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▍ | 179/513 [00:54<01:43, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▌ | 180/513 [00:54<01:45, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▋ | 181/513 [00:54<01:48, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▋ | 182/513 [00:55<01:46, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|█████████████████▊ | 183/513 [00:55<01:49, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|█████████████████▉ | 184/513 [00:55<01:46, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████ | 185/513 [00:56<01:44, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████▏ | 186/513 [00:56<01:43, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████▏ | 187/513 [00:56<01:50, 2.94file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▎ | 188/513 [00:57<01:56, 2.79file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▍ | 189/513 [00:57<01:49, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▌ | 190/513 [00:57<01:47, 3.00file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▌ | 191/513 [00:58<01:41, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▋ | 192/513 [00:58<01:36, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|██████████████████▊ | 193/513 [00:58<01:37, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|██████████████████▉ | 194/513 [00:59<01:41, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████ | 195/513 [00:59<01:41, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████ | 196/513 [00:59<01:38, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████▏ | 197/513 [00:59<01:33, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▎ | 198/513 [01:00<01:34, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▍ | 199/513 [01:00<01:34, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▍ | 200/513 [01:00<01:35, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▌ | 201/513 [01:01<01:33, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▋ | 202/513 [01:01<01:37, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▊ | 203/513 [01:01<01:40, 3.08file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▉ | 204/513 [01:02<01:42, 3.00file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▉ | 205/513 [01:02<01:37, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|████████████████████ | 206/513 [01:02<01:37, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|████████████████████▏ | 207/513 [01:03<01:32, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▎ | 208/513 [01:03<01:31, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▎ | 209/513 [01:03<01:31, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▍ | 210/513 [01:04<01:34, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▌ | 211/513 [01:04<01:34, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▋ | 212/513 [01:04<01:37, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▊ | 213/513 [01:05<01:35, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▊ | 214/513 [01:05<01:33, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▉ | 215/513 [01:05<01:31, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████ | 216/513 [01:05<01:30, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████▏ | 217/513 [01:06<01:33, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████▏ | 218/513 [01:06<01:34, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▎ | 219/513 [01:06<01:36, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▍ | 220/513 [01:07<01:30, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▌ | 221/513 [01:07<01:31, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▋ | 222/513 [01:07<01:28, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▋ | 223/513 [01:08<01:27, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|█████████████████████▊ | 224/513 [01:08<01:26, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|█████████████████████▉ | 225/513 [01:08<01:30, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████ | 226/513 [01:09<01:30, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████ | 227/513 [01:09<01:29, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████▏ | 228/513 [01:09<01:28, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_199912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▎ | 229/513 [01:10<01:31, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▍ | 230/513 [01:10<01:29, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▌ | 231/513 [01:10<01:27, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▌ | 232/513 [01:10<01:29, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▋ | 233/513 [01:11<01:29, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|██████████████████████▊ | 234/513 [01:11<01:27, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|██████████████████████▉ | 235/513 [01:11<01:24, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████ | 236/513 [01:12<01:21, 3.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████ | 237/513 [01:12<01:24, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████▏ | 238/513 [01:12<01:25, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▎ | 239/513 [01:13<01:24, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▍ | 240/513 [01:13<01:24, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▍ | 241/513 [01:13<01:30, 2.99file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▌ | 242/513 [01:14<01:32, 2.92file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▋ | 243/513 [01:14<01:27, 3.08file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▊ | 244/513 [01:14<01:30, 2.96file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▉ | 245/513 [01:15<01:26, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▉ | 246/513 [01:15<01:22, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|████████████████████████ | 247/513 [01:15<01:21, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|████████████████████████▏ | 248/513 [01:15<01:21, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▎ | 249/513 [01:16<01:20, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▎ | 250/513 [01:16<01:22, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▍ | 251/513 [01:16<01:18, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▌ | 252/513 [01:17<01:19, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▋ | 253/513 [01:17<01:15, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▊ | 254/513 [01:17<01:14, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▊ | 255/513 [01:18<01:18, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▉ | 256/513 [01:18<01:21, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████ | 257/513 [01:18<01:21, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████▏ | 258/513 [01:19<01:20, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████▏ | 259/513 [01:19<01:14, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▎ | 260/513 [01:19<01:17, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▍ | 261/513 [01:19<01:14, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▌ | 262/513 [01:20<01:14, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▋ | 263/513 [01:20<01:12, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▋ | 264/513 [01:20<01:18, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|█████████████████████████▊ | 265/513 [01:21<01:15, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|█████████████████████████▉ | 266/513 [01:21<01:16, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████ | 267/513 [01:21<01:17, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████ | 268/513 [01:22<01:18, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████▏ | 269/513 [01:22<01:14, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▎ | 270/513 [01:22<01:12, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▍ | 271/513 [01:22<01:13, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▌ | 272/513 [01:23<01:15, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▌ | 273/513 [01:23<01:13, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▋ | 274/513 [01:23<01:12, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▊ | 275/513 [01:24<01:14, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▉ | 276/513 [01:24<01:14, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▉ | 277/513 [01:24<01:14, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|███████████████████████████ | 278/513 [01:25<01:13, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|███████████████████████████▏ | 279/513 [01:25<01:14, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▎ | 280/513 [01:25<01:13, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▍ | 281/513 [01:26<01:15, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▍ | 282/513 [01:26<01:13, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▌ | 283/513 [01:26<01:13, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▋ | 284/513 [01:27<01:13, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▊ | 285/513 [01:27<01:11, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▉ | 286/513 [01:27<01:12, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▉ | 287/513 [01:28<01:17, 2.91file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|████████████████████████████ | 288/513 [01:28<01:13, 3.05file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|████████████████████████████▏ | 289/513 [01:28<01:08, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▎ | 290/513 [01:29<01:10, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▎ | 291/513 [01:29<01:06, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▍ | 292/513 [01:29<01:06, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▌ | 293/513 [01:29<01:05, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▋ | 294/513 [01:30<01:06, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▊ | 295/513 [01:30<01:05, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▊ | 296/513 [01:30<01:07, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▉ | 297/513 [01:31<01:04, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████ | 298/513 [01:31<01:03, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████▏ | 299/513 [01:31<01:02, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████▏ | 300/513 [01:31<01:02, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▎ | 301/513 [01:32<01:01, 3.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▍ | 302/513 [01:32<01:03, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▌ | 303/513 [01:32<01:04, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▋ | 304/513 [01:33<01:01, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▋ | 305/513 [01:33<00:59, 3.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|█████████████████████████████▊ | 306/513 [01:33<01:02, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|█████████████████████████████▉ | 307/513 [01:34<00:59, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████ | 308/513 [01:34<00:58, 3.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████ | 309/513 [01:34<01:00, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████▏ | 310/513 [01:34<01:00, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▎ | 311/513 [01:35<00:59, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▍ | 312/513 [01:35<00:59, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▌ | 313/513 [01:35<00:59, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▌ | 314/513 [01:36<00:59, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▋ | 315/513 [01:36<00:58, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▊ | 316/513 [01:36<00:58, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▉ | 317/513 [01:37<01:02, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▉ | 318/513 [01:37<01:01, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|███████████████████████████████ | 319/513 [01:37<01:02, 3.08file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|███████████████████████████████▏ | 320/513 [01:37<00:58, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▎ | 321/513 [01:38<00:59, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▍ | 322/513 [01:38<00:57, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▍ | 323/513 [01:38<00:57, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▌ | 324/513 [01:39<00:57, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▋ | 325/513 [01:39<00:57, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▊ | 326/513 [01:39<00:59, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▊ | 327/513 [01:40<00:59, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▉ | 328/513 [01:40<00:55, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|████████████████████████████████ | 329/513 [01:40<00:58, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|████████████████████████████████▏ | 330/513 [01:41<00:58, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▎ | 331/513 [01:41<00:57, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▎ | 332/513 [01:41<01:00, 2.98file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▍ | 333/513 [01:42<01:05, 2.75file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▌ | 334/513 [01:42<01:02, 2.84file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▋ | 335/513 [01:42<00:59, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▋ | 336/513 [01:43<00:57, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████████▊ | 337/513 [01:43<00:57, 3.05file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████████▉ | 338/513 [01:43<00:55, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████ | 339/513 [01:44<00:52, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████▏ | 340/513 [01:44<00:50, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████▏ | 341/513 [01:44<00:48, 3.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▎ | 342/513 [01:44<00:48, 3.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▍ | 343/513 [01:45<00:47, 3.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▌ | 344/513 [01:45<00:51, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▋ | 345/513 [01:45<00:52, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▋ | 346/513 [01:46<00:51, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|█████████████████████████████████▊ | 347/513 [01:46<00:52, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|█████████████████████████████████▉ | 348/513 [01:46<00:53, 3.10file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_200912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████ | 349/513 [01:47<00:51, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████ | 350/513 [01:47<00:51, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████▏ | 351/513 [01:47<00:48, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▎ | 352/513 [01:47<00:47, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▍ | 353/513 [01:48<00:46, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▌ | 354/513 [01:48<00:48, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▌ | 355/513 [01:48<00:48, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▋ | 356/513 [01:49<00:46, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▊ | 357/513 [01:49<00:44, 3.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▉ | 358/513 [01:49<00:46, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▉ | 359/513 [01:50<00:44, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|███████████████████████████████████ | 360/513 [01:50<00:43, 3.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|███████████████████████████████████▏ | 361/513 [01:50<00:43, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▎ | 362/513 [01:50<00:44, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▍ | 363/513 [01:51<00:45, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▍ | 364/513 [01:51<00:46, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▌ | 365/513 [01:51<00:44, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▋ | 366/513 [01:52<00:43, 3.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▊ | 367/513 [01:52<00:42, 3.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▊ | 368/513 [01:52<00:42, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▉ | 369/513 [01:52<00:42, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████████ | 370/513 [01:53<00:44, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████████▏ | 371/513 [01:53<00:42, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▎ | 372/513 [01:53<00:43, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▎ | 373/513 [01:54<00:41, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▍ | 374/513 [01:54<00:42, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▌ | 375/513 [01:54<00:41, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▋ | 376/513 [01:55<00:41, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▋ | 377/513 [01:55<00:41, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|████████████████████████████████████▊ | 378/513 [01:55<00:42, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|████████████████████████████████████▉ | 379/513 [01:56<00:42, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████ | 380/513 [01:56<00:41, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████▏ | 381/513 [01:56<00:39, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████▏ | 382/513 [01:56<00:39, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▎ | 383/513 [01:57<00:38, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▍ | 384/513 [01:57<00:37, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▌ | 385/513 [01:57<00:38, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▌ | 386/513 [01:58<00:38, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▋ | 387/513 [01:58<00:38, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|█████████████████████████████████████▊ | 388/513 [01:58<00:37, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|█████████████████████████████████████▉ | 389/513 [01:59<00:41, 2.98file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████ | 390/513 [01:59<00:40, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████ | 391/513 [01:59<00:38, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████▏ | 392/513 [02:00<00:37, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▎ | 393/513 [02:00<00:37, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▍ | 394/513 [02:00<00:37, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▍ | 395/513 [02:01<00:38, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▌ | 396/513 [02:01<00:37, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▋ | 397/513 [02:01<00:36, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▊ | 398/513 [02:02<00:35, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▉ | 399/513 [02:02<00:34, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▉ | 400/513 [02:02<00:35, 3.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████████ | 401/513 [02:02<00:35, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████████▏ | 402/513 [02:03<00:36, 3.03file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▎ | 403/513 [02:03<00:35, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▍ | 404/513 [02:04<00:37, 2.90file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▍ | 405/513 [02:04<00:36, 2.99file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▌ | 406/513 [02:04<00:36, 2.96file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▋ | 407/513 [02:05<00:37, 2.84file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▊ | 408/513 [02:05<00:39, 2.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▊ | 409/513 [02:05<00:38, 2.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▉ | 410/513 [02:06<00:35, 2.89file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|████████████████████████████████████████ | 411/513 [02:06<00:34, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|████████████████████████████████████████▏ | 412/513 [02:06<00:32, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▎ | 413/513 [02:07<00:32, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▎ | 414/513 [02:07<00:32, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▍ | 415/513 [02:07<00:32, 3.01file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▌ | 416/513 [02:08<00:32, 3.00file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▋ | 417/513 [02:08<00:31, 3.04file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▋ | 418/513 [02:08<00:31, 3.01file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|████████████████████████████████████████▊ | 419/513 [02:09<00:30, 3.10file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|████████████████████████████████████████▉ | 420/513 [02:09<00:29, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████ | 421/513 [02:09<00:28, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████▏ | 422/513 [02:10<00:30, 2.94file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████▏ | 423/513 [02:10<00:31, 2.88file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▎ | 424/513 [02:10<00:30, 2.92file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▍ | 425/513 [02:11<00:28, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▌ | 426/513 [02:11<00:28, 3.08file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▌ | 427/513 [02:11<00:27, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▋ | 428/513 [02:11<00:26, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|█████████████████████████████████████████▊ | 429/513 [02:12<00:26, 3.21file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|█████████████████████████████████████████▉ | 430/513 [02:12<00:26, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████ | 431/513 [02:12<00:27, 3.01file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████ | 432/513 [02:13<00:27, 2.98file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████▏ | 433/513 [02:13<00:25, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▎ | 434/513 [02:13<00:26, 2.97file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▍ | 435/513 [02:14<00:25, 3.04file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▍ | 436/513 [02:14<00:24, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▌ | 437/513 [02:14<00:24, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▋ | 438/513 [02:15<00:24, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▊ | 439/513 [02:15<00:24, 3.00file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▉ | 440/513 [02:15<00:24, 3.01file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▉ | 441/513 [02:16<00:22, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|███████████████████████████████████████████ | 442/513 [02:16<00:22, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|███████████████████████████████████████████▏ | 443/513 [02:16<00:21, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▎ | 444/513 [02:17<00:20, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▎ | 445/513 [02:17<00:20, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▍ | 446/513 [02:17<00:20, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▌ | 447/513 [02:17<00:19, 3.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▋ | 448/513 [02:18<00:19, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▊ | 449/513 [02:18<00:20, 3.09file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▊ | 450/513 [02:18<00:20, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▉ | 451/513 [02:19<00:20, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████ | 452/513 [02:19<00:19, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████▏ | 453/513 [02:19<00:19, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████▏ | 454/513 [02:20<00:18, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▎ | 455/513 [02:20<00:19, 3.04file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▍ | 456/513 [02:20<00:18, 3.08file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▌ | 457/513 [02:21<00:17, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▋ | 458/513 [02:21<00:17, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▋ | 459/513 [02:21<00:18, 2.87file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|████████████████████████████████████████████▊ | 460/513 [02:22<00:18, 2.82file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|████████████████████████████████████████████▉ | 461/513 [02:22<00:17, 2.94file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████ | 462/513 [02:22<00:16, 3.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████▏ | 463/513 [02:23<00:15, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████▏ | 464/513 [02:23<00:15, 3.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▎ | 465/513 [02:23<00:14, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▍ | 466/513 [02:24<00:14, 3.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▌ | 467/513 [02:24<00:13, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▌ | 468/513 [02:24<00:14, 3.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_201912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▋ | 469/513 [02:25<00:13, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|█████████████████████████████████████████████▊ | 470/513 [02:25<00:13, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|█████████████████████████████████████████████▉ | 471/513 [02:25<00:13, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████ | 472/513 [02:25<00:12, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████ | 473/513 [02:26<00:13, 3.07file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████▏ | 474/513 [02:26<00:12, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▎ | 475/513 [02:26<00:11, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▍ | 476/513 [02:27<00:10, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▍ | 477/513 [02:27<00:10, 3.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▌ | 478/513 [02:27<00:09, 3.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▋ | 479/513 [02:28<00:09, 3.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▊ | 480/513 [02:28<00:09, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▉ | 481/513 [02:28<00:09, 3.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▉ | 482/513 [02:28<00:09, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|███████████████████████████████████████████████ | 483/513 [02:29<00:09, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|███████████████████████████████████████████████▏ | 484/513 [02:29<00:08, 3.31file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▎ | 485/513 [02:29<00:08, 3.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▎ | 486/513 [02:30<00:08, 3.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▍ | 487/513 [02:30<00:08, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▌ | 488/513 [02:30<00:08, 3.02file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▋ | 489/513 [02:31<00:07, 3.12file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▊ | 490/513 [02:31<00:07, 3.17file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▊ | 491/513 [02:31<00:06, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▉ | 492/513 [02:32<00:06, 3.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████ | 493/513 [02:32<00:06, 3.20file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████▏ | 494/513 [02:32<00:05, 3.25file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████▏ | 495/513 [02:33<00:05, 3.18file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▎ | 496/513 [02:33<00:05, 3.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▍ | 497/513 [02:33<00:04, 3.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▌ | 498/513 [02:33<00:04, 3.11file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▋ | 499/513 [02:34<00:04, 3.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▋ | 500/513 [02:34<00:04, 3.06file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|████████████████████████████████████████████████▊ | 501/513 [02:34<00:03, 3.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|████████████████████████████████████████████████▉ | 502/513 [02:35<00:03, 3.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████ | 503/513 [02:35<00:02, 3.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████ | 504/513 [02:35<00:02, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████▏| 505/513 [02:36<00:02, 3.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▎| 506/513 [02:36<00:02, 3.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▍| 507/513 [02:36<00:01, 3.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▌| 508/513 [02:36<00:01, 3.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▌| 509/513 [02:37<00:01, 3.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▋| 510/513 [02:37<00:00, 3.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|█████████████████████████████████████████████████▊| 511/513 [02:37<00:00, 3.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|█████████████████████████████████████████████████▉| 512/513 [02:38<00:00, 3.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 100%|██████████████████████████████████████████████████| 513/513 [02:38<00:00, 3.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/wld_cli_chirps_precip_month1_202309.csv\n",
"Zonal Histogram processing complete!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
"import os\n",
"import geopandas as gpd\n",
"from rasterstats import zonal_stats\n",
"import pandas as pd\n",
"from tqdm import tqdm\n",
"\n",
"# Define input, zone, and output locations\n",
"input_folder = \"/mnt/x/Temp/CHIRPS/Monthly/Month1\"\n",
"zonefieldVector = \"/mnt/x/Temp/modis/lbn/bnd/lbn_bnd_adm1_edge.shp\"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1\"\n",
"selected_fields = ['adm1_src', 'adm1_name', 'adm0_src', 'adm0_name', 'geometry']\n",
"\n",
"# Ensure that the output folder exists\n",
"if not os.path.exists(output_folder):\n",
" os.makedirs(output_folder)\n",
"\n",
"# Read the vector data using Geopandas\n",
"vector_data_full = gpd.read_file(zonefieldVector)\n",
"vector_data = vector_data_full[selected_fields].sort_values(by='adm1_src')\n",
"vector_data = vector_data.reset_index(drop=True)\n",
"\n",
"# Check the GeoDataFrame structure\n",
"print(vector_data.head())\n",
"\n",
"# List all .tif files\n",
"tif_files = [f for f in os.listdir(input_folder) if f.endswith('.tif')]\n",
"\n",
"# Initialize tqdm progress bar\n",
"pbar = tqdm(total=len(tif_files), desc='Processing', unit='file')\n",
"\n",
"# Loop through each file in the input folder and compute Zonal Histogram\n",
"for filename in tif_files:\n",
" input_file_path = os.path.join(input_folder, filename)\n",
" output_file_path = os.path.join(output_folder, os.path.splitext(filename)[0] + \".csv\")\n",
"\n",
" # Compute Zonal Histogram using rasterstats\n",
" stats = zonal_stats(vector_data, input_file_path, categorical=False, all_touched=True)\n",
"\n",
" # Convert the stats to a pandas DataFrame and sort columns\n",
" stats_df = pd.DataFrame(stats).sort_index(axis=1)\n",
"\n",
" # Make a copy of vector_data without the 'geometry' column for merging\n",
" vector_data_no_geom = vector_data.drop(columns=['geometry']).copy()\n",
"\n",
" # Merge the statistics back with the vector data without geometry\n",
" vector_data_stats = vector_data_no_geom.join(stats_df)\n",
"\n",
" # Add an 'ID' column based on the new sorted index\n",
" vector_data_stats.reset_index(inplace=True)\n",
" vector_data_stats.rename(columns={'index': 'ID'}, inplace=True)\n",
"\n",
" # Save to CSV\n",
" vector_data_stats.to_csv(output_file_path, index=False)\n",
" print(f\"Output file created: {output_file_path}\")\n",
"\n",
" # Update progress bar\n",
" pbar.update(1)\n",
"\n",
"# Close progress bar\n",
"pbar.close()\n",
"print(\"Zonal Histogram processing complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "15875f2b",
"metadata": {},
"source": [
"**2. Compile each statistical value into single csv**\n",
"\n",
"Grab each statsitical value (`max`, `mean`, and `min`) from each file (1 file for 1 date), compile into single csv for each stats, put the date as column name.\n"
]
},
{
"cell_type": "code",
"execution_count": 19,
"id": "a7033e23",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Data compilation complete!\n"
]
}
],
"source": [
"import os\n",
"import pandas as pd\n",
"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1\"\n",
"csv_files = [f for f in os.listdir(output_folder) if f.endswith('.csv')]\n",
"\n",
"# Initialize dictionaries for storing data\n",
"max_data = {}\n",
"mean_data = {}\n",
"min_data = {}\n",
"\n",
"# Process each CSV file\n",
"for file in csv_files:\n",
" file_path = os.path.join(output_folder, file)\n",
" df = pd.read_csv(file_path)\n",
" \n",
" # Extract year-month from filename\n",
" yyyymm = file.split('_')[-1][:6]\n",
"\n",
" # Update the dictionaries with data from each file\n",
" for index, row in df.iterrows():\n",
" key = (row['ID'], row['adm1_src'], row['adm1_name'], row['adm0_src'], row['adm0_name'])\n",
" if key not in max_data:\n",
" max_data[key] = {}\n",
" mean_data[key] = {}\n",
" min_data[key] = {}\n",
" \n",
" max_data[key][yyyymm] = row['max']\n",
" mean_data[key][yyyymm] = row['mean']\n",
" min_data[key][yyyymm] = row['min']\n",
"\n",
"# Function to convert dictionary to DataFrame and save as CSV\n",
"def dict_to_csv(data_dict, filename):\n",
" # Convert dictionary to DataFrame\n",
" df = pd.DataFrame.from_dict({(i,j,k,l,m): data_dict[(i,j,k,l,m)] \n",
" for i,j,k,l,m in sorted(data_dict)},\n",
" orient='index')\n",
" df.reset_index(inplace=True)\n",
" df.columns = ['ID', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + sorted(df.columns[5:])\n",
" df.to_csv(os.path.join(output_folder, filename), index=False)\n",
"\n",
"# Save the data to CSV files\n",
"dict_to_csv(max_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm1_max.csv')\n",
"dict_to_csv(mean_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm1_mean.csv')\n",
"dict_to_csv(min_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm1_min.csv')\n",
"\n",
"print(\"Data compilation complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "682da4bc",
"metadata": {},
"source": [
"**3. Calculate annual from monthly timeseries**\n",
"\n",
"From the monthly timeseries data, will calculate the annual `SUM`, to get annual value. We use `SUM` because the data is precipitation."
]
},
{
"cell_type": "code",
"execution_count": 20,
"id": "26b65c74",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/lbn_cli_precip_annual_chirps_1981_2023_adm1_max.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/lbn_cli_precip_annual_chirps_1981_2023_adm1_mean.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1/lbn_cli_precip_annual_chirps_1981_2023_adm1_min.csv\n"
]
}
],
"source": [
"import pandas as pd\n",
"from pathlib import Path\n",
"\n",
"# Define the output folder where the merged CSV files are stored\n",
"output_folder = Path(\"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm1\")\n",
"\n",
"def calculate_annual_sum(file_path):\n",
" # Read the CSV file\n",
" df = pd.read_csv(file_path)\n",
"\n",
" # Get all yyyymmdd columns for monthly data (considering years starting from 1981)\n",
" monthly_columns = [col for col in df.columns if col[:4].isdigit() and 1981 <= int(col[:4]) <= 2099]\n",
"\n",
" # Calculate the annual mean for each year present in the columns\n",
" # Assuming the format is YYYYMMDD\n",
" years = sorted(set(col[:4] for col in monthly_columns))\n",
" for year in years:\n",
" # Calculate the mean of all columns for the specific year\n",
" year_cols = [col for col in monthly_columns if col.startswith(year)]\n",
" if year_cols: # Check if there are columns for the year\n",
" df[f'{year}_annual'] = df[year_cols].sum(axis=1)\n",
"\n",
" # Keep the location, ID and annual mean columns\n",
" annual_columns = ['ID', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + \\\n",
" [f'{year}_annual' for year in years]\n",
" annual_df = df[annual_columns]\n",
"\n",
" # Construct the new filename\n",
" new_filename = file_path.stem.replace('monthly', 'annual') + '.csv'\n",
" annual_file_path = file_path.parent / new_filename\n",
" annual_df.to_csv(annual_file_path, index=False)\n",
"\n",
" print(f\"Annual sum values saved to {annual_file_path}\")\n",
"\n",
"# Call the function for both SOS and EOS CSV files\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm1_max.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm1_mean.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm1_min.csv\")\n"
]
},
{
"cell_type": "markdown",
"id": "6f694071",
"metadata": {},
"source": [
"## Admin2"
]
},
{
"cell_type": "markdown",
"id": "4a5d568b",
"metadata": {},
"source": [
"**1. Zonal Statistics**\n",
"\n",
"This process required GeoTIFFs in a folder as input and shapefile as boundary zone. This utilize `rasterstats` library, and the process and output are similar to ArcPy Zonal Statistics (`categorical=False`), if the value is `True` then the result will produce simlar output like ArcPy Zonal Histogram."
]
},
{
"cell_type": "code",
"execution_count": 14,
"id": "030945d2",
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" adm2_src adm2_name adm1_src adm1_name adm0_src adm0_name \\\n",
"0 LB11 Beirut LB1 Beirut LBN Lebanon \n",
"1 LB21 Baalbek LB8 Baalbek-El Hermel LBN Lebanon \n",
"2 LB22 El Hermel LB8 Baalbek-El Hermel LBN Lebanon \n",
"3 LB23 Rachaya LB2 Bekaa LBN Lebanon \n",
"4 LB24 West Bekaa LB2 Bekaa LBN Lebanon \n",
"\n",
" geometry \n",
"0 MULTIPOLYGON (((35.49097 33.86795, 35.49000 33... \n",
"1 POLYGON ((36.07106 33.82234, 36.07109 33.82252... \n",
"2 POLYGON ((36.29382 34.25967, 36.29345 34.25975... \n",
"3 POLYGON ((35.77274 33.41771, 35.77209 33.41926... \n",
"4 POLYGON ((35.68421 33.45926, 35.68343 33.45815... \n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 0%| | 1/513 [00:00<04:49, 1.77file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 0%|▏ | 2/513 [00:01<05:21, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▎ | 3/513 [00:01<05:21, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▍ | 4/513 [00:02<05:15, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▌ | 5/513 [00:03<05:00, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▌ | 6/513 [00:03<05:03, 1.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▋ | 7/513 [00:04<05:00, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▊ | 8/513 [00:04<05:09, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 9/513 [00:05<05:10, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 10/513 [00:06<05:21, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█ | 11/513 [00:06<05:32, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█▏ | 12/513 [00:07<05:22, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▎ | 13/513 [00:08<05:21, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▍ | 14/513 [00:08<05:15, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▍ | 15/513 [00:09<05:18, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▌ | 16/513 [00:10<05:18, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▋ | 17/513 [00:10<05:13, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▊ | 18/513 [00:11<05:18, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▉ | 19/513 [00:11<05:13, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▉ | 20/513 [00:12<05:23, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██ | 21/513 [00:13<05:31, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██▏ | 22/513 [00:14<05:27, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██▎ | 23/513 [00:14<05:27, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 24/513 [00:15<05:22, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 25/513 [00:15<05:10, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▌ | 26/513 [00:16<05:04, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▋ | 27/513 [00:17<04:59, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▊ | 28/513 [00:17<04:54, 1.65file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▉ | 29/513 [00:18<04:46, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▉ | 30/513 [00:18<04:50, 1.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███ | 31/513 [00:19<04:42, 1.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███▏ | 32/513 [00:19<04:38, 1.73file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███▎ | 33/513 [00:20<04:39, 1.72file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▍ | 34/513 [00:21<04:38, 1.72file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▍ | 35/513 [00:21<04:43, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▌ | 36/513 [00:22<04:43, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▋ | 37/513 [00:22<04:41, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▊ | 38/513 [00:23<04:34, 1.73file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▉ | 39/513 [00:24<04:40, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▉ | 40/513 [00:24<04:38, 1.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████ | 41/513 [00:25<04:43, 1.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████▏ | 42/513 [00:25<04:39, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████▎ | 43/513 [00:26<04:33, 1.72file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▎ | 44/513 [00:27<04:38, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▍ | 45/513 [00:27<04:52, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▌ | 46/513 [00:28<05:12, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▋ | 47/513 [00:29<05:01, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▊ | 48/513 [00:29<04:44, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▊ | 49/513 [00:30<04:37, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▉ | 50/513 [00:30<04:30, 1.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████ | 51/513 [00:31<04:36, 1.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████▏ | 52/513 [00:32<04:34, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████▎ | 53/513 [00:32<04:33, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▎ | 54/513 [00:33<04:40, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▍ | 55/513 [00:33<04:52, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▌ | 56/513 [00:34<04:55, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▋ | 57/513 [00:35<05:01, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▊ | 58/513 [00:35<05:02, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▊ | 59/513 [00:36<04:55, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▉ | 60/513 [00:37<04:53, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████ | 61/513 [00:37<05:03, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▏ | 62/513 [00:38<05:10, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▎ | 63/513 [00:39<05:08, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████▎ | 64/513 [00:40<05:08, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▍ | 65/513 [00:40<05:15, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▌ | 66/513 [00:41<05:13, 1.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▋ | 67/513 [00:42<05:10, 1.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▊ | 68/513 [00:42<04:57, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▊ | 69/513 [00:43<04:44, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▉ | 70/513 [00:43<04:37, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████ | 71/513 [00:44<04:34, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▏ | 72/513 [00:45<04:37, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▎ | 73/513 [00:45<04:33, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████▎ | 74/513 [00:46<04:43, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▍ | 75/513 [00:47<04:40, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▌ | 76/513 [00:47<04:36, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▋ | 77/513 [00:48<04:32, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▊ | 78/513 [00:48<04:29, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▊ | 79/513 [00:49<04:25, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▉ | 80/513 [00:50<04:25, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████ | 81/513 [00:50<04:30, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▏ | 82/513 [00:51<04:30, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▎ | 83/513 [00:52<04:32, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████▎ | 84/513 [00:52<04:28, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▍ | 85/513 [00:53<04:29, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▌ | 86/513 [00:53<04:14, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▋ | 87/513 [00:54<04:19, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▋ | 88/513 [00:55<04:21, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▊ | 89/513 [00:55<04:19, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▉ | 90/513 [00:56<04:13, 1.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████ | 91/513 [00:57<04:22, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▏ | 92/513 [00:57<04:19, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▏ | 93/513 [00:58<04:23, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|█████████▎ | 94/513 [00:58<04:18, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▍ | 95/513 [00:59<04:20, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▌ | 96/513 [01:00<04:19, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 97/513 [01:00<04:16, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 98/513 [01:01<04:20, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▊ | 99/513 [01:02<04:21, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▋ | 100/513 [01:02<04:28, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▊ | 101/513 [01:03<04:26, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▉ | 102/513 [01:04<04:28, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████ | 103/513 [01:04<04:22, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████▏ | 104/513 [01:05<04:12, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|██████████▏ | 105/513 [01:05<04:03, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▎ | 106/513 [01:06<03:55, 1.73file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▍ | 107/513 [01:06<03:52, 1.75file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▌ | 108/513 [01:07<03:50, 1.76file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_198912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▌ | 109/513 [01:08<03:56, 1.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|██████████▋ | 110/513 [01:08<03:57, 1.70file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▊ | 111/513 [01:09<04:08, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▉ | 112/513 [01:09<04:04, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████ | 113/513 [01:10<03:57, 1.68file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████ | 114/513 [01:10<03:50, 1.73file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|███████████▏ | 115/513 [01:11<03:46, 1.76file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▎ | 116/513 [01:12<03:45, 1.76file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▍ | 117/513 [01:12<03:43, 1.77file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▌ | 118/513 [01:13<03:47, 1.74file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▌ | 119/513 [01:13<03:50, 1.71file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|███████████▋ | 120/513 [01:14<03:55, 1.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▊ | 121/513 [01:15<03:59, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▉ | 122/513 [01:15<03:53, 1.67file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▉ | 123/513 [01:16<03:51, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|████████████ | 124/513 [01:16<03:53, 1.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|████████████▏ | 125/513 [01:17<03:54, 1.66file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▎ | 126/513 [01:18<03:59, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▍ | 127/513 [01:18<04:00, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▍ | 128/513 [01:19<04:05, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▌ | 129/513 [01:20<04:02, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|████████████▋ | 130/513 [01:20<04:01, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▊ | 131/513 [01:21<03:59, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▊ | 132/513 [01:21<03:54, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████▉ | 133/513 [01:22<03:52, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|█████████████ | 134/513 [01:23<03:55, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|█████████████▏ | 135/513 [01:23<03:54, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▎ | 136/513 [01:24<03:53, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▎ | 137/513 [01:25<03:51, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▍ | 138/513 [01:25<03:51, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▌ | 139/513 [01:26<03:52, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▋ | 140/513 [01:26<03:54, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|█████████████▋ | 141/513 [01:27<03:51, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████▊ | 142/513 [01:28<03:48, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████▉ | 143/513 [01:28<03:47, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████ | 144/513 [01:29<03:47, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████▏ | 145/513 [01:30<03:56, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|██████████████▏ | 146/513 [01:30<03:58, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▎ | 147/513 [01:31<03:55, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▍ | 148/513 [01:31<03:52, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▌ | 149/513 [01:32<03:52, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▌ | 150/513 [01:33<03:51, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|██████████████▋ | 151/513 [01:33<03:49, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|██████████████▊ | 152/513 [01:34<03:45, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|██████████████▉ | 153/513 [01:35<03:45, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████ | 154/513 [01:35<03:43, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████ | 155/513 [01:36<03:44, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|███████████████▏ | 156/513 [01:36<03:41, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▎ | 157/513 [01:37<03:39, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▍ | 158/513 [01:38<03:40, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▍ | 159/513 [01:38<03:40, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▌ | 160/513 [01:39<03:44, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|███████████████▋ | 161/513 [01:40<03:42, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▊ | 162/513 [01:40<03:45, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▉ | 163/513 [01:41<03:42, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|███████████████▉ | 164/513 [01:42<03:40, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|████████████████ | 165/513 [01:42<03:40, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|████████████████▏ | 166/513 [01:43<03:50, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▎ | 167/513 [01:44<03:55, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▎ | 168/513 [01:44<04:12, 1.36file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▍ | 169/513 [01:45<04:04, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▌ | 170/513 [01:46<03:52, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|████████████████▋ | 171/513 [01:46<03:40, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▊ | 172/513 [01:47<03:32, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▊ | 173/513 [01:47<03:26, 1.65file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|████████████████▉ | 174/513 [01:48<03:26, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|█████████████████ | 175/513 [01:49<03:38, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|█████████████████▏ | 176/513 [01:49<03:40, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▎ | 177/513 [01:50<03:47, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▎ | 178/513 [01:51<03:39, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▍ | 179/513 [01:51<03:36, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▌ | 180/513 [01:52<03:36, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▋ | 181/513 [01:53<03:42, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|█████████████████▋ | 182/513 [01:53<03:41, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|█████████████████▊ | 183/513 [01:54<03:41, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|█████████████████▉ | 184/513 [01:55<03:50, 1.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████ | 185/513 [01:56<03:54, 1.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████▏ | 186/513 [01:56<03:59, 1.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|██████████████████▏ | 187/513 [01:57<04:02, 1.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▎ | 188/513 [01:58<03:56, 1.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▍ | 189/513 [01:59<03:51, 1.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▌ | 190/513 [01:59<03:42, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▌ | 191/513 [02:00<03:35, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|██████████████████▋ | 192/513 [02:00<03:30, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|██████████████████▊ | 193/513 [02:01<03:28, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|██████████████████▉ | 194/513 [02:02<03:25, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████ | 195/513 [02:02<03:21, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████ | 196/513 [02:03<03:17, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|███████████████████▏ | 197/513 [02:04<03:13, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▎ | 198/513 [02:04<03:18, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▍ | 199/513 [02:05<03:18, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▍ | 200/513 [02:05<03:16, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▌ | 201/513 [02:06<03:14, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|███████████████████▋ | 202/513 [02:07<03:16, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▊ | 203/513 [02:07<03:10, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▉ | 204/513 [02:08<03:14, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|███████████████████▉ | 205/513 [02:09<03:16, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|████████████████████ | 206/513 [02:09<03:13, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|████████████████████▏ | 207/513 [02:10<03:14, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▎ | 208/513 [02:10<03:09, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▎ | 209/513 [02:11<03:06, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▍ | 210/513 [02:12<03:05, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▌ | 211/513 [02:12<03:08, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|████████████████████▋ | 212/513 [02:13<03:04, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▊ | 213/513 [02:14<03:02, 1.65file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▊ | 214/513 [02:14<02:57, 1.69file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|████████████████████▉ | 215/513 [02:15<02:53, 1.72file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████ | 216/513 [02:15<02:50, 1.74file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████▏ | 217/513 [02:16<02:51, 1.73file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|█████████████████████▏ | 218/513 [02:16<03:01, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▎ | 219/513 [02:17<03:02, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▍ | 220/513 [02:18<03:02, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▌ | 221/513 [02:18<03:02, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▋ | 222/513 [02:19<02:59, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|█████████████████████▋ | 223/513 [02:20<02:58, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|█████████████████████▊ | 224/513 [02:20<03:03, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|█████████████████████▉ | 225/513 [02:21<03:02, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████ | 226/513 [02:22<03:01, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████ | 227/513 [02:22<02:58, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|██████████████████████▏ | 228/513 [02:23<02:56, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_199912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▎ | 229/513 [02:23<02:57, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▍ | 230/513 [02:24<03:02, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▌ | 231/513 [02:25<03:03, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▌ | 232/513 [02:25<03:04, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|██████████████████████▋ | 233/513 [02:26<03:01, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|██████████████████████▊ | 234/513 [02:27<02:57, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|██████████████████████▉ | 235/513 [02:27<02:56, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████ | 236/513 [02:28<02:58, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████ | 237/513 [02:29<02:55, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|███████████████████████▏ | 238/513 [02:29<02:55, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▎ | 239/513 [02:30<02:51, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▍ | 240/513 [02:30<02:53, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▍ | 241/513 [02:31<02:55, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▌ | 242/513 [02:32<03:03, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|███████████████████████▋ | 243/513 [02:33<03:10, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▊ | 244/513 [02:33<03:05, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▉ | 245/513 [02:34<03:00, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|███████████████████████▉ | 246/513 [02:35<02:54, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|████████████████████████ | 247/513 [02:35<02:50, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|████████████████████████▏ | 248/513 [02:36<02:50, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▎ | 249/513 [02:36<02:54, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▎ | 250/513 [02:37<02:51, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▍ | 251/513 [02:38<02:48, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▌ | 252/513 [02:38<02:43, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|████████████████████████▋ | 253/513 [02:39<02:39, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▊ | 254/513 [02:40<02:41, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▊ | 255/513 [02:40<02:47, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|████████████████████████▉ | 256/513 [02:41<02:46, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████ | 257/513 [02:42<02:44, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████▏ | 258/513 [02:42<02:43, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|█████████████████████████▏ | 259/513 [02:43<02:43, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▎ | 260/513 [02:43<02:38, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▍ | 261/513 [02:44<02:43, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▌ | 262/513 [02:45<02:43, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▋ | 263/513 [02:45<02:43, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|█████████████████████████▋ | 264/513 [02:46<02:45, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|█████████████████████████▊ | 265/513 [02:47<02:42, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|█████████████████████████▉ | 266/513 [02:47<02:43, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████ | 267/513 [02:48<02:44, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████ | 268/513 [02:49<02:41, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|██████████████████████████▏ | 269/513 [02:49<02:36, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▎ | 270/513 [02:50<02:35, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▍ | 271/513 [02:51<02:37, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▌ | 272/513 [02:51<02:35, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▌ | 273/513 [02:52<02:32, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|██████████████████████████▋ | 274/513 [02:53<02:30, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▊ | 275/513 [02:53<02:28, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▉ | 276/513 [02:54<02:35, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|██████████████████████████▉ | 277/513 [02:55<02:48, 1.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|███████████████████████████ | 278/513 [02:55<02:50, 1.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|███████████████████████████▏ | 279/513 [02:56<02:46, 1.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▎ | 280/513 [02:57<02:44, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▍ | 281/513 [02:58<02:43, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▍ | 282/513 [02:58<02:44, 1.40file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▌ | 283/513 [02:59<02:45, 1.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|███████████████████████████▋ | 284/513 [03:00<02:42, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▊ | 285/513 [03:00<02:35, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▉ | 286/513 [03:01<02:29, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|███████████████████████████▉ | 287/513 [03:02<02:25, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|████████████████████████████ | 288/513 [03:02<02:23, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|████████████████████████████▏ | 289/513 [03:03<02:26, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▎ | 290/513 [03:04<02:31, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▎ | 291/513 [03:04<02:37, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▍ | 292/513 [03:05<02:44, 1.34file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▌ | 293/513 [03:06<02:43, 1.35file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|████████████████████████████▋ | 294/513 [03:07<02:40, 1.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▊ | 295/513 [03:08<02:47, 1.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▊ | 296/513 [03:08<02:46, 1.30file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|████████████████████████████▉ | 297/513 [03:09<02:49, 1.27file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████ | 298/513 [03:10<02:54, 1.23file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████▏ | 299/513 [03:11<02:52, 1.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|█████████████████████████████▏ | 300/513 [03:12<02:52, 1.24file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▎ | 301/513 [03:12<02:44, 1.29file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▍ | 302/513 [03:13<02:34, 1.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▌ | 303/513 [03:14<02:27, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▋ | 304/513 [03:14<02:22, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|█████████████████████████████▋ | 305/513 [03:15<02:19, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|█████████████████████████████▊ | 306/513 [03:15<02:16, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|█████████████████████████████▉ | 307/513 [03:16<02:11, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████ | 308/513 [03:17<02:12, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████ | 309/513 [03:17<02:19, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|██████████████████████████████▏ | 310/513 [03:18<02:19, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▎ | 311/513 [03:19<02:16, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▍ | 312/513 [03:19<02:13, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▌ | 313/513 [03:20<02:10, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▌ | 314/513 [03:21<02:38, 1.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|██████████████████████████████▋ | 315/513 [03:22<02:53, 1.14file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▊ | 316/513 [03:23<02:54, 1.13file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▉ | 317/513 [03:24<02:50, 1.15file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|██████████████████████████████▉ | 318/513 [03:25<02:47, 1.16file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|███████████████████████████████ | 319/513 [03:26<02:43, 1.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|███████████████████████████████▏ | 320/513 [03:26<02:41, 1.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▎ | 321/513 [03:27<02:41, 1.19file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▍ | 322/513 [03:28<02:35, 1.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▍ | 323/513 [03:29<02:30, 1.26file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▌ | 324/513 [03:30<02:23, 1.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|███████████████████████████████▋ | 325/513 [03:30<02:21, 1.33file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▊ | 326/513 [03:31<02:15, 1.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▊ | 327/513 [03:32<02:10, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|███████████████████████████████▉ | 328/513 [03:32<02:08, 1.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|████████████████████████████████ | 329/513 [03:33<02:05, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|████████████████████████████████▏ | 330/513 [03:34<02:04, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▎ | 331/513 [03:34<02:02, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▎ | 332/513 [03:35<01:59, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▍ | 333/513 [03:36<01:58, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▌ | 334/513 [03:36<02:05, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▋ | 335/513 [03:37<02:06, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████████▋ | 336/513 [03:38<02:04, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████████▊ | 337/513 [03:38<02:00, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████████▉ | 338/513 [03:39<01:58, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████ | 339/513 [03:40<01:58, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████▏ | 340/513 [03:40<01:55, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████████▏ | 341/513 [03:41<01:55, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▎ | 342/513 [03:42<01:53, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▍ | 343/513 [03:42<01:50, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▌ | 344/513 [03:43<01:53, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▋ | 345/513 [03:44<01:53, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|█████████████████████████████████▋ | 346/513 [03:44<01:54, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|█████████████████████████████████▊ | 347/513 [03:45<02:00, 1.38file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|█████████████████████████████████▉ | 348/513 [03:46<02:14, 1.22file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_200912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████ | 349/513 [03:47<02:07, 1.28file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████ | 350/513 [03:48<02:03, 1.32file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|██████████████████████████████████▏ | 351/513 [03:48<01:58, 1.37file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▎ | 352/513 [03:49<01:52, 1.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▍ | 353/513 [03:50<01:48, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▌ | 354/513 [03:50<01:46, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▌ | 355/513 [03:51<01:43, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|██████████████████████████████████▋ | 356/513 [03:51<01:41, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▊ | 357/513 [03:52<01:40, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▉ | 358/513 [03:53<01:38, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|██████████████████████████████████▉ | 359/513 [03:53<01:38, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|███████████████████████████████████ | 360/513 [03:54<01:37, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|███████████████████████████████████▏ | 361/513 [03:55<01:39, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▎ | 362/513 [03:55<01:39, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▍ | 363/513 [03:56<01:38, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▍ | 364/513 [03:57<01:37, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▌ | 365/513 [03:57<01:36, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|███████████████████████████████████▋ | 366/513 [03:58<01:35, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▊ | 367/513 [03:59<01:35, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▊ | 368/513 [03:59<01:34, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|███████████████████████████████████▉ | 369/513 [04:00<01:34, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████████ | 370/513 [04:01<01:33, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████████▏ | 371/513 [04:01<01:31, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▎ | 372/513 [04:02<01:32, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▎ | 373/513 [04:03<01:34, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▍ | 374/513 [04:03<01:35, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▌ | 375/513 [04:04<01:33, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▋ | 376/513 [04:05<01:32, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|████████████████████████████████████▋ | 377/513 [04:05<01:36, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|████████████████████████████████████▊ | 378/513 [04:06<01:33, 1.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|████████████████████████████████████▉ | 379/513 [04:07<01:31, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████ | 380/513 [04:07<01:30, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████▏ | 381/513 [04:08<01:28, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████████▏ | 382/513 [04:09<01:27, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▎ | 383/513 [04:09<01:25, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▍ | 384/513 [04:10<01:25, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▌ | 385/513 [04:11<01:23, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▌ | 386/513 [04:11<01:21, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|█████████████████████████████████████▋ | 387/513 [04:12<01:19, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|█████████████████████████████████████▊ | 388/513 [04:13<01:18, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|█████████████████████████████████████▉ | 389/513 [04:13<01:20, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████ | 390/513 [04:14<01:24, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████ | 391/513 [04:15<01:25, 1.42file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████████▏ | 392/513 [04:15<01:23, 1.44file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▎ | 393/513 [04:16<01:22, 1.46file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▍ | 394/513 [04:17<01:20, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▍ | 395/513 [04:17<01:19, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▌ | 396/513 [04:18<01:19, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|██████████████████████████████████████▋ | 397/513 [04:19<01:17, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▊ | 398/513 [04:19<01:16, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▉ | 399/513 [04:20<01:14, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|██████████████████████████████████████▉ | 400/513 [04:21<01:14, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████████ | 401/513 [04:21<01:13, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████████▏ | 402/513 [04:22<01:13, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▎ | 403/513 [04:23<01:12, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▍ | 404/513 [04:23<01:11, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▍ | 405/513 [04:24<01:11, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▌ | 406/513 [04:25<01:10, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|███████████████████████████████████████▋ | 407/513 [04:25<01:10, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▊ | 408/513 [04:26<01:09, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▊ | 409/513 [04:27<01:08, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|███████████████████████████████████████▉ | 410/513 [04:27<01:08, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|████████████████████████████████████████ | 411/513 [04:28<01:07, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|████████████████████████████████████████▏ | 412/513 [04:29<01:06, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▎ | 413/513 [04:29<01:06, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▎ | 414/513 [04:30<01:05, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▍ | 415/513 [04:31<01:05, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▌ | 416/513 [04:31<01:04, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▋ | 417/513 [04:32<01:03, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|████████████████████████████████████████▋ | 418/513 [04:33<01:03, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|████████████████████████████████████████▊ | 419/513 [04:33<01:02, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|████████████████████████████████████████▉ | 420/513 [04:34<01:01, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████ | 421/513 [04:35<01:01, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████▏ | 422/513 [04:35<01:00, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|█████████████████████████████████████████▏ | 423/513 [04:36<00:59, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▎ | 424/513 [04:37<01:00, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▍ | 425/513 [04:37<00:59, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▌ | 426/513 [04:38<00:58, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▌ | 427/513 [04:39<00:57, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|█████████████████████████████████████████▋ | 428/513 [04:39<00:56, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|█████████████████████████████████████████▊ | 429/513 [04:40<00:55, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|█████████████████████████████████████████▉ | 430/513 [04:41<00:55, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████ | 431/513 [04:41<00:53, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████ | 432/513 [04:42<00:53, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|██████████████████████████████████████████▏ | 433/513 [04:43<00:54, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▎ | 434/513 [04:43<00:53, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▍ | 435/513 [04:44<00:53, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▍ | 436/513 [04:45<00:52, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▌ | 437/513 [04:45<00:51, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|██████████████████████████████████████████▋ | 438/513 [04:46<00:49, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▊ | 439/513 [04:47<00:49, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▉ | 440/513 [04:47<00:48, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|██████████████████████████████████████████▉ | 441/513 [04:48<00:48, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|███████████████████████████████████████████ | 442/513 [04:49<00:48, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|███████████████████████████████████████████▏ | 443/513 [04:49<00:49, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▎ | 444/513 [04:50<00:49, 1.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▎ | 445/513 [04:51<00:48, 1.39file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▍ | 446/513 [04:52<00:47, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▌ | 447/513 [04:52<00:45, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|███████████████████████████████████████████▋ | 448/513 [04:53<00:43, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▊ | 449/513 [04:54<00:43, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▊ | 450/513 [04:54<00:42, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|███████████████████████████████████████████▉ | 451/513 [04:55<00:42, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████ | 452/513 [04:56<00:43, 1.41file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████▏ | 453/513 [04:56<00:41, 1.43file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|████████████████████████████████████████████▏ | 454/513 [04:57<00:40, 1.45file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▎ | 455/513 [04:58<00:39, 1.47file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▍ | 456/513 [04:58<00:38, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▌ | 457/513 [04:59<00:37, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▋ | 458/513 [05:00<00:36, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|████████████████████████████████████████████▋ | 459/513 [05:00<00:35, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|████████████████████████████████████████████▊ | 460/513 [05:01<00:34, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|████████████████████████████████████████████▉ | 461/513 [05:02<00:33, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████ | 462/513 [05:02<00:32, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████▏ | 463/513 [05:03<00:30, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|█████████████████████████████████████████████▏ | 464/513 [05:03<00:30, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▎ | 465/513 [05:04<00:30, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▍ | 466/513 [05:05<00:29, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▌ | 467/513 [05:05<00:29, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▌ | 468/513 [05:06<00:29, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_201912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|█████████████████████████████████████████████▋ | 469/513 [05:07<00:28, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|█████████████████████████████████████████████▊ | 470/513 [05:07<00:28, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|█████████████████████████████████████████████▉ | 471/513 [05:08<00:27, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████ | 472/513 [05:09<00:27, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████ | 473/513 [05:09<00:26, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|██████████████████████████████████████████████▏ | 474/513 [05:10<00:25, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▎ | 475/513 [05:11<00:25, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▍ | 476/513 [05:11<00:24, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▍ | 477/513 [05:12<00:23, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▌ | 478/513 [05:13<00:23, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|██████████████████████████████████████████████▋ | 479/513 [05:13<00:22, 1.50file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▊ | 480/513 [05:14<00:21, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▉ | 481/513 [05:15<00:20, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|██████████████████████████████████████████████▉ | 482/513 [05:15<00:20, 1.55file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|███████████████████████████████████████████████ | 483/513 [05:16<00:19, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|███████████████████████████████████████████████▏ | 484/513 [05:17<00:18, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▎ | 485/513 [05:17<00:17, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▎ | 486/513 [05:18<00:16, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▍ | 487/513 [05:18<00:16, 1.59file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▌ | 488/513 [05:19<00:15, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|███████████████████████████████████████████████▋ | 489/513 [05:20<00:15, 1.58file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▊ | 490/513 [05:20<00:14, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▊ | 491/513 [05:21<00:14, 1.57file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|███████████████████████████████████████████████▉ | 492/513 [05:22<00:13, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████ | 493/513 [05:22<00:13, 1.48file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████▏ | 494/513 [05:23<00:12, 1.49file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|████████████████████████████████████████████████▏ | 495/513 [05:24<00:11, 1.51file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▎ | 496/513 [05:24<00:11, 1.52file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▍ | 497/513 [05:25<00:10, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▌ | 498/513 [05:26<00:09, 1.54file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▋ | 499/513 [05:26<00:08, 1.56file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|████████████████████████████████████████████████▋ | 500/513 [05:27<00:08, 1.60file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|████████████████████████████████████████████████▊ | 501/513 [05:27<00:07, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|████████████████████████████████████████████████▉ | 502/513 [05:28<00:06, 1.61file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████ | 503/513 [05:29<00:06, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████ | 504/513 [05:29<00:05, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|█████████████████████████████████████████████████▏| 505/513 [05:30<00:04, 1.64file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▎| 506/513 [05:30<00:04, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▍| 507/513 [05:31<00:03, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▌| 508/513 [05:32<00:03, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▌| 509/513 [05:32<00:02, 1.63file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|█████████████████████████████████████████████████▋| 510/513 [05:33<00:01, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|█████████████████████████████████████████████████▊| 511/513 [05:34<00:01, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|█████████████████████████████████████████████████▉| 512/513 [05:34<00:00, 1.62file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 100%|██████████████████████████████████████████████████| 513/513 [05:35<00:00, 1.53file/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/wld_cli_chirps_precip_month1_202309.csv\n",
"Zonal Histogram processing complete!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
"import os\n",
"import geopandas as gpd\n",
"from rasterstats import zonal_stats\n",
"import pandas as pd\n",
"from tqdm import tqdm\n",
"\n",
"# Define input, zone, and output locations\n",
"input_folder = \"/mnt/x/Temp/CHIRPS/Monthly/Month1\"\n",
"zonefieldVector = \"/mnt/x/Temp/modis/lbn/bnd/lbn_bnd_adm2_edge.shp\"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2\"\n",
"selected_fields = ['adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name', 'geometry']\n",
"\n",
"# Ensure that the output folder exists\n",
"if not os.path.exists(output_folder):\n",
" os.makedirs(output_folder)\n",
"\n",
"# Read the vector data using Geopandas\n",
"vector_data_full = gpd.read_file(zonefieldVector)\n",
"vector_data = vector_data_full[selected_fields].sort_values(by='adm2_src')\n",
"vector_data = vector_data.reset_index(drop=True)\n",
"\n",
"# Check the GeoDataFrame structure\n",
"print(vector_data.head())\n",
"\n",
"# List all .tif files\n",
"tif_files = [f for f in os.listdir(input_folder) if f.endswith('.tif')]\n",
"\n",
"# Initialize tqdm progress bar\n",
"pbar = tqdm(total=len(tif_files), desc='Processing', unit='file')\n",
"\n",
"# Loop through each file in the input folder and compute Zonal Histogram\n",
"for filename in tif_files:\n",
" input_file_path = os.path.join(input_folder, filename)\n",
" output_file_path = os.path.join(output_folder, os.path.splitext(filename)[0] + \".csv\")\n",
"\n",
" # Compute Zonal Histogram using rasterstats\n",
" stats = zonal_stats(vector_data, input_file_path, categorical=False, all_touched=True)\n",
"\n",
" # Convert the stats to a pandas DataFrame and sort columns\n",
" stats_df = pd.DataFrame(stats).sort_index(axis=1)\n",
"\n",
" # Make a copy of vector_data without the 'geometry' column for merging\n",
" vector_data_no_geom = vector_data.drop(columns=['geometry']).copy()\n",
"\n",
" # Merge the statistics back with the vector data without geometry\n",
" vector_data_stats = vector_data_no_geom.join(stats_df)\n",
"\n",
" # Add an 'ID' column based on the new sorted index\n",
" vector_data_stats.reset_index(inplace=True)\n",
" vector_data_stats.rename(columns={'index': 'ID'}, inplace=True)\n",
"\n",
" # Save to CSV\n",
" vector_data_stats.to_csv(output_file_path, index=False)\n",
" print(f\"Output file created: {output_file_path}\")\n",
"\n",
" # Update progress bar\n",
" pbar.update(1)\n",
"\n",
"# Close progress bar\n",
"pbar.close()\n",
"print(\"Zonal Histogram processing complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "6eaea2be",
"metadata": {},
"source": [
"**2. Compile each statistical value into single csv**\n",
"\n",
"Grab each statsitical value (`max`, `mean`, and `min`) from each file (1 file for 1 date), compile into single csv for each stats, put the date as column name.\n"
]
},
{
"cell_type": "code",
"execution_count": 21,
"id": "9c97e774",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Data compilation complete!\n"
]
}
],
"source": [
"import os\n",
"import pandas as pd\n",
"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2\"\n",
"csv_files = [f for f in os.listdir(output_folder) if f.endswith('.csv')]\n",
"\n",
"# Initialize dictionaries for storing data\n",
"max_data = {}\n",
"mean_data = {}\n",
"min_data = {}\n",
"\n",
"# Process each CSV file\n",
"for file in csv_files:\n",
" file_path = os.path.join(output_folder, file)\n",
" df = pd.read_csv(file_path)\n",
" \n",
" # Extract year-month from filename\n",
" yyyymm = file.split('_')[-1][:6]\n",
"\n",
" # Update the dictionaries with data from each file\n",
" for index, row in df.iterrows():\n",
" # Updated key with additional columns\n",
" key = (row['ID'], row['adm2_src'], row['adm2_name'], row['adm1_src'], row['adm1_name'], row['adm0_src'], row['adm0_name'])\n",
" if key not in max_data:\n",
" max_data[key] = {}\n",
" mean_data[key] = {}\n",
" min_data[key] = {}\n",
" \n",
" max_data[key][yyyymm] = row['max']\n",
" mean_data[key][yyyymm] = row['mean']\n",
" min_data[key][yyyymm] = row['min']\n",
"\n",
"# Function to convert dictionary to DataFrame and save as CSV\n",
"def dict_to_csv(data_dict, filename):\n",
" # Convert dictionary to DataFrame\n",
" df = pd.DataFrame.from_dict({(i,j,k,l,m,n,o): data_dict[(i,j,k,l,m,n,o)] \n",
" for i,j,k,l,m,n,o in sorted(data_dict)},\n",
" orient='index')\n",
" # Updated column names\n",
" df.reset_index(inplace=True)\n",
" df.columns = ['ID', 'adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + sorted(df.columns[7:])\n",
" df.to_csv(os.path.join(output_folder, filename), index=False)\n",
"\n",
"# Save the data to CSV files\n",
"dict_to_csv(max_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm2_max.csv')\n",
"dict_to_csv(mean_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm2_mean.csv')\n",
"dict_to_csv(min_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm2_min.csv')\n",
"\n",
"print(\"Data compilation complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "dbf0831a",
"metadata": {},
"source": [
"**3. Calculate annual from monthly timeseries**\n",
"\n",
"From the monthly timeseries data, will calculate the annual `SUM`, to get annual value. We use `SUM` because the data is precipitation."
]
},
{
"cell_type": "code",
"execution_count": 22,
"id": "802d5ee2",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/lbn_cli_precip_annual_chirps_1981_2023_adm2_max.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/lbn_cli_precip_annual_chirps_1981_2023_adm2_mean.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2/lbn_cli_precip_annual_chirps_1981_2023_adm2_min.csv\n"
]
}
],
"source": [
"import pandas as pd\n",
"from pathlib import Path\n",
"\n",
"# Define the output folder where the merged CSV files are stored\n",
"output_folder = Path(\"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm2\")\n",
"\n",
"def calculate_annual_sum(file_path):\n",
" # Read the CSV file\n",
" df = pd.read_csv(file_path)\n",
"\n",
" # Get all yyyymmdd columns for monthly data (considering years starting from 1981)\n",
" monthly_columns = [col for col in df.columns if col[:4].isdigit() and 1981 <= int(col[:4]) <= 2099]\n",
"\n",
" # Calculate the annual mean for each year present in the columns\n",
" # Assuming the format is YYYYMMDD\n",
" years = sorted(set(col[:4] for col in monthly_columns))\n",
" for year in years:\n",
" # Calculate the mean of all columns for the specific year\n",
" year_cols = [col for col in monthly_columns if col.startswith(year)]\n",
" if year_cols: # Check if there are columns for the year\n",
" df[f'{year}_annual'] = df[year_cols].sum(axis=1)\n",
"\n",
" # Keep the location, ID and annual mean columns\n",
" annual_columns = ['ID', 'adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + \\\n",
" [f'{year}_annual' for year in years]\n",
" annual_df = df[annual_columns]\n",
"\n",
" # Construct the new filename\n",
" new_filename = file_path.stem.replace('monthly', 'annual') + '.csv'\n",
" annual_file_path = file_path.parent / new_filename\n",
" annual_df.to_csv(annual_file_path, index=False)\n",
"\n",
" print(f\"Annual sum values saved to {annual_file_path}\")\n",
"\n",
"# Call the function for both SOS and EOS CSV files\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm2_max.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm2_mean.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm2_min.csv\")\n"
]
},
{
"cell_type": "markdown",
"id": "36c310f3",
"metadata": {},
"source": [
"## Admin3"
]
},
{
"cell_type": "markdown",
"id": "48a96e5a",
"metadata": {},
"source": [
"**1. Zonal Statistics**\n",
"\n",
"This process required GeoTIFFs in a folder as input and shapefile as boundary zone. This utilize `rasterstats` library, and the process and output are similar to ArcPy Zonal Statistics (`categorical=False`), if the value is `True` then the result will produce simlar output like ArcPy Zonal Histogram."
]
},
{
"cell_type": "code",
"execution_count": 16,
"id": "699ed768",
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" adm3_src adm3_name adm2_src adm2_name adm1_src adm1_name adm0_src \\\n",
"0 LB10110 Ain el-Mreisseh LB11 Beirut LB1 Beirut LBN \n",
"1 LB10150 Ras Beyrouth LB11 Beirut LB1 Beirut LBN \n",
"2 LB10210 Moussaytbeh LB11 Beirut LB1 Beirut LBN \n",
"3 LB10250 Minet el-Hosn LB11 Beirut LB1 Beirut LBN \n",
"4 LB10310 Mazraa LB11 Beirut LB1 Beirut LBN \n",
"\n",
" adm0_name geometry \n",
"0 Lebanon POLYGON ((35.49308 33.90196, 35.49297 33.90126... \n",
"1 Lebanon MULTIPOLYGON (((35.48019 33.88269, 35.47865 33... \n",
"2 Lebanon POLYGON ((35.49327 33.86783, 35.49291 33.86785... \n",
"3 Lebanon MULTIPOLYGON (((35.49151 33.89532, 35.49102 33... \n",
"4 Lebanon POLYGON ((35.49460 33.87072, 35.49403 33.87099... \n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 0%| | 1/513 [00:30<4:18:58, 30.35s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 0%|▏ | 2/513 [00:56<3:57:36, 27.90s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▎ | 3/513 [01:23<3:54:11, 27.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▍ | 4/513 [01:50<3:51:22, 27.27s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▍ | 5/513 [02:16<3:46:34, 26.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▌ | 6/513 [02:42<3:45:04, 26.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 1%|▋ | 7/513 [03:09<3:44:50, 26.66s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▊ | 8/513 [03:36<3:44:29, 26.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 9/513 [04:01<3:40:38, 26.27s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|▉ | 10/513 [04:27<3:40:39, 26.32s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█ | 11/513 [04:55<3:43:03, 26.66s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 2%|█▏ | 12/513 [05:22<3:44:39, 26.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▏ | 13/513 [05:49<3:43:53, 26.87s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▎ | 14/513 [06:17<3:46:26, 27.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▍ | 15/513 [06:46<3:49:07, 27.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▌ | 16/513 [07:14<3:50:07, 27.78s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 3%|█▌ | 17/513 [07:42<3:50:58, 27.94s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▋ | 18/513 [08:10<3:51:09, 28.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▊ | 19/513 [08:39<3:51:36, 28.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|█▉ | 20/513 [09:06<3:49:20, 27.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██ | 21/513 [09:35<3:49:54, 28.04s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██ | 22/513 [10:03<3:49:48, 28.08s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 4%|██▏ | 23/513 [10:31<3:49:42, 28.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▎ | 24/513 [10:58<3:46:41, 27.82s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 25/513 [11:26<3:46:23, 27.83s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▍ | 26/513 [11:54<3:47:13, 27.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▌ | 27/513 [12:21<3:42:34, 27.48s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 5%|██▋ | 28/513 [12:46<3:38:16, 27.00s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▊ | 29/513 [13:15<3:41:46, 27.49s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▊ | 30/513 [13:45<3:46:11, 28.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|██▉ | 31/513 [14:19<4:00:24, 29.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███ | 32/513 [14:50<4:03:10, 30.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 6%|███▏ | 33/513 [15:22<4:06:42, 30.84s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▏ | 34/513 [15:57<4:16:40, 32.15s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▎ | 35/513 [16:32<4:22:11, 32.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▍ | 36/513 [17:06<4:23:22, 33.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▌ | 37/513 [17:38<4:20:44, 32.87s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 7%|███▋ | 38/513 [18:07<4:11:38, 31.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▋ | 39/513 [18:35<4:01:05, 30.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▊ | 40/513 [19:02<3:53:45, 29.65s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|███▉ | 41/513 [19:34<3:58:31, 30.32s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████ | 42/513 [20:06<4:02:02, 30.83s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 8%|████ | 43/513 [20:38<4:04:42, 31.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▏ | 44/513 [21:10<4:05:42, 31.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▎ | 45/513 [21:42<4:06:14, 31.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▍ | 46/513 [22:15<4:07:57, 31.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▍ | 47/513 [22:46<4:06:26, 31.73s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 9%|████▌ | 48/513 [23:18<4:06:06, 31.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▋ | 49/513 [23:51<4:09:10, 32.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▊ | 50/513 [24:23<4:07:43, 32.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▊ | 51/513 [24:58<4:14:19, 33.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|████▉ | 52/513 [25:36<4:25:24, 34.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 10%|█████ | 53/513 [26:15<4:33:06, 35.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▏ | 54/513 [26:58<4:50:11, 37.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▎ | 55/513 [27:39<4:56:34, 38.85s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▎ | 56/513 [28:10<4:38:18, 36.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▍ | 57/513 [28:41<4:25:28, 34.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 11%|█████▌ | 58/513 [29:13<4:17:36, 33.97s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▋ | 59/513 [29:45<4:12:09, 33.32s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▋ | 60/513 [30:17<4:09:22, 33.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▊ | 61/513 [30:49<4:05:41, 32.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|█████▉ | 62/513 [31:21<4:04:13, 32.49s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████ | 63/513 [31:53<4:02:18, 32.31s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 12%|██████ | 64/513 [32:27<4:05:27, 32.80s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▏ | 65/513 [32:58<4:00:26, 32.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▎ | 66/513 [33:30<3:59:42, 32.18s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▍ | 67/513 [34:01<3:57:58, 32.01s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▍ | 68/513 [34:32<3:55:26, 31.74s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 13%|██████▌ | 69/513 [35:04<3:55:00, 31.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▋ | 70/513 [35:36<3:55:29, 31.90s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▊ | 71/513 [36:09<3:56:56, 32.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▉ | 72/513 [36:41<3:56:39, 32.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|██████▉ | 73/513 [37:13<3:54:04, 31.92s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 14%|███████ | 74/513 [37:44<3:51:45, 31.68s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▏ | 75/513 [38:25<4:11:49, 34.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▎ | 76/513 [39:07<4:28:49, 36.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▎ | 77/513 [39:53<4:47:13, 39.53s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▍ | 78/513 [40:39<5:00:17, 41.42s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 15%|███████▌ | 79/513 [41:26<5:12:14, 43.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▋ | 80/513 [42:13<5:20:12, 44.37s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▋ | 81/513 [42:58<5:19:55, 44.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▊ | 82/513 [43:42<5:19:11, 44.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|███████▉ | 83/513 [44:30<5:26:06, 45.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 16%|████████ | 84/513 [45:16<5:25:17, 45.49s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████ | 85/513 [46:00<5:20:53, 44.98s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▏ | 86/513 [46:45<5:20:52, 45.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▎ | 87/513 [47:30<5:19:02, 44.94s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▍ | 88/513 [48:14<5:16:32, 44.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 17%|████████▌ | 89/513 [49:00<5:19:11, 45.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▌ | 90/513 [49:45<5:17:30, 45.04s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▋ | 91/513 [50:30<5:17:35, 45.15s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▊ | 92/513 [51:16<5:18:24, 45.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▉ | 93/513 [52:01<5:16:07, 45.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 18%|████████▉ | 94/513 [52:48<5:18:56, 45.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████ | 95/513 [53:32<5:16:11, 45.39s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▏ | 96/513 [54:16<5:12:56, 45.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▎ | 97/513 [55:03<5:15:26, 45.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▎ | 98/513 [55:50<5:17:10, 45.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▍ | 99/513 [56:35<5:14:45, 45.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 19%|█████████▎ | 100/513 [57:17<5:06:21, 44.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▍ | 101/513 [57:53<4:49:11, 42.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▌ | 102/513 [58:29<4:35:34, 40.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▋ | 103/513 [59:06<4:27:39, 39.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▋ | 104/513 [59:41<4:18:00, 37.85s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 20%|█████████▍ | 105/513 [1:00:15<4:10:20, 36.82s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|█████████▌ | 106/513 [1:00:51<4:08:22, 36.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|█████████▌ | 107/513 [1:01:26<4:04:37, 36.15s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|█████████▋ | 108/513 [1:02:02<4:03:10, 36.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_198912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|█████████▊ | 109/513 [1:02:37<3:59:56, 35.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 21%|█████████▊ | 110/513 [1:03:13<4:01:07, 35.90s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|█████████▉ | 111/513 [1:03:49<4:00:53, 35.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████ | 112/513 [1:04:23<3:55:14, 35.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▏ | 113/513 [1:04:56<3:51:22, 34.71s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▏ | 114/513 [1:05:31<3:50:33, 34.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 22%|██████████▎ | 115/513 [1:06:07<3:52:50, 35.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|██████████▍ | 116/513 [1:06:44<3:55:38, 35.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|██████████▍ | 117/513 [1:07:19<3:55:16, 35.65s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|██████████▌ | 118/513 [1:07:55<3:54:08, 35.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|██████████▋ | 119/513 [1:08:28<3:49:45, 34.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 23%|██████████▊ | 120/513 [1:09:05<3:51:23, 35.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|██████████▊ | 121/513 [1:09:40<3:51:39, 35.46s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|██████████▉ | 122/513 [1:10:15<3:49:38, 35.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████ | 123/513 [1:10:49<3:46:06, 34.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████ | 124/513 [1:11:24<3:45:29, 34.78s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 24%|███████████▏ | 125/513 [1:11:59<3:47:02, 35.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|███████████▎ | 126/513 [1:12:35<3:46:55, 35.18s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|███████████▍ | 127/513 [1:13:11<3:47:52, 35.42s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|███████████▍ | 128/513 [1:13:47<3:47:51, 35.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|███████████▌ | 129/513 [1:14:22<3:46:45, 35.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 25%|███████████▋ | 130/513 [1:14:59<3:48:46, 35.84s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|███████████▋ | 131/513 [1:15:34<3:48:05, 35.83s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|███████████▊ | 132/513 [1:16:10<3:47:49, 35.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|███████████▉ | 133/513 [1:16:46<3:47:24, 35.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████ | 134/513 [1:17:24<3:49:21, 36.31s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 26%|████████████ | 135/513 [1:17:59<3:46:45, 35.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▏ | 136/513 [1:18:34<3:45:11, 35.84s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▎ | 137/513 [1:19:13<3:49:19, 36.59s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▎ | 138/513 [1:19:48<3:46:47, 36.29s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▍ | 139/513 [1:20:23<3:44:18, 35.98s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▌ | 140/513 [1:20:59<3:42:29, 35.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 27%|████████████▋ | 141/513 [1:21:37<3:46:31, 36.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|████████████▋ | 142/513 [1:22:12<3:43:45, 36.19s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|████████████▊ | 143/513 [1:22:49<3:42:59, 36.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|████████████▉ | 144/513 [1:23:24<3:41:29, 36.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████ | 145/513 [1:24:00<3:40:07, 35.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 28%|█████████████ | 146/513 [1:24:35<3:37:51, 35.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|█████████████▏ | 147/513 [1:25:12<3:39:16, 35.95s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|█████████████▎ | 148/513 [1:25:47<3:37:06, 35.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|█████████████▎ | 149/513 [1:26:21<3:33:52, 35.25s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|█████████████▍ | 150/513 [1:26:56<3:33:51, 35.35s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 29%|█████████████▌ | 151/513 [1:27:31<3:32:36, 35.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|█████████████▋ | 152/513 [1:28:07<3:31:49, 35.21s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|█████████████▋ | 153/513 [1:28:46<3:38:23, 36.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|█████████████▊ | 154/513 [1:29:25<3:42:38, 37.21s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|█████████████▉ | 155/513 [1:30:04<3:44:52, 37.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 30%|█████████████▉ | 156/513 [1:30:41<3:44:09, 37.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|██████████████ | 157/513 [1:31:24<3:52:41, 39.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|██████████████▏ | 158/513 [1:32:04<3:54:07, 39.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|██████████████▎ | 159/513 [1:32:42<3:50:27, 39.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|██████████████▎ | 160/513 [1:33:19<3:44:54, 38.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 31%|██████████████▍ | 161/513 [1:33:54<3:38:22, 37.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|██████████████▌ | 162/513 [1:34:29<3:35:14, 36.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|██████████████▌ | 163/513 [1:35:04<3:31:09, 36.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|██████████████▋ | 164/513 [1:35:39<3:28:44, 35.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|██████████████▊ | 165/513 [1:36:14<3:25:58, 35.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 32%|██████████████▉ | 166/513 [1:36:50<3:26:53, 35.77s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|██████████████▉ | 167/513 [1:37:26<3:25:57, 35.72s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|███████████████ | 168/513 [1:38:00<3:22:25, 35.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|███████████████▏ | 169/513 [1:38:38<3:27:38, 36.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|███████████████▏ | 170/513 [1:39:17<3:30:48, 36.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 33%|███████████████▎ | 171/513 [1:39:51<3:25:46, 36.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|███████████████▍ | 172/513 [1:40:25<3:21:10, 35.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|███████████████▌ | 173/513 [1:40:59<3:18:54, 35.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|███████████████▌ | 174/513 [1:41:33<3:16:23, 34.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|███████████████▋ | 175/513 [1:42:09<3:17:50, 35.12s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 34%|███████████████▊ | 176/513 [1:42:46<3:19:12, 35.47s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|███████████████▊ | 177/513 [1:43:22<3:20:16, 35.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|███████████████▉ | 178/513 [1:43:57<3:17:33, 35.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|████████████████ | 179/513 [1:44:32<3:16:40, 35.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|████████████████▏ | 180/513 [1:45:09<3:20:01, 36.04s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|████████████████▏ | 181/513 [1:45:45<3:18:11, 35.82s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 35%|████████████████▎ | 182/513 [1:46:19<3:15:12, 35.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|████████████████▍ | 183/513 [1:46:54<3:14:09, 35.30s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|████████████████▍ | 184/513 [1:47:29<3:12:49, 35.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|████████████████▌ | 185/513 [1:48:04<3:11:50, 35.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|████████████████▋ | 186/513 [1:48:39<3:11:27, 35.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 36%|████████████████▊ | 187/513 [1:49:15<3:12:06, 35.36s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|████████████████▊ | 188/513 [1:49:51<3:12:47, 35.59s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|████████████████▉ | 189/513 [1:50:27<3:11:56, 35.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|█████████████████ | 190/513 [1:51:02<3:11:33, 35.58s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|█████████████████▏ | 191/513 [1:51:38<3:10:35, 35.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 37%|█████████████████▏ | 192/513 [1:52:13<3:09:59, 35.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|█████████████████▎ | 193/513 [1:52:48<3:08:10, 35.28s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|█████████████████▍ | 194/513 [1:53:23<3:07:32, 35.27s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|█████████████████▍ | 195/513 [1:53:59<3:08:31, 35.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|█████████████████▌ | 196/513 [1:54:36<3:09:16, 35.83s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 38%|█████████████████▋ | 197/513 [1:55:16<3:16:09, 37.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|█████████████████▊ | 198/513 [1:55:52<3:13:40, 36.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|█████████████████▊ | 199/513 [1:56:28<3:10:24, 36.39s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|█████████████████▉ | 200/513 [1:57:03<3:07:34, 35.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|██████████████████ | 201/513 [1:57:39<3:07:17, 36.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 39%|██████████████████ | 202/513 [1:58:14<3:04:59, 35.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|██████████████████▏ | 203/513 [1:58:51<3:06:26, 36.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|██████████████████▎ | 204/513 [1:59:26<3:04:21, 35.80s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|██████████████████▍ | 205/513 [2:00:02<3:04:42, 35.98s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|██████████████████▍ | 206/513 [2:00:38<3:02:56, 35.75s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 40%|██████████████████▌ | 207/513 [2:01:14<3:03:10, 35.92s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|██████████████████▋ | 208/513 [2:01:50<3:03:24, 36.08s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|██████████████████▋ | 209/513 [2:02:27<3:04:03, 36.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|██████████████████▊ | 210/513 [2:03:02<3:00:56, 35.83s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|██████████████████▉ | 211/513 [2:03:37<2:59:50, 35.73s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 41%|███████████████████ | 212/513 [2:04:15<3:02:20, 36.35s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████ | 213/513 [2:04:53<3:04:02, 36.81s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████▏ | 214/513 [2:05:32<3:07:12, 37.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████▎ | 215/513 [2:06:10<3:06:26, 37.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████▎ | 216/513 [2:06:47<3:05:37, 37.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████▍ | 217/513 [2:07:23<3:02:38, 37.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 42%|███████████████████▌ | 218/513 [2:07:59<3:00:05, 36.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|███████████████████▋ | 219/513 [2:08:34<2:58:02, 36.34s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|███████████████████▋ | 220/513 [2:09:10<2:55:53, 36.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|███████████████████▊ | 221/513 [2:09:43<2:50:45, 35.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|███████████████████▉ | 222/513 [2:10:16<2:48:09, 34.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 43%|███████████████████▉ | 223/513 [2:10:50<2:45:28, 34.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|████████████████████ | 224/513 [2:11:25<2:47:11, 34.71s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|████████████████████▏ | 225/513 [2:12:00<2:46:00, 34.58s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|████████████████████▎ | 226/513 [2:12:34<2:44:51, 34.46s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|████████████████████▎ | 227/513 [2:13:10<2:46:29, 34.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 44%|████████████████████▍ | 228/513 [2:13:46<2:47:38, 35.29s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_199912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|████████████████████▌ | 229/513 [2:14:22<2:48:11, 35.53s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|████████████████████▌ | 230/513 [2:14:57<2:46:50, 35.37s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|████████████████████▋ | 231/513 [2:15:32<2:45:07, 35.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|████████████████████▊ | 232/513 [2:16:06<2:43:52, 34.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 45%|████████████████████▉ | 233/513 [2:16:41<2:42:52, 34.90s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|████████████████████▉ | 234/513 [2:17:16<2:42:07, 34.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|█████████████████████ | 235/513 [2:17:48<2:38:02, 34.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|█████████████████████▏ | 236/513 [2:18:21<2:36:00, 33.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|█████████████████████▎ | 237/513 [2:18:53<2:32:29, 33.15s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 46%|█████████████████████▎ | 238/513 [2:19:26<2:31:30, 33.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|█████████████████████▍ | 239/513 [2:19:58<2:29:17, 32.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|█████████████████████▌ | 240/513 [2:20:29<2:26:39, 32.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|█████████████████████▌ | 241/513 [2:21:01<2:25:41, 32.14s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|█████████████████████▋ | 242/513 [2:21:35<2:28:31, 32.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 47%|█████████████████████▊ | 243/513 [2:22:08<2:28:00, 32.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|█████████████████████▉ | 244/513 [2:22:42<2:28:06, 33.04s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|█████████████████████▉ | 245/513 [2:23:12<2:23:55, 32.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|██████████████████████ | 246/513 [2:23:43<2:21:19, 31.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|██████████████████████▏ | 247/513 [2:24:13<2:18:36, 31.26s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 48%|██████████████████████▏ | 248/513 [2:24:43<2:17:11, 31.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|██████████████████████▎ | 249/513 [2:25:13<2:14:58, 30.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|██████████████████████▍ | 250/513 [2:25:46<2:17:00, 31.26s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|██████████████████████▌ | 251/513 [2:26:18<2:18:05, 31.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|██████████████████████▌ | 252/513 [2:26:51<2:19:40, 32.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 49%|██████████████████████▋ | 253/513 [2:27:24<2:20:05, 32.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|██████████████████████▊ | 254/513 [2:27:57<2:20:10, 32.47s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|██████████████████████▊ | 255/513 [2:28:28<2:18:19, 32.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|██████████████████████▉ | 256/513 [2:29:02<2:18:57, 32.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|███████████████████████ | 257/513 [2:29:36<2:20:23, 32.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|███████████████████████▏ | 258/513 [2:30:08<2:19:43, 32.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 50%|███████████████████████▏ | 259/513 [2:30:41<2:19:23, 32.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|███████████████████████▎ | 260/513 [2:31:13<2:17:40, 32.65s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|███████████████████████▍ | 261/513 [2:31:47<2:18:27, 32.97s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|███████████████████████▍ | 262/513 [2:32:19<2:16:15, 32.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|███████████████████████▌ | 263/513 [2:32:51<2:15:40, 32.56s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 51%|███████████████████████▋ | 264/513 [2:33:26<2:18:14, 33.31s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|███████████████████████▊ | 265/513 [2:34:07<2:26:34, 35.46s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|███████████████████████▊ | 266/513 [2:34:54<2:40:59, 39.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|███████████████████████▉ | 267/513 [2:35:42<2:51:04, 41.73s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|████████████████████████ | 268/513 [2:36:22<2:47:30, 41.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 52%|████████████████████████ | 269/513 [2:36:58<2:41:18, 39.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|████████████████████████▏ | 270/513 [2:37:35<2:37:23, 38.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|████████████████████████▎ | 271/513 [2:38:08<2:29:58, 37.18s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|████████████████████████▍ | 272/513 [2:38:42<2:24:31, 35.98s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|████████████████████████▍ | 273/513 [2:39:16<2:21:45, 35.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 53%|████████████████████████▌ | 274/513 [2:39:50<2:19:21, 34.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|████████████████████████▋ | 275/513 [2:40:23<2:16:12, 34.34s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|████████████████████████▋ | 276/513 [2:40:55<2:13:00, 33.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|████████████████████████▊ | 277/513 [2:41:29<2:13:00, 33.82s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|████████████████████████▉ | 278/513 [2:42:11<2:22:08, 36.29s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 54%|█████████████████████████ | 279/513 [2:42:56<2:32:04, 39.00s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|█████████████████████████ | 280/513 [2:43:42<2:39:53, 41.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|█████████████████████████▏ | 281/513 [2:44:28<2:43:47, 42.36s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|█████████████████████████▎ | 282/513 [2:45:12<2:45:39, 43.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|█████████████████████████▍ | 283/513 [2:45:56<2:45:57, 43.29s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 55%|█████████████████████████▍ | 284/513 [2:46:38<2:44:13, 43.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|█████████████████████████▌ | 285/513 [2:47:22<2:43:34, 43.05s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|█████████████████████████▋ | 286/513 [2:48:06<2:44:13, 43.41s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|█████████████████████████▋ | 287/513 [2:48:46<2:40:08, 42.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|█████████████████████████▊ | 288/513 [2:49:26<2:36:04, 41.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 56%|█████████████████████████▉ | 289/513 [2:50:06<2:33:51, 41.21s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|██████████████████████████ | 290/513 [2:50:45<2:30:43, 40.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|██████████████████████████ | 291/513 [2:51:25<2:29:27, 40.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|██████████████████████████▏ | 292/513 [2:52:06<2:29:52, 40.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|██████████████████████████▎ | 293/513 [2:52:47<2:29:02, 40.65s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 57%|██████████████████████████▎ | 294/513 [2:53:28<2:28:15, 40.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▍ | 295/513 [2:54:11<2:30:34, 41.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▌ | 296/513 [2:54:52<2:29:58, 41.47s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▋ | 297/513 [2:55:32<2:27:35, 41.00s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▋ | 298/513 [2:56:11<2:24:24, 40.30s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▊ | 299/513 [2:56:49<2:20:46, 39.47s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 58%|██████████████████████████▉ | 300/513 [2:57:27<2:18:39, 39.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|██████████████████████████▉ | 301/513 [2:58:06<2:17:46, 38.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|███████████████████████████ | 302/513 [2:58:43<2:15:10, 38.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|███████████████████████████▏ | 303/513 [2:59:20<2:13:13, 38.07s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|███████████████████████████▎ | 304/513 [2:59:59<2:13:29, 38.32s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 59%|███████████████████████████▎ | 305/513 [3:00:36<2:11:20, 37.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|███████████████████████████▍ | 306/513 [3:01:13<2:09:44, 37.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|███████████████████████████▌ | 307/513 [3:01:55<2:13:37, 38.92s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|███████████████████████████▌ | 308/513 [3:02:35<2:14:56, 39.49s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|███████████████████████████▋ | 309/513 [3:03:14<2:13:29, 39.26s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 60%|███████████████████████████▊ | 310/513 [3:03:53<2:12:02, 39.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|███████████████████████████▉ | 311/513 [3:04:29<2:09:12, 38.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|███████████████████████████▉ | 312/513 [3:05:07<2:07:39, 38.11s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|████████████████████████████ | 313/513 [3:05:45<2:07:00, 38.10s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|████████████████████████████▏ | 314/513 [3:06:23<2:05:49, 37.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 61%|████████████████████████████▏ | 315/513 [3:07:00<2:04:29, 37.72s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|████████████████████████████▎ | 316/513 [3:07:38<2:04:00, 37.77s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|████████████████████████████▍ | 317/513 [3:08:17<2:04:56, 38.25s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|████████████████████████████▌ | 318/513 [3:08:55<2:03:34, 38.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|████████████████████████████▌ | 319/513 [3:09:33<2:03:20, 38.14s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 62%|████████████████████████████▋ | 320/513 [3:10:14<2:05:19, 38.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|████████████████████████████▊ | 321/513 [3:10:55<2:06:26, 39.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|████████████████████████████▊ | 322/513 [3:11:33<2:04:41, 39.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|████████████████████████████▉ | 323/513 [3:12:16<2:07:19, 40.21s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|█████████████████████████████ | 324/513 [3:12:59<2:09:31, 41.12s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 63%|█████████████████████████████▏ | 325/513 [3:13:47<2:15:06, 43.12s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|█████████████████████████████▏ | 326/513 [3:14:34<2:18:23, 44.41s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|█████████████████████████████▎ | 327/513 [3:15:16<2:14:58, 43.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|█████████████████████████████▍ | 328/513 [3:16:03<2:17:38, 44.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|█████████████████████████████▌ | 329/513 [3:16:50<2:19:13, 45.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 64%|█████████████████████████████▌ | 330/513 [3:17:28<2:11:19, 43.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|█████████████████████████████▋ | 331/513 [3:18:14<2:13:19, 43.95s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|█████████████████████████████▊ | 332/513 [3:19:02<2:16:24, 45.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|█████████████████████████████▊ | 333/513 [3:19:51<2:19:38, 46.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|█████████████████████████████▉ | 334/513 [3:20:31<2:12:33, 44.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|█████████████████████████████▍ | 335/513 [3:26:09<6:32:42, 132.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 65%|████████████████████████████▊ | 336/513 [4:12:16<45:22:25, 922.85s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████▉ | 337/513 [4:12:54<32:08:37, 657.48s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|████████████████████████████▉ | 338/513 [4:13:29<22:52:31, 470.58s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████ | 339/513 [4:14:04<16:26:15, 340.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████▏ | 340/513 [4:14:41<11:58:22, 249.15s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 66%|█████████████████████████████▉ | 341/513 [4:15:19<8:52:50, 185.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|██████████████████████████████ | 342/513 [4:15:55<6:41:28, 140.87s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|██████████████████████████████ | 343/513 [4:16:30<5:09:11, 109.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|██████████████████████████████▊ | 344/513 [4:17:06<4:05:40, 87.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|██████████████████████████████▉ | 345/513 [4:17:40<3:19:15, 71.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 67%|███████████████████████████████ | 346/513 [4:18:16<2:48:14, 60.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|███████████████████████████████ | 347/513 [4:18:52<2:26:57, 53.12s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|███████████████████████████████▏ | 348/513 [4:19:27<2:11:38, 47.87s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_200912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|███████████████████████████████▎ | 349/513 [4:20:02<2:00:19, 44.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|███████████████████████████████▍ | 350/513 [4:20:37<1:51:55, 41.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 68%|███████████████████████████████▍ | 351/513 [4:21:13<1:46:46, 39.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|███████████████████████████████▌ | 352/513 [4:21:47<1:42:25, 38.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|███████████████████████████████▋ | 353/513 [4:22:22<1:39:00, 37.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|███████████████████████████████▋ | 354/513 [4:22:58<1:37:00, 36.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|███████████████████████████████▊ | 355/513 [4:23:32<1:34:37, 35.93s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 69%|███████████████████████████████▉ | 356/513 [4:24:07<1:32:59, 35.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|████████████████████████████████ | 357/513 [4:24:40<1:30:46, 34.92s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|████████████████████████████████ | 358/513 [4:25:15<1:30:19, 34.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|████████████████████████████████▏ | 359/513 [4:25:51<1:30:19, 35.19s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|████████████████████████████████▎ | 360/513 [4:26:25<1:28:43, 34.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 70%|████████████████████████████████▎ | 361/513 [4:26:59<1:27:57, 34.72s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|████████████████████████████████▍ | 362/513 [4:27:35<1:28:12, 35.05s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|████████████████████████████████▌ | 363/513 [4:28:10<1:27:32, 35.01s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|████████████████████████████████▋ | 364/513 [4:28:44<1:26:23, 34.79s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|████████████████████████████████▋ | 365/513 [4:29:20<1:26:26, 35.05s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 71%|████████████████████████████████▊ | 366/513 [4:29:55<1:25:43, 34.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████▉ | 367/513 [4:30:31<1:26:02, 35.36s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|████████████████████████████████▉ | 368/513 [4:31:06<1:25:33, 35.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|█████████████████████████████████ | 369/513 [4:31:42<1:24:46, 35.32s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|█████████████████████████████████▏ | 370/513 [4:32:17<1:24:08, 35.30s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 72%|█████████████████████████████████▎ | 371/513 [4:32:50<1:21:57, 34.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▎ | 372/513 [4:33:23<1:20:22, 34.20s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▍ | 373/513 [4:33:55<1:18:12, 33.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▌ | 374/513 [4:34:28<1:17:14, 33.34s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▋ | 375/513 [4:35:02<1:17:21, 33.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▋ | 376/513 [4:35:38<1:17:59, 34.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 73%|█████████████████████████████████▊ | 377/513 [4:36:13<1:18:07, 34.46s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████▉ | 378/513 [4:36:48<1:17:41, 34.53s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|█████████████████████████████████▉ | 379/513 [4:37:20<1:15:59, 34.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|██████████████████████████████████ | 380/513 [4:37:53<1:14:29, 33.60s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|██████████████████████████████████▏ | 381/513 [4:38:26<1:13:47, 33.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 74%|██████████████████████████████████▎ | 382/513 [4:39:04<1:15:54, 34.77s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|██████████████████████████████████▎ | 383/513 [4:39:39<1:15:16, 34.75s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|██████████████████████████████████▍ | 384/513 [4:40:15<1:15:22, 35.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|██████████████████████████████████▌ | 385/513 [4:40:49<1:14:27, 34.90s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|██████████████████████████████████▌ | 386/513 [4:41:24<1:13:41, 34.81s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 75%|██████████████████████████████████▋ | 387/513 [4:41:57<1:12:13, 34.39s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████▊ | 388/513 [4:42:31<1:11:06, 34.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████▉ | 389/513 [4:43:05<1:10:57, 34.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|██████████████████████████████████▉ | 390/513 [4:43:39<1:10:11, 34.24s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|███████████████████████████████████ | 391/513 [4:44:15<1:10:41, 34.77s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 76%|███████████████████████████████████▏ | 392/513 [4:44:50<1:09:45, 34.59s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|███████████████████████████████████▏ | 393/513 [4:45:25<1:09:28, 34.74s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201309.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|███████████████████████████████████▎ | 394/513 [4:45:57<1:07:28, 34.02s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201310.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|███████████████████████████████████▍ | 395/513 [4:46:31<1:06:47, 33.97s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201311.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|███████████████████████████████████▌ | 396/513 [4:47:07<1:07:16, 34.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201312.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 77%|███████████████████████████████████▌ | 397/513 [4:47:44<1:08:07, 35.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201401.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████▋ | 398/513 [4:48:17<1:06:44, 34.82s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201402.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████▊ | 399/513 [4:48:50<1:04:41, 34.05s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201403.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████▊ | 400/513 [4:49:24<1:04:21, 34.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201404.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|███████████████████████████████████▉ | 401/513 [4:49:56<1:02:43, 33.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201405.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 78%|████████████████████████████████████ | 402/513 [4:50:29<1:01:50, 33.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201406.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|████████████████████████████████████▏ | 403/513 [4:51:03<1:01:34, 33.59s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201407.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|████████████████████████████████████▏ | 404/513 [4:51:37<1:01:11, 33.68s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201408.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|████████████████████████████████████▎ | 405/513 [4:52:11<1:00:29, 33.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201409.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|█████████████████████████████████████▉ | 406/513 [4:52:44<59:31, 33.37s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201410.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 79%|██████████████████████████████████████ | 407/513 [4:53:18<59:40, 33.77s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201411.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|██████████████████████████████████████▏ | 408/513 [4:53:52<59:12, 33.84s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201412.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|██████████████████████████████████████▎ | 409/513 [4:54:26<58:41, 33.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201501.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|██████████████████████████████████████▎ | 410/513 [4:55:01<58:31, 34.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201502.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|██████████████████████████████████████▍ | 411/513 [4:55:34<57:43, 33.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201503.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 80%|██████████████████████████████████████▌ | 412/513 [4:56:07<56:19, 33.46s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201504.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|██████████████████████████████████████▋ | 413/513 [4:56:41<56:03, 33.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201505.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|██████████████████████████████████████▋ | 414/513 [4:57:14<55:11, 33.45s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201506.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|██████████████████████████████████████▊ | 415/513 [4:57:47<54:18, 33.25s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201507.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|██████████████████████████████████████▉ | 416/513 [4:58:20<53:43, 33.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201508.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|███████████████████████████████████████ | 417/513 [4:58:54<53:48, 33.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201509.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 81%|███████████████████████████████████████ | 418/513 [4:59:27<52:54, 33.41s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201510.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|███████████████████████████████████████▏ | 419/513 [5:00:00<52:16, 33.36s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201511.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|███████████████████████████████████████▎ | 420/513 [5:00:32<50:57, 32.88s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201512.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|███████████████████████████████████████▍ | 421/513 [5:01:05<50:12, 32.74s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201601.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|███████████████████████████████████████▍ | 422/513 [5:01:37<49:37, 32.71s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201602.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 82%|███████████████████████████████████████▌ | 423/513 [5:02:09<48:48, 32.54s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201603.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|███████████████████████████████████████▋ | 424/513 [5:02:42<48:05, 32.42s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201604.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|███████████████████████████████████████▊ | 425/513 [5:03:17<48:44, 33.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201605.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|███████████████████████████████████████▊ | 426/513 [5:03:51<48:52, 33.71s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201606.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|███████████████████████████████████████▉ | 427/513 [5:04:24<47:46, 33.33s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201607.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 83%|████████████████████████████████████████ | 428/513 [5:04:58<47:21, 33.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201608.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|████████████████████████████████████████▏ | 429/513 [5:05:31<46:48, 33.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201609.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|████████████████████████████████████████▏ | 430/513 [5:06:03<45:37, 32.98s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201610.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|████████████████████████████████████████▎ | 431/513 [5:06:35<44:44, 32.73s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201611.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|████████████████████████████████████████▍ | 432/513 [5:07:08<44:03, 32.64s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201612.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 84%|████████████████████████████████████████▌ | 433/513 [5:07:40<43:33, 32.67s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201701.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|████████████████████████████████████████▌ | 434/513 [5:08:14<43:19, 32.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201702.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|████████████████████████████████████████▋ | 435/513 [5:08:47<42:58, 33.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201703.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|████████████████████████████████████████▊ | 436/513 [5:09:21<42:48, 33.35s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201704.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|████████████████████████████████████████▉ | 437/513 [5:09:55<42:35, 33.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201705.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 85%|████████████████████████████████████████▉ | 438/513 [5:10:29<42:02, 33.63s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201706.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|█████████████████████████████████████████ | 439/513 [5:11:03<41:27, 33.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201707.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|█████████████████████████████████████████▏ | 440/513 [5:11:34<40:04, 32.94s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201708.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|█████████████████████████████████████████▎ | 441/513 [5:12:06<39:02, 32.53s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201709.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|█████████████████████████████████████████▎ | 442/513 [5:12:40<39:02, 32.99s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201710.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 86%|█████████████████████████████████████████▍ | 443/513 [5:13:13<38:35, 33.08s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201711.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|█████████████████████████████████████████▌ | 444/513 [5:13:47<38:23, 33.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201712.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|█████████████████████████████████████████▋ | 445/513 [5:14:22<38:14, 33.74s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201801.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|█████████████████████████████████████████▋ | 446/513 [5:14:55<37:39, 33.73s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201802.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|█████████████████████████████████████████▊ | 447/513 [5:15:29<37:05, 33.72s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201803.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 87%|█████████████████████████████████████████▉ | 448/513 [5:16:03<36:43, 33.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201804.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████ | 449/513 [5:16:38<36:14, 33.97s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201805.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████ | 450/513 [5:17:11<35:35, 33.89s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201806.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████▏ | 451/513 [5:17:45<34:56, 33.81s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201807.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████▎ | 452/513 [5:18:17<33:51, 33.30s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201808.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████▍ | 453/513 [5:18:50<33:22, 33.37s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201809.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 88%|██████████████████████████████████████████▍ | 454/513 [5:19:24<32:49, 33.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201810.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|██████████████████████████████████████████▌ | 455/513 [5:19:58<32:24, 33.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201811.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|██████████████████████████████████████████▋ | 456/513 [5:20:32<32:00, 33.69s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201812.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|██████████████████████████████████████████▊ | 457/513 [5:21:03<30:51, 33.06s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201901.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|██████████████████████████████████████████▊ | 458/513 [5:21:35<30:01, 32.76s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201902.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 89%|██████████████████████████████████████████▉ | 459/513 [5:22:09<29:37, 32.91s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201903.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|███████████████████████████████████████████ | 460/513 [5:22:43<29:29, 33.38s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201904.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|███████████████████████████████████████████▏ | 461/513 [5:23:17<28:58, 33.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201905.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|███████████████████████████████████████████▏ | 462/513 [5:23:50<28:14, 33.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201906.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|███████████████████████████████████████████▎ | 463/513 [5:24:23<27:50, 33.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201907.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 90%|███████████████████████████████████████████▍ | 464/513 [5:24:57<27:24, 33.56s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201908.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|███████████████████████████████████████████▌ | 465/513 [5:25:31<26:53, 33.62s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201909.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|███████████████████████████████████████████▌ | 466/513 [5:26:04<26:09, 33.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201910.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|███████████████████████████████████████████▋ | 467/513 [5:26:38<25:43, 33.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201911.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|███████████████████████████████████████████▊ | 468/513 [5:27:12<25:14, 33.65s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_201912.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 91%|███████████████████████████████████████████▉ | 469/513 [5:27:45<24:34, 33.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202001.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|███████████████████████████████████████████▉ | 470/513 [5:28:18<23:59, 33.48s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202002.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|████████████████████████████████████████████ | 471/513 [5:28:52<23:26, 33.49s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202003.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|████████████████████████████████████████████▏ | 472/513 [5:29:24<22:34, 33.03s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202004.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|████████████████████████████████████████████▎ | 473/513 [5:29:57<22:03, 33.08s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202005.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 92%|████████████████████████████████████████████▎ | 474/513 [5:30:28<21:07, 32.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202006.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|████████████████████████████████████████████▍ | 475/513 [5:31:01<20:43, 32.72s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202007.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|████████████████████████████████████████████▌ | 476/513 [5:31:34<20:11, 32.74s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202008.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|████████████████████████████████████████████▋ | 477/513 [5:32:08<19:51, 33.09s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202009.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|████████████████████████████████████████████▋ | 478/513 [5:32:42<19:30, 33.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202010.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 93%|████████████████████████████████████████████▊ | 479/513 [5:33:15<18:50, 33.26s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202011.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|████████████████████████████████████████████▉ | 480/513 [5:33:49<18:25, 33.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202012.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|█████████████████████████████████████████████ | 481/513 [5:34:23<17:52, 33.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202101.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|█████████████████████████████████████████████ | 482/513 [5:34:57<17:24, 33.71s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202102.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|█████████████████████████████████████████████▏ | 483/513 [5:35:30<16:48, 33.61s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202103.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 94%|█████████████████████████████████████████████▎ | 484/513 [5:36:05<16:22, 33.87s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202104.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|█████████████████████████████████████████████▍ | 485/513 [5:36:37<15:35, 33.42s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202105.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|█████████████████████████████████████████████▍ | 486/513 [5:37:11<15:02, 33.43s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202106.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|█████████████████████████████████████████████▌ | 487/513 [5:37:43<14:22, 33.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202107.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|█████████████████████████████████████████████▋ | 488/513 [5:38:16<13:49, 33.17s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202108.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 95%|█████████████████████████████████████████████▊ | 489/513 [5:38:51<13:24, 33.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202109.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|█████████████████████████████████████████████▊ | 490/513 [5:39:24<12:50, 33.52s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202110.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|█████████████████████████████████████████████▉ | 491/513 [5:39:57<12:10, 33.19s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202111.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|██████████████████████████████████████████████ | 492/513 [5:40:27<11:22, 32.50s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202112.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|██████████████████████████████████████████████▏ | 493/513 [5:41:00<10:51, 32.55s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202201.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|██████████████████████████████████████████████▏ | 494/513 [5:41:33<10:20, 32.68s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202202.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 96%|██████████████████████████████████████████████▎ | 495/513 [5:42:05<09:43, 32.40s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202203.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|██████████████████████████████████████████████▍ | 496/513 [5:42:37<09:11, 32.44s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202204.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|██████████████████████████████████████████████▌ | 497/513 [5:43:09<08:35, 32.22s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202205.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|██████████████████████████████████████████████▌ | 498/513 [5:43:42<08:07, 32.51s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202206.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|██████████████████████████████████████████████▋ | 499/513 [5:44:15<07:36, 32.58s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202207.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 97%|██████████████████████████████████████████████▊ | 500/513 [5:44:49<07:08, 32.95s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202208.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|██████████████████████████████████████████████▉ | 501/513 [5:45:22<06:37, 33.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202209.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|██████████████████████████████████████████████▉ | 502/513 [5:45:55<06:02, 32.95s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202210.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|███████████████████████████████████████████████ | 503/513 [5:46:28<05:28, 32.86s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202211.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|███████████████████████████████████████████████▏| 504/513 [5:47:01<04:56, 32.96s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202212.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 98%|███████████████████████████████████████████████▎| 505/513 [5:47:34<04:23, 32.97s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202301.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|███████████████████████████████████████████████▎| 506/513 [5:48:07<03:52, 33.16s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202302.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|███████████████████████████████████████████████▍| 507/513 [5:48:42<03:21, 33.57s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202303.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|███████████████████████████████████████████████▌| 508/513 [5:49:18<02:51, 34.25s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202304.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|███████████████████████████████████████████████▋| 509/513 [5:49:52<02:16, 34.23s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202305.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 99%|███████████████████████████████████████████████▋| 510/513 [5:50:26<01:42, 34.13s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202306.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|███████████████████████████████████████████████▊| 511/513 [5:50:59<01:07, 33.94s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202307.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
"Processing: 100%|███████████████████████████████████████████████▉| 512/513 [5:51:33<00:33, 33.94s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202308.csv\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 100%|████████████████████████████████████████████████| 513/513 [5:52:07<00:00, 41.18s/file]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Output file created: /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/wld_cli_chirps_precip_month1_202309.csv\n",
"Zonal Histogram processing complete!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
"import os\n",
"import geopandas as gpd\n",
"from rasterstats import zonal_stats\n",
"import pandas as pd\n",
"from tqdm import tqdm\n",
"\n",
"# Define input, zone, and output locations\n",
"input_folder = \"/mnt/x/Temp/CHIRPS/Monthly/Month1\"\n",
"zonefieldVector = \"/mnt/x/Temp/modis/lbn/bnd/lbn_bnd_adm3_edge.shp\"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3\"\n",
"selected_fields = ['adm3_src', 'adm3_name', 'adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name', 'geometry']\n",
"\n",
"# Ensure that the output folder exists\n",
"if not os.path.exists(output_folder):\n",
" os.makedirs(output_folder)\n",
"\n",
"# Read the vector data using Geopandas\n",
"vector_data_full = gpd.read_file(zonefieldVector)\n",
"vector_data = vector_data_full[selected_fields].sort_values(by='adm3_src')\n",
"vector_data = vector_data.reset_index(drop=True)\n",
"\n",
"# Check the GeoDataFrame structure\n",
"print(vector_data.head())\n",
"\n",
"# List all .tif files\n",
"tif_files = [f for f in os.listdir(input_folder) if f.endswith('.tif')]\n",
"\n",
"# Initialize tqdm progress bar\n",
"pbar = tqdm(total=len(tif_files), desc='Processing', unit='file')\n",
"\n",
"# Loop through each file in the input folder and compute Zonal Histogram\n",
"for filename in tif_files:\n",
" input_file_path = os.path.join(input_folder, filename)\n",
" output_file_path = os.path.join(output_folder, os.path.splitext(filename)[0] + \".csv\")\n",
"\n",
" # Compute Zonal Histogram using rasterstats\n",
" stats = zonal_stats(vector_data, input_file_path, categorical=False, all_touched=True)\n",
"\n",
" # Convert the stats to a pandas DataFrame and sort columns\n",
" stats_df = pd.DataFrame(stats).sort_index(axis=1)\n",
"\n",
" # Make a copy of vector_data without the 'geometry' column for merging\n",
" vector_data_no_geom = vector_data.drop(columns=['geometry']).copy()\n",
"\n",
" # Merge the statistics back with the vector data without geometry\n",
" vector_data_stats = vector_data_no_geom.join(stats_df)\n",
"\n",
" # Add an 'ID' column based on the new sorted index\n",
" vector_data_stats.reset_index(inplace=True)\n",
" vector_data_stats.rename(columns={'index': 'ID'}, inplace=True)\n",
"\n",
" # Save to CSV\n",
" vector_data_stats.to_csv(output_file_path, index=False)\n",
" print(f\"Output file created: {output_file_path}\")\n",
"\n",
" # Update progress bar\n",
" pbar.update(1)\n",
"\n",
"# Close progress bar\n",
"pbar.close()\n",
"print(\"Zonal Histogram processing complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "b93b1191",
"metadata": {},
"source": [
"**2. Compile each statistical value into single csv**\n",
"\n",
"Grab each statsitical value (`max`, `mean`, and `min`) from each file (1 file for 1 date), compile into single csv for each stats, put the date as column name.\n"
]
},
{
"cell_type": "code",
"execution_count": 23,
"id": "85635b1e",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Data compilation complete!\n"
]
}
],
"source": [
"import os\n",
"import pandas as pd\n",
"\n",
"output_folder = \"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3\"\n",
"csv_files = [f for f in os.listdir(output_folder) if f.endswith('.csv')]\n",
"\n",
"# Initialize dictionaries for storing data\n",
"max_data = {}\n",
"mean_data = {}\n",
"min_data = {}\n",
"\n",
"# Process each CSV file\n",
"for file in csv_files:\n",
" file_path = os.path.join(output_folder, file)\n",
" df = pd.read_csv(file_path)\n",
" \n",
" # Extract year-month from filename\n",
" yyyymm = file.split('_')[-1][:6]\n",
"\n",
" # Update the dictionaries with data from each file\n",
" for index, row in df.iterrows():\n",
" # Updated key with additional columns\n",
" key = (row['ID'], row['adm3_src'], row['adm3_name'], row['adm2_src'], row['adm2_name'], row['adm1_src'], row['adm1_name'], row['adm0_src'], row['adm0_name'])\n",
" if key not in max_data:\n",
" max_data[key] = {}\n",
" mean_data[key] = {}\n",
" min_data[key] = {}\n",
" \n",
" max_data[key][yyyymm] = row['max']\n",
" mean_data[key][yyyymm] = row['mean']\n",
" min_data[key][yyyymm] = row['min']\n",
"\n",
"# Function to convert dictionary to DataFrame and save as CSV\n",
"def dict_to_csv(data_dict, filename):\n",
" # Convert dictionary to DataFrame\n",
" df = pd.DataFrame.from_dict({(i,j,k,l,m,n,o,p,q): data_dict[(i,j,k,l,m,n,o,p,q)] \n",
" for i,j,k,l,m,n,o,p,q in sorted(data_dict)},\n",
" orient='index')\n",
" # Updated column names\n",
" df.reset_index(inplace=True)\n",
" df.columns = ['ID', 'adm3_src', 'adm3_name', 'adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + sorted(df.columns[9:])\n",
" df.to_csv(os.path.join(output_folder, filename), index=False)\n",
"\n",
"# Save the data to CSV files\n",
"dict_to_csv(max_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm3_max.csv')\n",
"dict_to_csv(mean_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm3_mean.csv')\n",
"dict_to_csv(min_data, 'lbn_cli_precip_monthly_chirps_1981_2023_adm3_min.csv')\n",
"\n",
"print(\"Data compilation complete!\")\n"
]
},
{
"cell_type": "markdown",
"id": "3ecb1fb5",
"metadata": {},
"source": [
"**3. Calculate annual from monthly timeseries**\n",
"\n",
"From the monthly timeseries data, will calculate the annual `SUM`, to get annual value. We use `SUM` because the data is precipitation."
]
},
{
"cell_type": "code",
"execution_count": 24,
"id": "c621d807",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/lbn_cli_precip_annual_chirps_1981_2023_adm3_max.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/lbn_cli_precip_annual_chirps_1981_2023_adm3_mean.csv\n",
"Annual sum values saved to /mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3/lbn_cli_precip_annual_chirps_1981_2023_adm3_min.csv\n"
]
}
],
"source": [
"import pandas as pd\n",
"from pathlib import Path\n",
"\n",
"# Define the output folder where the merged CSV files are stored\n",
"output_folder = Path(\"/mnt/x/Temp/CHIRPS/Monthly/zonal/lbn/adm3\")\n",
"\n",
"def calculate_annual_sum(file_path):\n",
" # Read the CSV file\n",
" df = pd.read_csv(file_path)\n",
"\n",
" # Get all yyyymmdd columns for monthly data (considering years starting from 1981)\n",
" monthly_columns = [col for col in df.columns if col[:4].isdigit() and 1981 <= int(col[:4]) <= 2099]\n",
"\n",
" # Calculate the annual mean for each year present in the columns\n",
" # Assuming the format is YYYYMMDD\n",
" years = sorted(set(col[:4] for col in monthly_columns))\n",
" for year in years:\n",
" # Calculate the mean of all columns for the specific year\n",
" year_cols = [col for col in monthly_columns if col.startswith(year)]\n",
" if year_cols: # Check if there are columns for the year\n",
" df[f'{year}_annual'] = df[year_cols].sum(axis=1)\n",
"\n",
" # Keep the location, ID and annual mean columns\n",
" annual_columns = ['ID', 'adm3_src', 'adm3_name', 'adm2_src', 'adm2_name', 'adm1_src', 'adm1_name', 'adm0_src', 'adm0_name'] + \\\n",
" [f'{year}_annual' for year in years]\n",
" annual_df = df[annual_columns]\n",
"\n",
" # Construct the new filename\n",
" new_filename = file_path.stem.replace('monthly', 'annual') + '.csv'\n",
" annual_file_path = file_path.parent / new_filename\n",
" annual_df.to_csv(annual_file_path, index=False)\n",
"\n",
" print(f\"Annual sum values saved to {annual_file_path}\")\n",
"\n",
"# Call the function for both SOS and EOS CSV files\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm3_max.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm3_mean.csv\")\n",
"calculate_annual_sum(output_folder / \"lbn_cli_precip_monthly_chirps_1981_2023_adm3_min.csv\")\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a4725269",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment