I have a SEDF with dissolved polygons and I want to clip it to the extent of another SEDF with a single polygon. I tried using the arcgis.geometry.Geometry.clip but was unsuccessful. Does anyone have any advice?
SEDF 1 (Input):
['OBJECTID', 'School', 'Count_', 'AnalysisArea', 'SHAPE']
['OBJECTID', 'Count_', 'AnalysisArea', 'SHAPE']
arcpy is installed, all of the code is within the arcgis pro built in jupyter notebook:
outDissolve_SDF is SEDF #1 and boundaryDissolve_SDF is SEDF #2
outClip = outDissolve_SDF.clip(boundaryDissolve_SDF)outClip
from your link....
arcpy installed?
where is the code that you provided the required envelop?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.