Drawing Circle with set radius using QGIS?Drawing perfect circle with set radius in meters on map using...
How to deal with an underperforming subordinate?
Is the tritone (A4 / d5) still banned in Roman Catholic music?
Why is Acetic acid (pKa = 4.76) stronger than carbonic acid (pKa = 6.36)?
Is it possible to detect 100% of SQLi with a simple regex?
Sets that are both Sum-free and Product-free
Including proofs of known theorems in master's thesis
Is there any way to play D&D without a DM?
User input happy birthday program
Is it possible to methodically find the total of ways to read a given phrase making a stack?
Minimum Viable Product for RTS game?
How do I fight with Heavy Armor as a Wizard with Tenser's Transformation?
How can changes in personality/values of a person who turned into a vampire be explained?
Why don't you get burned by the wood benches in a sauna?
What is an efficient way to digitize a family photo collection?
Players preemptively rolling, even though their rolls are useless or are checking the wrong skills
Budget brands for gears in India
Dealing with an internal ScriptKiddie
Where should we use pstVerb?
Boss asked me to sign a resignation paper without a date on it along with my new contract
Linearity Assumption
How do I make my single-minded character more interested in the main story?
Coworker asking me to not bring cakes due to self control issue. What should I do?
How can I differentiate duration vs starting time
Protagonist constantly has to have long words explained to her. Will this get tedious?
Drawing Circle with set radius using QGIS?
Drawing perfect circle with set radius in meters on map using QGIS?Adding circle distance rings in QGIS?Drawing circles on map using OpenLayers 3?Intermediate points on a small circleHow to identify each circles in Google Maps API?How to draw a Circle of fixed radius in QGIS using QgsMapCanvasItem?How can I find the center of the circle or ellipse I just createdDrawing circle with OpenLayers3, but not seeing on map?How do I get imported KML circles to appear as circles rather than ellipses in QGIS?Finding area within set radius using QGIS?Create a line & label from centroid to edge of circle with Geometry Generator?How to get the exact Circle that user has drawn using Leaflet.draw.Circle?
I have a site and want to draw an indicative line in a 5km buffer around the centre of the site. So I want to draw a circle with a radius of 5km. I have a tool for drawing circles and ellipses and rectangles squares and spirals.
None of these let me state the centre point and the radius.
qgis circle
add a comment |
I have a site and want to draw an indicative line in a 5km buffer around the centre of the site. So I want to draw a circle with a radius of 5km. I have a tool for drawing circles and ellipses and rectangles squares and spirals.
None of these let me state the centre point and the radius.
qgis circle
3
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19
add a comment |
I have a site and want to draw an indicative line in a 5km buffer around the centre of the site. So I want to draw a circle with a radius of 5km. I have a tool for drawing circles and ellipses and rectangles squares and spirals.
None of these let me state the centre point and the radius.
qgis circle
I have a site and want to draw an indicative line in a 5km buffer around the centre of the site. So I want to draw a circle with a radius of 5km. I have a tool for drawing circles and ellipses and rectangles squares and spirals.
None of these let me state the centre point and the radius.
qgis circle
qgis circle
edited Mar 30 '18 at 9:00
PolyGeo♦
53.6k1780240
53.6k1780240
asked Jul 13 '12 at 16:40
GerGer
1,59341941
1,59341941
3
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19
add a comment |
3
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19
3
3
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19
add a comment |
4 Answers
4
active
oldest
votes
As commented by @Roy, you could make a point in layer and then buffer it into a new layer.
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
add a comment |
With mmqgis plugin you can convert your geometry type to centroids :
Plugins > mmqgis > modify > convert geometry type
And then just create buffers on shapes (through Vector > Geoprocessing tools) and precise the desired radius.
You got it
add a comment |
While developing a standalone qgis application, I shot help from QGIS Python Plugins Repository many times and it is very helpful. For drawing different geometries like Rectangle, Circle, Oval and Ellipse etc. this plugin is of great help.
add a comment |
Is it possible to label those buffers? for example 5 miles or 10 miles.
New contributor
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%2f29509%2fdrawing-circle-with-set-radius-using-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
As commented by @Roy, you could make a point in layer and then buffer it into a new layer.
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
add a comment |
As commented by @Roy, you could make a point in layer and then buffer it into a new layer.
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
add a comment |
As commented by @Roy, you could make a point in layer and then buffer it into a new layer.
As commented by @Roy, you could make a point in layer and then buffer it into a new layer.
edited Mar 30 '18 at 9:01
PolyGeo♦
53.6k1780240
53.6k1780240
answered Jul 14 '12 at 11:18
WillyWilly
2,84421734
2,84421734
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
add a comment |
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
Cheers. That is exactly what I wanted. Simple answer for a simple question. Panic had blinded me!
– Ger
Jul 16 '12 at 9:01
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
The workflow I have recently been using is to create the point in a Memory Layer, create the buffer into a shapefile saved in a temporary location, then copy and paste the polygon into the final layer. A bit long but works OK.
– Willy
Jul 27 '12 at 10:14
add a comment |
With mmqgis plugin you can convert your geometry type to centroids :
Plugins > mmqgis > modify > convert geometry type
And then just create buffers on shapes (through Vector > Geoprocessing tools) and precise the desired radius.
You got it
add a comment |
With mmqgis plugin you can convert your geometry type to centroids :
Plugins > mmqgis > modify > convert geometry type
And then just create buffers on shapes (through Vector > Geoprocessing tools) and precise the desired radius.
You got it
add a comment |
With mmqgis plugin you can convert your geometry type to centroids :
Plugins > mmqgis > modify > convert geometry type
And then just create buffers on shapes (through Vector > Geoprocessing tools) and precise the desired radius.
You got it
With mmqgis plugin you can convert your geometry type to centroids :
Plugins > mmqgis > modify > convert geometry type
And then just create buffers on shapes (through Vector > Geoprocessing tools) and precise the desired radius.
You got it
answered Jul 13 '12 at 17:02
simosimo
7,54412150
7,54412150
add a comment |
add a comment |
While developing a standalone qgis application, I shot help from QGIS Python Plugins Repository many times and it is very helpful. For drawing different geometries like Rectangle, Circle, Oval and Ellipse etc. this plugin is of great help.
add a comment |
While developing a standalone qgis application, I shot help from QGIS Python Plugins Repository many times and it is very helpful. For drawing different geometries like Rectangle, Circle, Oval and Ellipse etc. this plugin is of great help.
add a comment |
While developing a standalone qgis application, I shot help from QGIS Python Plugins Repository many times and it is very helpful. For drawing different geometries like Rectangle, Circle, Oval and Ellipse etc. this plugin is of great help.
While developing a standalone qgis application, I shot help from QGIS Python Plugins Repository many times and it is very helpful. For drawing different geometries like Rectangle, Circle, Oval and Ellipse etc. this plugin is of great help.
answered Aug 30 '17 at 11:11
Anurag SinghAnurag Singh
485
485
add a comment |
add a comment |
Is it possible to label those buffers? for example 5 miles or 10 miles.
New contributor
add a comment |
Is it possible to label those buffers? for example 5 miles or 10 miles.
New contributor
add a comment |
Is it possible to label those buffers? for example 5 miles or 10 miles.
New contributor
Is it possible to label those buffers? for example 5 miles or 10 miles.
New contributor
New contributor
answered 11 mins ago
ScottScott
11
11
New contributor
New contributor
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%2f29509%2fdrawing-circle-with-set-radius-using-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
3
Drop a point (x,y), buffer the point 5km.
– Roy
Jul 13 '12 at 16:47
possible duplicate of Conflicting measurement units with buffer ftools
– Get Spatial
Jul 13 '12 at 18:19