Click on a point and perform a geoprocessing tool? The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraArcGIS Geoprocessing “None Type” Second timeAdding new map to current project using ArcGIS Pro .NET SDK?Using one map, multiple layouts, each with different layers in ArcGIS Pro?ArCGIS pro crashes when using addLayer or insertLayerArcpy code to remove decimal digits in symbology (ArcGIS Pro)ArcGIS Pro Import Symbology From LayerAdding results from geoprocessing scripts to ArcGIS Pro?Edit operation failed - ArcGIS Pro SDK 2Using WinForms with ArcGIS Pro SDK?Getting Esri Brushes to appear as dynamic resources in Visual Studio?

Huge performance difference of the command find with and without using %M option to show permissions

What can I do if neighbor is blocking my solar panels intentionally?

Do warforged have souls?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Windows 10: How to Lock (not sleep) laptop on lid close?

Why can't devices on different VLANs, but on the same subnet, communicate?

What do I do when my TA workload is more than expected?

Do I have Disadvantage attacking with an off-hand weapon?

How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?

Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?

What is the padding with red substance inside of steak packaging?

What information about me do stores get via my credit card?

Are spiders unable to hurt humans, especially very small spiders?

Why doesn't shell automatically fix "useless use of cat"?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

should truth entail possible truth

Word for: a synonym with a positive connotation?

Single author papers against my advisor's will?

Python - Fishing Simulator

What force causes entropy to increase?

Is this wall load bearing? Blueprints and photos attached

Why doesn't a hydraulic lever violate conservation of energy?

Button changing its text & action. Good or terrible?



Click on a point and perform a geoprocessing tool?



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraArcGIS Geoprocessing “None Type” Second timeAdding new map to current project using ArcGIS Pro .NET SDK?Using one map, multiple layouts, each with different layers in ArcGIS Pro?ArCGIS pro crashes when using addLayer or insertLayerArcpy code to remove decimal digits in symbology (ArcGIS Pro)ArcGIS Pro Import Symbology From LayerAdding results from geoprocessing scripts to ArcGIS Pro?Edit operation failed - ArcGIS Pro SDK 2Using WinForms with ArcGIS Pro SDK?Getting Esri Brushes to appear as dynamic resources in Visual Studio?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















In ArcMap, I have created a Python Add-In tool that clicks on a point anywhere on the map, then uses the coordinates as an input to a geoprocessing tool that runs a select by location and buffer of various other parameters. It works very well and also will add and remove data from the map.



I am looking to recreate this tool in ArcGIS pro. Is there a way that I can do something like this without having to make some sort of AddIn? I have heard FeatureSet may do something like this. I can change up the words in the Geoprocessing tool to match the ArcGIS pro language, however, am stumped with being able to click on the map to get an input without having to do some sort of Visual Studio SDK ArcGIS pro workaround.










share|improve this question

















  • 1





    If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

    – KHibma
    May 1 '18 at 14:38











  • I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

    – Hornbydd
    May 1 '18 at 18:04

















0















In ArcMap, I have created a Python Add-In tool that clicks on a point anywhere on the map, then uses the coordinates as an input to a geoprocessing tool that runs a select by location and buffer of various other parameters. It works very well and also will add and remove data from the map.



I am looking to recreate this tool in ArcGIS pro. Is there a way that I can do something like this without having to make some sort of AddIn? I have heard FeatureSet may do something like this. I can change up the words in the Geoprocessing tool to match the ArcGIS pro language, however, am stumped with being able to click on the map to get an input without having to do some sort of Visual Studio SDK ArcGIS pro workaround.










share|improve this question

















  • 1





    If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

    – KHibma
    May 1 '18 at 14:38











  • I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

    – Hornbydd
    May 1 '18 at 18:04













0












0








0








In ArcMap, I have created a Python Add-In tool that clicks on a point anywhere on the map, then uses the coordinates as an input to a geoprocessing tool that runs a select by location and buffer of various other parameters. It works very well and also will add and remove data from the map.



