About 254,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. Calculating the bounding box of GeoJSON object using JavaScript

    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 …

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

  4. geoserver - Definition of a BBOX in Web GIS - Geographic …

    In my practice I use a lot WMS and WFS in Geoserver. I have not found a document describing the concept of a bounding box (bbox). ArcGIS has map extent properties to identify map …

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

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

  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. extents - Geographic Information Systems Stack Exchange

    Jun 15, 2025 · 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:

  9. extents - How to troubleshoot WFS bbox problems? - Geographic ...

    Dec 21, 2022 · I have trouble getting features from a WFS using a bounding box with the BBOX parameter. As soon as I specify any BBOX, the WFS returns an empty result. Here is an …

  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 …