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

    Aug 23, 2024 · bbox_coords <- c(-7.84000, 49.68000, -6.52750, 51.10625) # Create a polygon from the bounding box bbox_polygon <- st_as_sf(st_sfc(st_polygon(list(matrix(c(

  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. Getting correct bounds of clipped GeoTIFF using Rasterio

    Feb 7, 2025 · Use the Affine transform, that's the correct way to calculate the bounds. You don't need to do the calculation manually though, you can use , e.g.: import rasterio from …

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

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

  5. extents - Geographic Information Systems Stack Exchange

    This will let you enter and display a bounding box on an OSM background: (add bbox as url hash to share map with box) Alternatively, I also found bboxfinder quite nice:

  6. 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 …

  7. 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 …

  8. WFS and WMS query SRS parameter and BBOX usage

    Jan 24, 2017 · 10 WMS and WFS have different behavior. In WMS the SRS and BBOX parameters are mandatory and the SRS defines both the output projection, and the BBOX has …

  9. Calculate bounding box coordinates of a selected polygon with QGIS

    May 7, 2019 · I just manually (and somewhat inaccurately I'm sure) retrieved the bounding box coordinates for a county polygon, which is a selection from a larger layer of county shapes. I'd …

  10. 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 …