Skip to content

Commit

Permalink
include buffer for crop type querying
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegerickx committed Oct 17, 2024
1 parent 435f4d2 commit 71c909a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_custom_croptype.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"processing_period = slider.get_processing_period()\n",
"\n",
"# Query our public database of training data\n",
"public_df = query_public_extractions(polygon, processing_period=processing_period)\n",
"public_df = query_public_extractions(polygon, processing_period=processing_period, buffer=250000)\n",
"public_df.year.value_counts()"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"processing_period = slider.get_processing_period()\n",
"\n",
"# Query our public database of training data\n",
"public_df = query_public_extractions(polygon, processing_period=processing_period)\n",
"public_df = query_public_extractions(polygon, processing_period=processing_period, buffer=250000)\n",
"public_df.year.value_counts()"
]
},
Expand Down

0 comments on commit 71c909a

Please sign in to comment.