pratt-savi-810 / pratt-savi-810-2020-03-activity_01

In-Class Coding Activity
0 stars 4 forks source link

Questions #10

Closed katkim0307 closed 4 years ago

katkim0307 commented 4 years ago

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'?