Skip to content

Commit

Permalink
update ML and EMIT notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Moncrieff authored and Glen Moncrieff committed Oct 9, 2024
1 parent efd8b99 commit e52ffa6
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 135 deletions.
8 changes: 4 additions & 4 deletions book/tutorials/EMIT/EMIT_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"outputs": [],
"source": [
"#load points\n",
"gdf = gpd.read_file(\"shared/users/gmoncrieff/data/emit_unmix.gpkg\")\n",
"gdf = gpd.read_file(\"/shared/users/gmoncrieff/emit_unmix.gpkg\")\n",
"#explore the data\n",
"gdf[['Category','geometry']].explore('Category')"
]
Expand Down Expand Up @@ -534,9 +534,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "ispython",
"display_name": "global-global-BioSCape",
"language": "python",
"name": "python3"
"name": "conda-env-global-global-BioSCape-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -548,7 +548,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit e52ffa6

Please sign in to comment.