We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fde7a4 commit 71cdd70Copy full SHA for 71cdd70
notebooks/naip/00c - neighbours 3D embedding arrays.ipynb
@@ -206,7 +206,7 @@
206
"name": "stderr",
207
"output_type": "stream",
208
"text": [
209
- "\u001b[38;2;255;101;0m 16%\u001b[39m \u001b[38;2;255;101;0m(17143 of 104234)\u001b[39m |## | Elapsed Time: 0:12:46 ETA: 1:04:55"
+ "\u001b[38;2;255;117;0m 22%\u001b[39m \u001b[38;2;255;117;0m(23089 of 104234)\u001b[39m |### | Elapsed Time: 0:02:59 ETA: 0:10:32"
210
]
211
}
212
],
@@ -219,6 +219,10 @@
219
"\n",
220
" if not os.path.isfile(f\"{folder}/{f}\"):\n",
221
" continue\n",
222
+ " if os.path.isfile(f\"{folder}/osm/{f.split('.')[0]}.osm.npy\"):\n",
223
+ " continue\n",
224
+ " if f == 'osm_aggregate.parquet':\n",
225
226
227
" z = pd.read_parquet(f\"{folder}/{f}\")\n",
228
" z['grid_cell'] = grid_cell(z) # assign grid cells to chips\n",
0 commit comments