Could not create destination layer The 2019 Stack Overflow Developer Survey Results Are...

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Return to UK after having been refused entry years ago

Why can Shazam fly?

Output the Arecibo Message

One word riddle: Vowel in the middle

Multiply Two Integer Polynomials

How to deal with fear of taking dependencies

How technical should a Scrum Master be to effectively remove impediments?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

How are circuits which use complex ICs normally simulated?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Apparent duplicates between Haynes service instructions and MOT

Looking for Correct Greek Translation for Heraclitus

Ubuntu Server install with full GUI

What is the meaning of Triage in Cybersec world?

Deal with toxic manager when you can't quit

What does ひと匙 mean in this manga and has it been used colloquially?

Why isn't airport relocation done gradually?

Did 3000BC Egyptians use meteoric iron weapons?

A poker game description that does not feel gimmicky

Worn-tile Scrabble

How to save as into a customized destination on macOS?

When should I buy a clipper card after flying to OAK?

Does the shape of a die affect the probability of a number being rolled?



Could not create destination layer



The 2019 Stack Overflow Developer Survey Results Are InHeatmap Processing Exception in QGIS 3.2Kernel Density Error in QGIS ProcessingHeatmap using Kernel density estimationqgis2web python error messageZeroDivisionErrorError Heatmap plugin QGIS 3.2.0Heatmap Processing Exception in QGIS 3.2ERROR: Raster map or group not foundUnderstanding the Heatmap tool values in QGISGrass algorithm r.neighbors doesn't work in Qgis 3.4. How can I solve this?Voronoi polygons tool not working in QGIS





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







2















I am using QGIS 3.0.3 to make a heatmap using processing toolbox, kernel density estimation.



The input I am using: I have generated centroids from polygons using Vector --> geometry --> centroids tool in QGIS. I have saved the centroids in a separate shapefile. I use these files as an input, but it does not seem to work and I am receiving the following error message:



Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/pluginsprocessingalgsqgisHeatmap.py", line 213, in processAlgorithm
self.tr('Could not create destination layer'))
_core.QgsProcessingException: Could not create destination layer

Execution failed after 0.06 seconds


not sure what to do.










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.
















  • You need to add more information. What input paramaters do you use etc.

    – BERA
    May 31 '18 at 7:11






  • 1





    I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

    – Lu76
    May 31 '18 at 9:42













  • Please add the comment as an answer and accept it, so it future searches are easier.

    – lynxlynxlynx
    May 31 '18 at 10:05


















2















I am using QGIS 3.0.3 to make a heatmap using processing toolbox, kernel density estimation.



The input I am using: I have generated centroids from polygons using Vector --> geometry --> centroids tool in QGIS. I have saved the centroids in a separate shapefile. I use these files as an input, but it does not seem to work and I am receiving the following error message:



Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/pluginsprocessingalgsqgisHeatmap.py", line 213, in processAlgorithm
self.tr('Could not create destination layer'))
_core.QgsProcessingException: Could not create destination layer

Execution failed after 0.06 seconds


not sure what to do.










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.
















  • You need to add more information. What input paramaters do you use etc.

    – BERA
    May 31 '18 at 7:11






  • 1





    I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

    – Lu76
    May 31 '18 at 9:42













  • Please add the comment as an answer and accept it, so it future searches are easier.

    – lynxlynxlynx
    May 31 '18 at 10:05














2












2








2








I am using QGIS 3.0.3 to make a heatmap using processing toolbox, kernel density estimation.



The input I am using: I have generated centroids from polygons using Vector --> geometry --> centroids tool in QGIS. I have saved the centroids in a separate shapefile. I use these files as an input, but it does not seem to work and I am receiving the following error message:



Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/pluginsprocessingalgsqgisHeatmap.py", line 213, in processAlgorithm
self.tr('Could not create destination layer'))
_core.QgsProcessingException: Could not create destination layer

Execution failed after 0.06 seconds


not sure what to do.










share|improve this question
















I am using QGIS 3.0.3 to make a heatmap using processing toolbox, kernel density estimation.



The input I am using: I have generated centroids from polygons using Vector --> geometry --> centroids tool in QGIS. I have saved the centroids in a separate shapefile. I use these files as an input, but it does not seem to work and I am receiving the following error message:



Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/pluginsprocessingalgsqgisHeatmap.py", line 213, in processAlgorithm
self.tr('Could not create destination layer'))
_core.QgsProcessingException: Could not create destination layer

Execution failed after 0.06 seconds


not sure what to do.







layers interpolation error heat-map






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 1 '18 at 6:59







Lu76

















asked May 31 '18 at 7:02









Lu76Lu76

113




113





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.















  • You need to add more information. What input paramaters do you use etc.

    – BERA
    May 31 '18 at 7:11






  • 1





    I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

    – Lu76
    May 31 '18 at 9:42













  • Please add the comment as an answer and accept it, so it future searches are easier.

    – lynxlynxlynx
    May 31 '18 at 10:05



















  • You need to add more information. What input paramaters do you use etc.

    – BERA
    May 31 '18 at 7:11






  • 1





    I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

    – Lu76
    May 31 '18 at 9:42













  • Please add the comment as an answer and accept it, so it future searches are easier.

    – lynxlynxlynx
    May 31 '18 at 10:05

















You need to add more information. What input paramaters do you use etc.

– BERA
May 31 '18 at 7:11





You need to add more information. What input paramaters do you use etc.

– BERA
May 31 '18 at 7:11




1




1





I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

– Lu76
May 31 '18 at 9:42







I finally solved it. Probably there was some issues in the centroids shapefile generated by qGIS. This is what I did: 1) exported the centroids to CSV with XY geometry, 2) imported back the CSV to a shapefile. Then I simply ran the heatmap tool.

– Lu76
May 31 '18 at 9:42















Please add the comment as an answer and accept it, so it future searches are easier.

– lynxlynxlynx
May 31 '18 at 10:05





Please add the comment as an answer and accept it, so it future searches are easier.

– lynxlynxlynx
May 31 '18 at 10:05










1 Answer
1






active

oldest

votes


















0














The solution provided in the comments did not work for me. However, I did find Damini Jain's answer in This post to work.




  1. Right click on your layer.

  2. Select Properties.

  3. In the Properties dialog, switch to the Symbology tab

  4. Select heatmap






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%2f284725%2fcould-not-create-destination-layer%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














    The solution provided in the comments did not work for me. However, I did find Damini Jain's answer in This post to work.




    1. Right click on your layer.

    2. Select Properties.

    3. In the Properties dialog, switch to the Symbology tab

    4. Select heatmap






    share|improve this answer




























      0














      The solution provided in the comments did not work for me. However, I did find Damini Jain's answer in This post to work.




      1. Right click on your layer.

      2. Select Properties.

      3. In the Properties dialog, switch to the Symbology tab

      4. Select heatmap






      share|improve this answer


























        0












        0








        0







        The solution provided in the comments did not work for me. However, I did find Damini Jain's answer in This post to work.




        1. Right click on your layer.

        2. Select Properties.

        3. In the Properties dialog, switch to the Symbology tab

        4. Select heatmap






        share|improve this answer













        The solution provided in the comments did not work for me. However, I did find Damini Jain's answer in This post to work.




        1. Right click on your layer.

        2. Select Properties.

        3. In the Properties dialog, switch to the Symbology tab

        4. Select heatmap







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 7 '18 at 15:26









        Walshe_dWalshe_d

        767




        767






























            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%2f284725%2fcould-not-create-destination-layer%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 Содержание Параметры шины | Стандартизация |...