Click on a point and perform a geoprocessing tool?ArcGIS Geoprocessing “None Type” Second timeAdding new...
Why dont electromagnetic waves interact with each other?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Do I have a twin with permutated remainders?
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
Minkowski space
Arthur Somervell: 1000 Exercises - Meaning of this notation
Is it possible to do 50 km distance without any previous training?
What's the point of deactivating Num Lock on login screens?
Why not use SQL instead of GraphQL?
Mathematical cryptic clues
What do you call a Matrix-like slowdown and camera movement effect?
Why are electrically insulating heatsinks so rare? Is it just cost?
Problem of parity - Can we draw a closed path made up of 20 line segments...
What are the differences between the usage of 'it' and 'they'?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Font hinting is lost in Chrome-like browsers (for some languages )
What would happen to a modern skyscraper if it rains micro blackholes?
Service Entrance Breakers Rain Shield
If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?
Is it unprofessional to ask if a job posting on GlassDoor is real?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
How to format long polynomial?
Why doesn't H₄O²⁺ exist?
Click on a point and perform a geoprocessing tool?
ArcGIS 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;
}
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
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
add a comment |
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
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
python arcgis-pro arcgis-pro-sdk
asked May 1 '18 at 14:25
Daniel KatlemanDaniel Katleman
797
797
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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)
@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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)
@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
add a comment |
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)
@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
add a comment |
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)
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)
answered May 2 '18 at 0:03
PolyGeo♦PolyGeo
53.9k1781245
53.9k1781245
@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
add a comment |
@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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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