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 a1c12e6 commit b39e6bbCopy full SHA for b39e6bb
examples/03_projects.ipynb
@@ -120,7 +120,7 @@
120
},
121
{
122
"cell_type": "code",
123
- "execution_count": 9,
+ "execution_count": null,
124
"id": "11c18fc4-3202-498f-a733-7bf76f069926",
125
"metadata": {
126
"trusted": true
@@ -144,7 +144,7 @@
144
" f\"./03_projects_assets/Ready_to_survey_trees_team_A.gpkg\",\n",
145
" f\"{LOCAL_FOLDER_TEAM_A}/Ready_to_survey_trees.gpkg\"\n",
146
")\n",
147
- "# copy geopackage for team A to .gpkg file in LOCAL_FOLDER_TEAM_A\n",
+ "# copy geopackage for team B to .gpkg file in LOCAL_FOLDER_TEAM_B\n",
148
"import shutil\n",
149
"shutil.copyfile(\n",
150
" f\"./03_projects_assets/Ready_to_survey_trees_team_B.gpkg\",\n",
0 commit comments