Skip to content

Commit

Permalink
explicitly add buffer to query
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegerickx committed Oct 17, 2024
1 parent 4300259 commit 6533f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_custom_cropland.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"polygon = map.get_polygon_latlon()\n",
"\n",
"# Query our public database of training data\n",
"public_df = query_public_extractions(polygon, filter_cropland=False)\n",
"public_df = query_public_extractions(polygon, filter_cropland=False, buffer=250000)\n",
"public_df.year.value_counts()"
]
},
Expand Down

0 comments on commit 6533f4d

Please sign in to comment.