Skip to content

Commit

Permalink
Merge pull request #67 from m11keluis/kluis
Browse files Browse the repository at this point in the history
updated notebooks
  • Loading branch information
m11keluis authored Jun 12, 2024
2 parents ffed876 + beab909 commit cb90061
Show file tree
Hide file tree
Showing 3 changed files with 3,691 additions and 774 deletions.
3 changes: 1 addition & 2 deletions notebooks/water_quality/lesson1_waterFind.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@
"source": [
"# Load Geopandas File with Lakes and Reservoirs\n",
"lr_filename = os.path.join(data_store_path, 'co_lr/co_lr.shp')\n",
"lr_gdf = gpd.read_file('data/co_lr/co_lr.shp')\n",
"print(len(lr_gdf))\n",
"lr_gdf = gpd.read_file(lr_filename)\n",
"\n",
"# Visualize First 5 Entries\n",
"lr_gdf.head()"
Expand Down
Loading

0 comments on commit cb90061

Please sign in to comment.