Select to view content in your preferred language

How to draw dynamic rectangle to clip raster using Arcpy

626
1
02-14-2021 11:52 PM
ShalineeeMishra
New Contributor

Hi,

We have a raster image and need to clip a part of the image based on a dynamic rectangle. The rectangle is formed when user mouse to click anywhere in the image then a rectangle will be created dynamically with certain height and width.

Thanks in advance for your help

Tags (2)
0 Kudos
1 Reply
DavidPike
MVP Notable Contributor

If you supply a feature set as the get parameter FeatureSet—ArcGIS Pro | Documentation you can create a feature which is then passed to the tool

0 Kudos