Interpolation of 3 borehole dataHow to modifiy how selection highlights are displayed?3D modelling a snow patchArcGis Raster Resampling QuestionDealing with data which are not normally distributed when kriging?How to create a raster “grading” several different layers (polygons)How to Georeference in QGIS 2.12.1 LyonHow to interpolate subsurface geology from borehole datahow do I fix this QGIS TIN error?Spatial interpolation from categorical data in Rkriging vs cokriging
Why CLRS example on residual networks does not follows its formula?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
How can I hide my bitcoin transactions to protect anonymity from others?
Is there a familial term for apples and pears?
declaring a variable twice in IIFE
How does one intimidate enemies without having the capacity for violence?
GPS Rollover on Android Smartphones
Can a German sentence have two subjects?
Why don't electron-positron collisions release infinite energy?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
TGV timetables / schedules?
Should I join office cleaning event for free?
Japan - Plan around max visa duration
Can I interfere when another PC is about to be attacked?
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
The magic money tree problem
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Why is an old chain unsafe?
Motorized valve interfering with button?
How to get the available space of $HOME as a variable in shell scripting?
Continuity at a point in terms of closure
Set-theoretical foundations of Mathematics with only bounded quantifiers
Do Phineas and Ferb ever actually get busted in real time?
Interpolation of 3 borehole data
How to modifiy how selection highlights are displayed?3D modelling a snow patchArcGis Raster Resampling QuestionDealing with data which are not normally distributed when kriging?How to create a raster “grading” several different layers (polygons)How to Georeference in QGIS 2.12.1 LyonHow to interpolate subsurface geology from borehole datahow do I fix this QGIS TIN error?Spatial interpolation from categorical data in Rkriging vs cokriging
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have three points (boreholes) on the map. I created them using shape file layer. Each borehole shape file layer shows the strati-graphic section of the ground.
(i.e. between 0-50 m = Gravel , 50-60 m = Sand , 60-80 m = Clay.)
Rocks are located in different depths for different boreholes. So I need to interpolate these three points to create continuous surface with 3 boreholes.
I'm pretty new to QGIS, so it's better if someone could give me the instructions in detail since I tried to find what I look for from the questions that were asked before, but couldn't.
I want to create a continuous surface from 3 points of different borehole data to find the intermediate. I want to assume that the geological structure under the ground is same everywhere. I need to interpolate these three data sets to find an average subsurface model.
These are the boreholes:
The thing that I do was to click interpolation under "raster", and then I chose one of the boreholes & added it. For cellsize X and Y I put 300, after I entered an output file name, I clicked OK but nothing comes to the layers panel. I tried the same thing for both TIN and IDW, but it didn't work.
If I add another thing (For example Heidelberg contour) instead of adding borehole that I created, then it works, at least something comes to the layers panel after I click OK. From the image you see below, nothing comes to the layers panel when I click OK.
And this is the attribute table for Borehole_A :
qgis point interpolation geology depth
New contributor
add a comment |
I have three points (boreholes) on the map. I created them using shape file layer. Each borehole shape file layer shows the strati-graphic section of the ground.
(i.e. between 0-50 m = Gravel , 50-60 m = Sand , 60-80 m = Clay.)
Rocks are located in different depths for different boreholes. So I need to interpolate these three points to create continuous surface with 3 boreholes.
I'm pretty new to QGIS, so it's better if someone could give me the instructions in detail since I tried to find what I look for from the questions that were asked before, but couldn't.
I want to create a continuous surface from 3 points of different borehole data to find the intermediate. I want to assume that the geological structure under the ground is same everywhere. I need to interpolate these three data sets to find an average subsurface model.
These are the boreholes:
The thing that I do was to click interpolation under "raster", and then I chose one of the boreholes & added it. For cellsize X and Y I put 300, after I entered an output file name, I clicked OK but nothing comes to the layers panel. I tried the same thing for both TIN and IDW, but it didn't work.
If I add another thing (For example Heidelberg contour) instead of adding borehole that I created, then it works, at least something comes to the layers panel after I click OK. From the image you see below, nothing comes to the layers panel when I click OK.
And this is the attribute table for Borehole_A :
qgis point interpolation geology depth
New contributor
2
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as apoint feature
in ownlayer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.
– Kadir Şahbaz
Apr 4 at 10:39
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48
add a comment |
I have three points (boreholes) on the map. I created them using shape file layer. Each borehole shape file layer shows the strati-graphic section of the ground.
(i.e. between 0-50 m = Gravel , 50-60 m = Sand , 60-80 m = Clay.)
Rocks are located in different depths for different boreholes. So I need to interpolate these three points to create continuous surface with 3 boreholes.
I'm pretty new to QGIS, so it's better if someone could give me the instructions in detail since I tried to find what I look for from the questions that were asked before, but couldn't.
I want to create a continuous surface from 3 points of different borehole data to find the intermediate. I want to assume that the geological structure under the ground is same everywhere. I need to interpolate these three data sets to find an average subsurface model.
These are the boreholes:
The thing that I do was to click interpolation under "raster", and then I chose one of the boreholes & added it. For cellsize X and Y I put 300, after I entered an output file name, I clicked OK but nothing comes to the layers panel. I tried the same thing for both TIN and IDW, but it didn't work.
If I add another thing (For example Heidelberg contour) instead of adding borehole that I created, then it works, at least something comes to the layers panel after I click OK. From the image you see below, nothing comes to the layers panel when I click OK.
And this is the attribute table for Borehole_A :
qgis point interpolation geology depth
New contributor
I have three points (boreholes) on the map. I created them using shape file layer. Each borehole shape file layer shows the strati-graphic section of the ground.
(i.e. between 0-50 m = Gravel , 50-60 m = Sand , 60-80 m = Clay.)
Rocks are located in different depths for different boreholes. So I need to interpolate these three points to create continuous surface with 3 boreholes.
I'm pretty new to QGIS, so it's better if someone could give me the instructions in detail since I tried to find what I look for from the questions that were asked before, but couldn't.
I want to create a continuous surface from 3 points of different borehole data to find the intermediate. I want to assume that the geological structure under the ground is same everywhere. I need to interpolate these three data sets to find an average subsurface model.
These are the boreholes:
The thing that I do was to click interpolation under "raster", and then I chose one of the boreholes & added it. For cellsize X and Y I put 300, after I entered an output file name, I clicked OK but nothing comes to the layers panel. I tried the same thing for both TIN and IDW, but it didn't work.
If I add another thing (For example Heidelberg contour) instead of adding borehole that I created, then it works, at least something comes to the layers panel after I click OK. From the image you see below, nothing comes to the layers panel when I click OK.
And this is the attribute table for Borehole_A :
qgis point interpolation geology depth
qgis point interpolation geology depth
New contributor
New contributor
edited Apr 4 at 8:26
Pınar Aksu
New contributor
asked Apr 3 at 15:00
Pınar AksuPınar Aksu
62
62
New contributor
New contributor
2
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as apoint feature
in ownlayer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.
– Kadir Şahbaz
Apr 4 at 10:39
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48
add a comment |
2
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as apoint feature
in ownlayer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.
– Kadir Şahbaz
Apr 4 at 10:39
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48
2
2
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as a
point feature
in own layer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.– Kadir Şahbaz
Apr 4 at 10:39
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as a
point feature
in own layer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.– Kadir Şahbaz
Apr 4 at 10:39
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48
add a comment |
1 Answer
1
active
oldest
votes
I figured it out. You can see the attribute table below.
Before, I was adding 3 different shape files to add 3 locations. After I did the same thing with only one shape file (and three different locations [points]) it worked. I also had to remove the Type (text) column, otherwise it didn't work again.
Thank you so much for your help. :)
New contributor
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
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
);
);
Pınar Aksu is a new contributor. Be nice, and check out our Code of Conduct.
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%2f317656%2finterpolation-of-3-borehole-data%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
I figured it out. You can see the attribute table below.
Before, I was adding 3 different shape files to add 3 locations. After I did the same thing with only one shape file (and three different locations [points]) it worked. I also had to remove the Type (text) column, otherwise it didn't work again.
Thank you so much for your help. :)
New contributor
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
add a comment |
I figured it out. You can see the attribute table below.
Before, I was adding 3 different shape files to add 3 locations. After I did the same thing with only one shape file (and three different locations [points]) it worked. I also had to remove the Type (text) column, otherwise it didn't work again.
Thank you so much for your help. :)
New contributor
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
add a comment |
I figured it out. You can see the attribute table below.
Before, I was adding 3 different shape files to add 3 locations. After I did the same thing with only one shape file (and three different locations [points]) it worked. I also had to remove the Type (text) column, otherwise it didn't work again.
Thank you so much for your help. :)
New contributor
I figured it out. You can see the attribute table below.
Before, I was adding 3 different shape files to add 3 locations. After I did the same thing with only one shape file (and three different locations [points]) it worked. I also had to remove the Type (text) column, otherwise it didn't work again.
Thank you so much for your help. :)
New contributor
New contributor
answered Apr 4 at 14:47
Pınar AksuPınar Aksu
62
62
New contributor
New contributor
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
add a comment |
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
Mark your answer as the correct one, so other users know that this is the solution.
– Marcos Saito
Apr 4 at 18:19
add a comment |
Pınar Aksu is a new contributor. Be nice, and check out our Code of Conduct.
Pınar Aksu is a new contributor. Be nice, and check out our Code of Conduct.
Pınar Aksu is a new contributor. Be nice, and check out our Code of Conduct.
Pınar Aksu is a new contributor. Be nice, and check out our Code of Conduct.
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%2f317656%2finterpolation-of-3-borehole-data%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
2
Welcome to GIS.SE. Scientifically three points are awfully few points to interpolate from. Also, what exactly do you want to obtain from the interpolation? An image or an example of your data would be rather helpful, too. Also it'd be better if you pointed out what you tried already and where you are stuck.
– Erik
Apr 3 at 15:06
Thank you for your answer! I edited my question and added some images. If you could look at it again and help me I'd appreciate it :)
– Pınar Aksu
Apr 4 at 8:28
maybe this tutorial will give you a start: qgistutorials.com/en/docs/interpolating_point_data.html
– PieterB
Apr 4 at 9:28
I assume "3 points" means "3 locations", and each location has different types of (ground) layer as a
point feature
in ownlayer
(in GIS terminology). It's not clear in your question. And what do you mean by intermediate? At least I couldn't understand that.– Kadir Şahbaz
Apr 4 at 10:39
Yes, "3 points" means "3 locations". I am so sorry, I've just started using QGIS, so I don't have the terminology. Each location has the same rock types (Gravel, Sand, Sand&Clay&Marl , Sand&Clay) but the thicknesses of the rocks are changing at each location. For example for the location number 1, thickness of gravel is 60 m, for the location number 2, thickness of gravel is 30 m etc...
– Pınar Aksu
Apr 4 at 14:48