Hi,
I am creating my own toolbox, I would like the users to key in parameters based on algorithms choose. May I know if I can do something similar to "Search Neighborhood Parameters" in EBK?
Many thanks!
Matthew
custom toolboxes are easier to follow visually
Add a script tool—ArcGIS Pro | Documentation
you can provide filters
Setting script tool parameters—ArcGIS Pro | Documentation
which allow users to select from a list
and declare dependencies to provide further options depending on what a user selects
Have a read through the whole section in the table of contents exposed in the links I have posted.
Pure python toolboxes provide the same capability without the ease of the visual clues
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.