About 50 results
Open links in new tab
  1. geoserver - Definition of a BBOX in Web GIS - Geographic Information ...

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

  2. geoserver - WFS 2.0 with bbox filter and attribute filter - Geographic ...

    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 must use …

  3. extents - Geographic Information Systems Stack Exchange

    Jun 15, 2025 · Is there a website that will let me markers (lat/lon) and bounding boxes (minimum / maximum lat/lon) and let me see it overlayed on top of Google Maps (or OSM, or Bing, etc)? I'm not …

  4. 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 that I care about …

  5. extents - Calculating bounding box size? - Geographic Information ...

    What formula could I use to calculate the size in Kilometres of a bounding box based on a given South-West latitude/longitude and a North-East latitude/longitude points? The bounding box format is

  6. 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 to be expressed in the …

  7. 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 points): …

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

  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 like to …

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