File tree Expand file tree Collapse file tree
notebooks/part0_python_intro/solutions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "metadata": {},
3434 "outputs": [],
3535 "source": [
36- "data_path = pl.Path(\"data/rasterio\") # set path to raster data folder"
36+ "data_path = pl.Path(\"../ data/rasterio\") # set path to raster data folder"
3737 ]
3838 },
3939 {
8282 {
8383 "data": {
8484 "text/plain": [
85- "'data/rasterio/20150818_rainier_summer-tile-30.tif'"
85+ "'../ data/rasterio/20150818_rainier_summer-tile-30.tif'"
8686 ]
8787 },
8888 "execution_count": 5,
441441 "outputs": [],
442442 "source": [
443443 "import geopandas as gpd\n",
444- "white_riv_huc12 = gpd.read_file('data/rasterio/ white_river_huc12.shp')"
444+ "white_riv_huc12 = gpd.read_file(data_path / ' white_river_huc12.shp')"
445445 ]
446446 },
447447 {
11721172 "metadata": {},
11731173 "outputs": [],
11741174 "source": []
1175+ },
1176+ {
1177+ "cell_type": "code",
1178+ "execution_count": null,
1179+ "id": "d7698fff-88a7-4af8-b144-6c30b8430bcd",
1180+ "metadata": {},
1181+ "outputs": [],
1182+ "source": []
11751183 }
11761184 ],
11771185 "metadata": {
You can’t perform that action at this time.
0 commit comments