I am looking to recreate this tool in ArcGIS pro. Is there a way that I can do something like this without having to make some sort of AddIn? I have heard FeatureSet may do something like this. I can change up the words in the Geoprocessing tool to match the ArcGIS pro language, however, am stumped with being able to click on the map to get an input without having to do some sort of Visual Studio SDK ArcGIS pro workaround.










share|improve this question














In ArcMap, I have created a Python Add-In tool that clicks on a point anywhere on the map, then uses the coordinates as an input to a geoprocessing tool that runs a select by location and buffer of various other parameters. It works very well and also will add and remove data from the map.



I am looking to recreate this tool in ArcGIS pro. Is there a way that I can do something like this without having to make some sort of AddIn? I have heard FeatureSet may do something like this. I can change up the words in the Geoprocessing tool to match the ArcGIS pro language, however, am stumped with being able to click on the map to get an input without having to do some sort of Visual Studio SDK ArcGIS pro workaround.







python arcgis-pro arcgis-pro-sdk






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 1 '18 at 14:25









Daniel KatlemanDaniel Katleman

797




797







  • 1





    If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

    – KHibma
    May 1 '18 at 14:38











  • I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

    – Hornbydd
    May 1 '18 at 18:04












  • 1





    If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

    – KHibma
    May 1 '18 at 14:38











  • I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

    – Hornbydd
    May 1 '18 at 18:04







1




1





If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

– KHibma
May 1 '18 at 14:38





If you want an example, the script tool here makes use of input featuresets: arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b (makeBallDiamondtool.py and the associated tbx)

– KHibma
May 1 '18 at 14:38













I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

– Hornbydd
May 1 '18 at 18:04





I believe python addins do not yet exist in Arcgis Pro, suggest you vote it up here.

– Hornbydd
May 1 '18 at 18:04










1 Answer
1






active

oldest

votes


















0














As commented by @KHibma:




If you want an example, the script tool here makes use of input
featuresets:
http://www.arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b
(makeBallDiamondtool.py and the associated tbx)







share|improve this answer























  • @KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

    – Daniel Katleman
    May 2 '18 at 12:59












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f281429%2fclick-on-a-point-and-perform-a-geoprocessing-tool%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














As commented by @KHibma:




If you want an example, the script tool here makes use of input
featuresets:
http://www.arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b
(makeBallDiamondtool.py and the associated tbx)







share|improve this answer























  • @KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

    – Daniel Katleman
    May 2 '18 at 12:59
















0














As commented by @KHibma:




If you want an example, the script tool here makes use of input
featuresets:
http://www.arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b
(makeBallDiamondtool.py and the associated tbx)







share|improve this answer























  • @KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

    – Daniel Katleman
    May 2 '18 at 12:59














0












0








0







As commented by @KHibma:




If you want an example, the script tool here makes use of input
featuresets:
http://www.arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b
(makeBallDiamondtool.py and the associated tbx)







share|improve this answer













As commented by @KHibma:




If you want an example, the script tool here makes use of input
featuresets:
http://www.arcgis.com/home/item.html?id=efacb13eced948b6b006079f13fb9b0b
(makeBallDiamondtool.py and the associated tbx)








share|improve this answer












share|improve this answer



share|improve this answer










answered May 2 '18 at 0:03









PolyGeoPolyGeo

53.9k1782246




53.9k1782246












  • @KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

    – Daniel Katleman
    May 2 '18 at 12:59


















  • @KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

    – Daniel Katleman
    May 2 '18 at 12:59

















@KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

– Daniel Katleman
May 2 '18 at 12:59






@KHibma I checked this out and while this seems relevant, I don't think it is quite what I'm looking for. I want a tool that the user can click on a point and then grab that point as an input to a tool. Seems only to be possible through add-ins unless I were to make each individual point feature into a feature. Correct me if I'm wrong though.

– Daniel Katleman
May 2 '18 at 12:59


















draft saved

draft discarded
















































Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f281429%2fclick-on-a-point-and-perform-a-geoprocessing-tool%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given

រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

Ромео және Джульетта Мазмұны Қысқаша сипаттамасы Кейіпкерлері Кино Дереккөздер Бағыттау мәзірі