How to show two sets of points from tow different fields in QGIS? Planned maintenance...
Is it OK if I do not take the receipt in Germany?
What's the difference between using dependency injection with a container and using a service locator?
What is the ongoing value of the Kanban board to the developers as opposed to management
Converting a text document with special format to Pandas DataFrame
Knights and Knaves question
Marquee sign letters
Pointing to problems without suggesting solutions
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
What could prevent concentrated local exploration?
Is the Mordenkainen's Sword spell underpowered?
Compiling and throwing simple dynamic exceptions at runtime for JVM
What were wait-states, and why was it only an issue for PCs?
Why does BitLocker not use RSA?
Providing direct feedback to a product salesperson
Protagonist's race is hidden - should I reveal it?
Why aren't road bike wheels tiny?
What is the difference between 准时 and 按时?
How do I deal with an erroneously large refund?
How to ask rejected full-time candidates to apply to teach individual courses?
Is my guitar’s action too high?
Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion
Is Vivien of the Wilds + Wilderness Reclamation a competitive combo?
What's the connection between Mr. Nancy and fried chicken?
What helicopter has the most rotor blades?
How to show two sets of points from tow different fields in QGIS?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to select two points on a map using QGIS?Drawing lines from two points in CSV using QGIS?How to compare two sets of points in QGIS?How to show two layers with different projections in QGISJoining data from two shapefiles in QGISSumming values from different intersecting/overlapping points in QGISQGIS Find distance between specific sets of points between two different point layersHow to display elevation points from point layer as in 3 different group/classes in qgis?QGIS Attribute table - How to merge the values of $area field of several elements by the same attribute (point ID)?Estimate the spatial relationship between two sets of points
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I made a union of two adjacent shp (points) files with the same theme (Geochemistry) so the resulting attribute table gave duplicated fields, for example: ID, As_ppm, Ag_ppm, Pb_ppm, ... , ID_2, As_ppm_2, Ag_ppm_2, Pb_ppm_2,...
And the elements of the first shp give 'NULL' in the fields of the second shp and vice-versa, As in the screenshot.
So my goal is to show the combined points for a speciffic element, say Arsenic, so I have tried, without success, expressions like As_ppm || As_ppm_2
, As_ppm + As_ppm_2
, combine(As_ppm ,As_ppm_2)
.
Thanks in advance.
qgis shapefile point attribute-table map-algebra
add a comment |
I made a union of two adjacent shp (points) files with the same theme (Geochemistry) so the resulting attribute table gave duplicated fields, for example: ID, As_ppm, Ag_ppm, Pb_ppm, ... , ID_2, As_ppm_2, Ag_ppm_2, Pb_ppm_2,...
And the elements of the first shp give 'NULL' in the fields of the second shp and vice-versa, As in the screenshot.
So my goal is to show the combined points for a speciffic element, say Arsenic, so I have tried, without success, expressions like As_ppm || As_ppm_2
, As_ppm + As_ppm_2
, combine(As_ppm ,As_ppm_2)
.
Thanks in advance.
qgis shapefile point attribute-table map-algebra
add a comment |
I made a union of two adjacent shp (points) files with the same theme (Geochemistry) so the resulting attribute table gave duplicated fields, for example: ID, As_ppm, Ag_ppm, Pb_ppm, ... , ID_2, As_ppm_2, Ag_ppm_2, Pb_ppm_2,...
And the elements of the first shp give 'NULL' in the fields of the second shp and vice-versa, As in the screenshot.
So my goal is to show the combined points for a speciffic element, say Arsenic, so I have tried, without success, expressions like As_ppm || As_ppm_2
, As_ppm + As_ppm_2
, combine(As_ppm ,As_ppm_2)
.
Thanks in advance.
qgis shapefile point attribute-table map-algebra
I made a union of two adjacent shp (points) files with the same theme (Geochemistry) so the resulting attribute table gave duplicated fields, for example: ID, As_ppm, Ag_ppm, Pb_ppm, ... , ID_2, As_ppm_2, Ag_ppm_2, Pb_ppm_2,...
And the elements of the first shp give 'NULL' in the fields of the second shp and vice-versa, As in the screenshot.
So my goal is to show the combined points for a speciffic element, say Arsenic, so I have tried, without success, expressions like As_ppm || As_ppm_2
, As_ppm + As_ppm_2
, combine(As_ppm ,As_ppm_2)
.
Thanks in advance.
qgis shapefile point attribute-table map-algebra
qgis shapefile point attribute-table map-algebra
asked 8 mins ago
cavereapercavereaper
133
133
add a comment |
add a comment |
0
active
oldest
votes
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%2f319551%2fhow-to-show-two-sets-of-points-from-tow-different-fields-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f319551%2fhow-to-show-two-sets-of-points-from-tow-different-fields-in-qgis%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