About 308,000 results
Open links in new tab
  1. Create a sf from bounding box coordinates (and compare to …

    Aug 23, 2024 · Note that a crs argument is ignored when passing a bbox to st_as_sfc. Alternatively you can make an sf object instead of an sfc object: > bbp = …

  2. Filter by bounding box in GeoPandas - Geographic Information …

    Jan 3, 2018 · I have a GeoPandas DataFrame in EPSG:4326 and I'd make a new DataFrame consisting of all the rows that fall within a certain bounding box. First I get the bounding box …

  3. Calculating the bounding box of GeoJSON object using JavaScript

    17 I have Django app with Leaflet on the frontend and I need to calculate the bbox of a GeoJSON object so that I can pass the coordinates to map.fitBounds() I have tried some libs as well as …

  4. sf create polygon from minimum x and y coordinates

    Jul 14, 2021 · In the specific context you describe - having top right and bottom left corner of your desired polygon - you may be able to get by with sf::st_bbox(). It returns the bounding box of …

  5. WFS Query with BBOX - Geographic Information Systems Stack …

    Mar 27, 2021 · WFS Query with BBOX Ask Question Asked 4 years, 7 months ago Modified 2 years, 9 months ago

  6. geoserver - WFS 2.0 with bbox filter and attribute filter

    WFS 2.0.0 standards puts it as "For KVP-encoded requests the selection clause shall be encoded using one of the keywords FILTER, RESOURCEID or BBOX (see ISO 19143, Table 2)." You …

  7. Clip Spatial object to bounding box in R

    Do a true clip operation, such that non-infinitesimal elements (e.g. polygons, lines) are cut off at the boundary. sp::bbox lacks an assignment method, so the only way I've come up with would …

  8. How do I define a bounding box within a WFS-request?

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  9. Get the correct transform from bounding box with Rasterio

    Apr 5, 2021 · I have image as numpy array with no projection or geographical data and I have information of the bouding box of this numpy array (the image suppose to match perfectly the …

  10. python - Shapely coordinate sequence to GeoDataFrame

    Apr 29, 2021 · Using the shapely bounding box function box, and a GeoDataFrameof points, I have extracted a bounding box and created a buffer around it (below gdf is a GeoDataFrameof …