Is it safe to delete .qgd files in QGIS 3?
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
add a comment |
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
add a comment |
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
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
qgis-3
asked Feb 7 at 4:49
tinlyxtinlyx
5,33863374
5,33863374
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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%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
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 7 at 5:57
Gabriel De LucaGabriel De Luca
3,013218
3,013218
add a comment |
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%2f311317%2fis-it-safe-to-delete-qgd-files-in-qgis-3%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