1) Isn't the geodataframe_points argument already passed in as a gdf? Why do we have to read it in instead of doing something like `points_gdf = geodataframe_points'?
2) Could you maybe explain the big differences between op='intersects' and op='within'?
1) Isn't the
geodataframe_points
argument already passed in as a gdf? Why do we have to read it in instead of doing something like `points_gdf = geodataframe_points'?2) Could you maybe explain the big differences between op='intersects' and op='within'?