File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 37
37
{
38
38
"cell_type": "code",
39
39
"execution_count": 1,
40
+ "id": "e2e95b92",
41
+ "metadata": {},
42
+ "outputs": [],
43
+ "source": [
44
+ "# install necessary packages for imports \n",
45
+ "%pip install scikit-image\n",
46
+ "%pip install scikit-learn\n",
47
+ "%pip install matplotlib\n",
48
+ "%pip install cartopy\n",
49
+ "%pip install folium\n",
50
+ "%pip install mapbox_vector_tile\n",
51
+ "%pip install lxml\n",
52
+ "%pip install pandas\n",
53
+ "%pip install owslib\n",
54
+ "%pip install geopandas\n",
55
+ "%pip install rasterio\n",
56
+ "%pip install fiona\n",
57
+ "%pip install ipyleaflet\n",
58
+ "%pip install cairosvg # If needed, more specific install instructions for cairosvg: https://cairosvg.org/documentation/ "
59
+ ]
60
+ },
61
+ {
62
+ "cell_type": "code",
63
+ "execution_count": 2,
40
64
"id": "5a65137f",
41
65
"metadata": {},
42
66
"outputs": [],
4119
4143
"name": "python",
4120
4144
"nbconvert_exporter": "python",
4121
4145
"pygments_lexer": "ipython3",
4122
- "version": "3.13.0 "
4146
+ "version": "3.13.1 "
4123
4147
},
4124
4148
"vscode": {
4125
4149
"interpreter": {
You can’t perform that action at this time.
0 commit comments