Skip to content

Commit

Permalink
small change to one cell
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Jul 24, 2024
1 parent e8cb3f2 commit f59fb59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example_notebooks/site_conditions_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,7 @@
"#| tbl-cap: List of streamgage sites active within the last week\n",
"state = 'VT'\n",
"# Query NWIS for what streamgage sites were active within the last week\n",
"active_nwis_sites, _ = nwis.what_sites(stateCd=state, parameterCd='00060', period=\"P1W\", siteType='ST')\n",
"# Find gages present in both of the above queries to get a list of gages that were\n",
"# recently active that also have records from more than 10 years ago\n",
"sites = active_nwis_sites#[active_nwis_sites['site_no'].isin(nwis_sites['site_no'])]\n",
"sites, _ = nwis.what_sites(stateCd=state, parameterCd='00060', period=\"P1W\", siteType='ST')\n",
"display(sites)"
]
},
Expand Down

0 comments on commit f59fb59

Please sign in to comment.