QGIS plugin creation using ArcPy Model in ArcGIS The 2019 Stack Overflow Developer Survey...

How to notate time signature switching consistently every measure

Are there any other methods to apply to solving simultaneous equations?

How to type a long/em dash `—`

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

How come people say “Would of”?

Match Roman Numerals

How to support a colleague who finds meetings extremely tiring?

The phrase "to the numbers born"?

What force causes entropy to increase?

"as much details as you can remember"

Why couldn't they take pictures of a closer black hole?

Can a flute soloist sit?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Mathematics of imaging the black hole

Why did Peik say, "I'm not an animal"?

What does もの mean in this sentence?

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

How much of the clove should I use when using big garlic heads?

How to charge AirPods to keep battery healthy?

Is it safe to harvest rainwater that fell on solar panels?

Worn-tile Scrabble

If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?



QGIS plugin creation using ArcPy Model in ArcGIS



The 2019 Stack Overflow Developer Survey Results Are InQGIS Plugins & Tools that replicate Select ArcPy ToolsUsing the model builder in ArcGIS, how do I iterate through rasters in a model?Using gdal functions from OSGeo4W out of their shell?List attributes in field using ModelBuilder/ArcPy?Copy/Paste Qgis Plugin or derive new Plugin from existing oneConverting ModelBuilder to Python Script?How to install python plugin in qgisSelecting distance-based features using ArcGIS ModelBuilder?Using PostgreSQL functions in a QGIS PluginUsing field created in ModelBuilder in same model?Adding missing python packages to QGIS Plugin?





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







1















I have created a ModelBuilder in ArcGIS 10.3 and exported the Python file.



Now I want to use that Python file in QGIS plugin. Can that be done?










share|improve this question
















bumped to the homepage by Community 3 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















    I have created a ModelBuilder in ArcGIS 10.3 and exported the Python file.



    Now I want to use that Python file in QGIS plugin. Can that be done?










    share|improve this question
















    bumped to the homepage by Community 3 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












      1








      1








      I have created a ModelBuilder in ArcGIS 10.3 and exported the Python file.



      Now I want to use that Python file in QGIS plugin. Can that be done?










      share|improve this question
















      I have created a ModelBuilder in ArcGIS 10.3 and exported the Python file.



      Now I want to use that Python file in QGIS plugin. Can that be done?







      arcpy modelbuilder qgis-plugins






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 3 '18 at 9:12









      Taras

      2,2903729




      2,2903729










      asked Feb 1 '17 at 7:00









      krishkrish

      423




      423





      bumped to the homepage by Community 3 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 3 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 Answer
          1






          active

          oldest

          votes


















          0














          Your question distils to whether you can call ArcPy code from within your QGIS Plug-in and whether the machine you are running it on is licensed for ArcGIS Desktop.



          If both are true then I cannot see why not, but I suspect that it may be simpler to look for PyQGIS equivalents to the ArcPy tools in Q&As here like QGIS Plugins & Tools that replicate Select ArcPy Tools






          share|improve this answer


























            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%2f226600%2fqgis-plugin-creation-using-arcpy-model-in-arcgis%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














            Your question distils to whether you can call ArcPy code from within your QGIS Plug-in and whether the machine you are running it on is licensed for ArcGIS Desktop.



            If both are true then I cannot see why not, but I suspect that it may be simpler to look for PyQGIS equivalents to the ArcPy tools in Q&As here like QGIS Plugins & Tools that replicate Select ArcPy Tools






            share|improve this answer






























              0














              Your question distils to whether you can call ArcPy code from within your QGIS Plug-in and whether the machine you are running it on is licensed for ArcGIS Desktop.



              If both are true then I cannot see why not, but I suspect that it may be simpler to look for PyQGIS equivalents to the ArcPy tools in Q&As here like QGIS Plugins & Tools that replicate Select ArcPy Tools






              share|improve this answer




























                0












                0








                0







                Your question distils to whether you can call ArcPy code from within your QGIS Plug-in and whether the machine you are running it on is licensed for ArcGIS Desktop.



                If both are true then I cannot see why not, but I suspect that it may be simpler to look for PyQGIS equivalents to the ArcPy tools in Q&As here like QGIS Plugins & Tools that replicate Select ArcPy Tools






                share|improve this answer















                Your question distils to whether you can call ArcPy code from within your QGIS Plug-in and whether the machine you are running it on is licensed for ArcGIS Desktop.



                If both are true then I cannot see why not, but I suspect that it may be simpler to look for PyQGIS equivalents to the ArcPy tools in Q&As here like QGIS Plugins & Tools that replicate Select ArcPy Tools







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 13 '17 at 12:34









                Community

                1




                1










                answered Feb 16 '17 at 4:49









                PolyGeoPolyGeo

                53.9k1782246




                53.9k1782246






























                    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%2f226600%2fqgis-plugin-creation-using-arcpy-model-in-arcgis%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

                    Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                    is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                    Meter-Bus Содержание Параметры шины | Стандартизация |...