About 208,000 results
Open links in new tab
  1. How to only select contiguous parcels that have the same …

    Oct 18, 2023 · I have a shapefile containing parcel data for multiple counties, and I'm trying to narrow this dataset with the following conditions: 1.) Identify owners with contiguous parcels …

  2. How often do the City or County GIS Parcels data update?

    May 18, 2017 · How often does the county, or city GIS department update their parcels on their GIS data ? Because I asked, the county GIS parcel data on their interactive online does not …

  3. FeatureServer not displaying all parcels in web app and ArcGIS …

    Sep 27, 2024 · I'm maintaining an ArcGIS Server application for a client and encountered an issue where not all of the 19,000 complex polygon parcels are displaying in the FeatureServer. The …

  4. python - Geographic Information Systems Stack Exchange

    I want to find overlapping polygons in the same shapefile. I am using parcel data. I am using intersection_gdf = gpd.sjoin(parcels_gdf, parcels_gdf, how='inner', predicate='intersects') but …

  5. Selecting parcels situated in different county than is written in ...

    Aug 12, 2023 · I have two polygon feature classes: one with parcels, the other one with counties (40 counties) I have to identify the parcels that in the attribute table belonging to county 'X', but …

  6. overlapping features - Selecting polygons that are at least half ...

    Dec 4, 2018 · 2 I have 2 polygon datasets. One is county-owned parcels within a county. The other is a land cover dataset that I have exported to only contain the areas that are forested. I …

  7. Accessing INSPIRE cadastral data through QGIS

    Nov 10, 2021 · I am at the Germany specific Cadastral parcels page on INSPIRE Geoportal, here: I click on the first entry, ALKIS Berlin. Then Download Options. I am presented with a list of …

  8. Correcting gaps and overlapping polygon (parcels) geometry

    The parcels themselves are not parcels in the general sense of the term, but nevertheless, it describes the data quite effectively. No 'parcel' shall overlap or produce gaps between parcels. …

  9. Measuring front setbacks of buildings using ArcGIS Pro

    Mar 28, 2024 · Does anyone know how to measure front setbacks using ArcGIS Pro? I’d like to measure the distance from the front of the parcel to the nearest edge of the building of each …

  10. How to copy features from a vector layer to another vector layer …

    Apr 5, 2012 · A first one with all cadastral parcels of a region. This layer has several attributes, it's only the geometry and 3 of the attributes I'm intrested in. My second layer is a selection of …