Is it safe to delete .qgd files in QGIS 3?












4















I am managing some of my QGIS 3 map files in a git repository. With QGIS 2, the map files (.qgs) are text files, which can be easily handled by git; QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information. A compressed binary format .qgz is also provided with QGIS 3. These binary formats are not text line based, and difficult to manage using text oriented tools such as diff and git. Therefore, I do not want to track them in a repository unless I have to.



How critical is the .qgd file?



Can I delete them or omit them when I use git to commit a map without seriously messing up the map?



(I'm OK with loss of auxiliary information. Just need basic layer information and basic symbology to be committed, i.e. the choices of symbology and logical expressions I entered when defining a layer)










share|improve this question



























    4















    I am managing some of my QGIS 3 map files in a git repository. With QGIS 2, the map files (.qgs) are text files, which can be easily handled by git; QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information. A compressed binary format .qgz is also provided with QGIS 3. These binary formats are not text line based, and difficult to manage using text oriented tools such as diff and git. Therefore, I do not want to track them in a repository unless I have to.



    How critical is the .qgd file?



    Can I delete them or omit them when I use git to commit a map without seriously messing up the map?



    (I'm OK with loss of auxiliary information. Just need basic layer information and basic symbology to be committed, i.e. the choices of symbology and logical expressions I entered when defining a layer)










    share|improve this question

























      4












      4








      4








      I am managing some of my QGIS 3 map files in a git repository. With QGIS 2, the map files (.qgs) are text files, which can be easily handled by git; QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information. A compressed binary format .qgz is also provided with QGIS 3. These binary formats are not text line based, and difficult to manage using text oriented tools such as diff and git. Therefore, I do not want to track them in a repository unless I have to.



      How critical is the .qgd file?



      Can I delete them or omit them when I use git to commit a map without seriously messing up the map?



      (I'm OK with loss of auxiliary information. Just need basic layer information and basic symbology to be committed, i.e. the choices of symbology and logical expressions I entered when defining a layer)










      share|improve this question














      I am managing some of my QGIS 3 map files in a git repository. With QGIS 2, the map files (.qgs) are text files, which can be easily handled by git; QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information. A compressed binary format .qgz is also provided with QGIS 3. These binary formats are not text line based, and difficult to manage using text oriented tools such as diff and git. Therefore, I do not want to track them in a repository unless I have to.



      How critical is the .qgd file?



      Can I delete them or omit them when I use git to commit a map without seriously messing up the map?



      (I'm OK with loss of auxiliary information. Just need basic layer information and basic symbology to be committed, i.e. the choices of symbology and logical expressions I entered when defining a layer)







      qgis-3






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 7 at 4:49









      tinlyxtinlyx

      5,33863374




      5,33863374






















          1 Answer
          1






          active

          oldest

          votes


















          3















          QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information




          It stores the Project > Properties > Auxiliary Storage information.




          A compressed binary format .qgz is also provided with QGIS 3




          .qgs and .qgd files are comppressed into the .qgz file.

          You can save the project as .qgs in QGIS 3, and will save the .qgd file.

          But if you use the .qgz format you don't have a .qgd file.

          Or you can unzip it and obtain both .qgs and .qgd.




          How critical is the .qgd file?




          If you don't use Auxiliary Storage in your project, the .qgd file is empty and you can omit it.






          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%2f311317%2fis-it-safe-to-delete-qgd-files-in-qgis-3%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









            3















            QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information




            It stores the Project > Properties > Auxiliary Storage information.




            A compressed binary format .qgz is also provided with QGIS 3




            .qgs and .qgd files are comppressed into the .qgz file.

            You can save the project as .qgs in QGIS 3, and will save the .qgd file.

            But if you use the .qgz format you don't have a .qgd file.

            Or you can unzip it and obtain both .qgs and .qgd.




            How critical is the .qgd file?




            If you don't use Auxiliary Storage in your project, the .qgd file is empty and you can omit it.






            share|improve this answer




























              3















              QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information




              It stores the Project > Properties > Auxiliary Storage information.




              A compressed binary format .qgz is also provided with QGIS 3




              .qgs and .qgd files are comppressed into the .qgz file.

              You can save the project as .qgs in QGIS 3, and will save the .qgd file.

              But if you use the .qgz format you don't have a .qgd file.

              Or you can unzip it and obtain both .qgs and .qgd.




              How critical is the .qgd file?




              If you don't use Auxiliary Storage in your project, the .qgd file is empty and you can omit it.






              share|improve this answer


























                3












                3








                3








                QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information




                It stores the Project > Properties > Auxiliary Storage information.




                A compressed binary format .qgz is also provided with QGIS 3




                .qgs and .qgd files are comppressed into the .qgz file.

                You can save the project as .qgs in QGIS 3, and will save the .qgd file.

                But if you use the .qgz format you don't have a .qgd file.

                Or you can unzip it and obtain both .qgs and .qgd.




                How critical is the .qgd file?




                If you don't use Auxiliary Storage in your project, the .qgd file is empty and you can omit it.






                share|improve this answer














                QGIS3 introduces an additional binary file (.qgd) which presumably stores some auxiliary information




                It stores the Project > Properties > Auxiliary Storage information.




                A compressed binary format .qgz is also provided with QGIS 3




                .qgs and .qgd files are comppressed into the .qgz file.

                You can save the project as .qgs in QGIS 3, and will save the .qgd file.

                But if you use the .qgz format you don't have a .qgd file.

                Or you can unzip it and obtain both .qgs and .qgd.




                How critical is the .qgd file?




                If you don't use Auxiliary Storage in your project, the .qgd file is empty and you can omit it.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 7 at 5:57









                Gabriel De LucaGabriel De Luca

                3,013218




                3,013218






























                    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%2f311317%2fis-it-safe-to-delete-qgd-files-in-qgis-3%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

                    Index of /

                    Tribalistas

                    Listed building