Skip to content

Commit

Permalink
change to get_patrol_observations()
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga committed Sep 25, 2023
1 parent fa88837 commit 05f3ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/01. IO/EarthRanger_IO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,9 @@
"source": [
"patrol_df = er_io.get_patrols()\n",
"\n",
"relocs = er_io.get_observations_for_patrols(\n",
"relocs = er_io.get_patrol_observations(\n",
" patrol_df,\n",
" include_patrol_details=True,\n",
" include_source_details=True,\n",
" include_subject_details=True,\n",
" include_subjectsource_details=True,\n",
Expand Down

0 comments on commit 05f3ba9

Please sign in to comment.