We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ac4f9 commit 9970721Copy full SHA for 9970721
docs/notebooks/its-live.ipynb
@@ -121,12 +121,7 @@
121
" progress_bar.update()\n",
122
" return\n",
123
"\n",
124
- " # ndjson with only one item are read as an item, not a item collection\n",
125
- " if value[\"type\"] == \"Feature\":\n",
126
- " await rustac.write(str(destination_path), [value])\n",
127
- " else:\n",
128
- " assert value[\"type\"] == \"FeatureCollection\"\n",
129
- " await rustac.write(str(destination_path), value)\n",
+ " await rustac.write(str(destination_path), value)\n",
130
131
132
0 commit comments