How to extract coordinates falling in a bbox from a geopandas data frame?
Advertisements I have a geopandas dataframe with coordinates and long with data frame I have a bbox. Now I want to apply the bbox on the data frame and extract the coordinates that’s falling in that bbox. I tried using gpd.clip to extract but it is returning an empty data frame. What is the best… Read More How to extract coordinates falling in a bbox from a geopandas data frame?