Performing IDW interpolation in QGIS?What's wrong with my IDW interpolation function (Python)?How to...
What kind of footwear is suitable for walking in micro gravity environment?
How old is Nick Fury?
How to test the sharpness of a knife?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
PTIJ: Which Dr. Seuss books should one obtain?
Fair way to split coins
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
Do I need to convey a moral for each of my blog post?
What will the Frenchman say?
Print last inputted byte
Does convergence of polynomials imply that of its coefficients?
Isn't the word "experience" wrongly used in this context?
UK Tourist Visa- Enquiry
Could any one tell what PN is this Chip? Thanks~
What is the reasoning behind standardization (dividing by standard deviation)?
How to read string as hex number in bash?
Why is this tree refusing to shed its dead leaves?
Determine voltage drop over 10G resistors with cheap multimeter
Animating wave motion in water
Output visual diagram of picture
Emojional cryptic crossword
Exit shell with shortcut (not typing exit) that closes session properly
Why didn’t Eve recognize the little cockroach as a living organism?
Would this string work as string?
Performing IDW interpolation in QGIS?
What's wrong with my IDW interpolation function (Python)?How to reproduce Smoothing from Generalizer Plugin in v.generalizer in Processing Toolbar using QGIS?Interpolation of point data gives no data values in QGIS 2.18Restriction 10km of interpolation radius in QGISSAGA IDW interpolation algorithm has been changed?QGIS not launchingWhy $area gave me a wrong value QGIS 2.99?Cannot get Not Installed Plugins in QGIS 2.18Interpolation in QGIS shows wrong output resultChoosing interpolation method for grid data?
I am fairly new to to QGIS and I am trying to create a contoured map from point data. The points are regularly spaced at 3.5 metres apart and whenever I try and run the IDW interpolation in QGIS 3 it creates a layer that with the minimum and maximum value the same and nothing is visible in the screen.
I have tried the same in version 2.18 and it does create a layer with different values, but it is gridded and not contoured.
I have managed to use these tools before with other data sets, but I am properly stumped. I have tried different settings and values but nothing seems to give any different results in either version.
Picture 1 shows the layer from QGIS 3, picture 2 shows the settings from 2.18 and pictures 3 and 4 show the results from 2.18 being gridded with the red points laid over the top
[
qgis interpolation
add a comment |
I am fairly new to to QGIS and I am trying to create a contoured map from point data. The points are regularly spaced at 3.5 metres apart and whenever I try and run the IDW interpolation in QGIS 3 it creates a layer that with the minimum and maximum value the same and nothing is visible in the screen.
I have tried the same in version 2.18 and it does create a layer with different values, but it is gridded and not contoured.
I have managed to use these tools before with other data sets, but I am properly stumped. I have tried different settings and values but nothing seems to give any different results in either version.
Picture 1 shows the layer from QGIS 3, picture 2 shows the settings from 2.18 and pictures 3 and 4 show the results from 2.18 being gridded with the red points laid over the top
[
qgis interpolation
add a comment |
I am fairly new to to QGIS and I am trying to create a contoured map from point data. The points are regularly spaced at 3.5 metres apart and whenever I try and run the IDW interpolation in QGIS 3 it creates a layer that with the minimum and maximum value the same and nothing is visible in the screen.
I have tried the same in version 2.18 and it does create a layer with different values, but it is gridded and not contoured.
I have managed to use these tools before with other data sets, but I am properly stumped. I have tried different settings and values but nothing seems to give any different results in either version.
Picture 1 shows the layer from QGIS 3, picture 2 shows the settings from 2.18 and pictures 3 and 4 show the results from 2.18 being gridded with the red points laid over the top
[
qgis interpolation
I am fairly new to to QGIS and I am trying to create a contoured map from point data. The points are regularly spaced at 3.5 metres apart and whenever I try and run the IDW interpolation in QGIS 3 it creates a layer that with the minimum and maximum value the same and nothing is visible in the screen.
I have tried the same in version 2.18 and it does create a layer with different values, but it is gridded and not contoured.
I have managed to use these tools before with other data sets, but I am properly stumped. I have tried different settings and values but nothing seems to give any different results in either version.
Picture 1 shows the layer from QGIS 3, picture 2 shows the settings from 2.18 and pictures 3 and 4 show the results from 2.18 being gridded with the red points laid over the top
[
qgis interpolation
qgis interpolation
edited Oct 2 '18 at 21:34
PolyGeo♦
53.7k1781244
53.7k1781244
asked Oct 2 '18 at 18:16
OllieOllie
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
When you refer to the output being "gridded", I'm assuming you mean that the output is a raster.
The various IDW Interpolation tools all create rasters as their outputs. You can turn a raster into contours by an additional step, using any of these tools/algorithms:
- GDAL Contour
- r.contour
- SAGA Contour lines
To find these tools, search for "contour" in the processing toolbox.
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
add a comment |
You can do IDW interpolation in QGIS with three tools: IDW Interpolation from QGIS Interpolation tool. v.surf.idw from GRASS and GRID(IDW Nearest Neighbor Searching) from GDAL. Each tool has some different parameter settings and could give different result. This post has a good information about IDW and how to perform it in QGIS, including result comparison from those tools. Check it and find out which one is suitable with yours
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%2f297728%2fperforming-idw-interpolation-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
When you refer to the output being "gridded", I'm assuming you mean that the output is a raster.
The various IDW Interpolation tools all create rasters as their outputs. You can turn a raster into contours by an additional step, using any of these tools/algorithms:
- GDAL Contour
- r.contour
- SAGA Contour lines
To find these tools, search for "contour" in the processing toolbox.
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
add a comment |
When you refer to the output being "gridded", I'm assuming you mean that the output is a raster.
The various IDW Interpolation tools all create rasters as their outputs. You can turn a raster into contours by an additional step, using any of these tools/algorithms:
- GDAL Contour
- r.contour
- SAGA Contour lines
To find these tools, search for "contour" in the processing toolbox.
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
add a comment |
When you refer to the output being "gridded", I'm assuming you mean that the output is a raster.
The various IDW Interpolation tools all create rasters as their outputs. You can turn a raster into contours by an additional step, using any of these tools/algorithms:
- GDAL Contour
- r.contour
- SAGA Contour lines
To find these tools, search for "contour" in the processing toolbox.
When you refer to the output being "gridded", I'm assuming you mean that the output is a raster.
The various IDW Interpolation tools all create rasters as their outputs. You can turn a raster into contours by an additional step, using any of these tools/algorithms:
- GDAL Contour
- r.contour
- SAGA Contour lines
To find these tools, search for "contour" in the processing toolbox.
answered Oct 2 '18 at 18:27
cskcsk
9,1251035
9,1251035
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
add a comment |
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
Thank you. I will try this. When I was looking through support docs for this the contoured raster was being created without going through these additional steps. Do you know why this could be required for this data set
– Ollie
Oct 3 '18 at 8:43
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
I don't think I have been clear with my terminology. In the picture at the bottom you can see the raster that has been created with rectangular cells. I want to produce the raster without these cells. I have tried changing the column number but this hasn't produced better results
– Ollie
Oct 3 '18 at 18:53
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
Is your problem that the cells are rectangular instead of square? That would have to do with the CRS.
– csk
Oct 3 '18 at 20:42
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
That is not it. I don’t want to see cells at all, I’m looking to achieve smooth areas. In the image above, on the left side there is a black area. Instead of seeing angular cells along its edge, I’m wanting a smooth line so that I can put a contour along it
– Ollie
Oct 4 '18 at 5:11
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
Rasters always have cells. If you don't want to see the cells, make them smaller by using smaller cellsize values.
– csk
Oct 4 '18 at 17:20
add a comment |
You can do IDW interpolation in QGIS with three tools: IDW Interpolation from QGIS Interpolation tool. v.surf.idw from GRASS and GRID(IDW Nearest Neighbor Searching) from GDAL. Each tool has some different parameter settings and could give different result. This post has a good information about IDW and how to perform it in QGIS, including result comparison from those tools. Check it and find out which one is suitable with yours
add a comment |
You can do IDW interpolation in QGIS with three tools: IDW Interpolation from QGIS Interpolation tool. v.surf.idw from GRASS and GRID(IDW Nearest Neighbor Searching) from GDAL. Each tool has some different parameter settings and could give different result. This post has a good information about IDW and how to perform it in QGIS, including result comparison from those tools. Check it and find out which one is suitable with yours
add a comment |
You can do IDW interpolation in QGIS with three tools: IDW Interpolation from QGIS Interpolation tool. v.surf.idw from GRASS and GRID(IDW Nearest Neighbor Searching) from GDAL. Each tool has some different parameter settings and could give different result. This post has a good information about IDW and how to perform it in QGIS, including result comparison from those tools. Check it and find out which one is suitable with yours
You can do IDW interpolation in QGIS with three tools: IDW Interpolation from QGIS Interpolation tool. v.surf.idw from GRASS and GRID(IDW Nearest Neighbor Searching) from GDAL. Each tool has some different parameter settings and could give different result. This post has a good information about IDW and how to perform it in QGIS, including result comparison from those tools. Check it and find out which one is suitable with yours
answered 11 mins ago
Ideagora GeomaticsIdeagora Geomatics
1263
1263
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%2f297728%2fperforming-idw-interpolation-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