
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 …
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 …
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 …
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 …
Counting polygons in polygons with QGIS - Geographic …
Is there a way to get a count of parcels in each zone in QGIS? I've tried doing the "Join attributes by location" using the zones as the target layer and the parcels as the join layer. I used …
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 …
arcpy - Geographic Information Systems Stack Exchange
Jul 17, 2020 · The inputs should be a list (e.g. [featureclas1, featureclass2, featureclass3]) of data. Also, you specified r"H:\Parcel Update Testing\Tax parcels Test.gdb" for the target …
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 …
Snapping parcels together using ArcGIS Pro - Geographic …
Jul 5, 2022 · Snapping parcels together using ArcGIS Pro Ask Question Asked 3 years, 3 months ago Modified 3 years, 3 months ago
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 …