Explanation of the Thinness ratio formula? The 2019 Stack Overflow Developer Survey Results...
Why can't wing-mounted spoilers be used to steepen approaches?
Why does this iterative way of solving of equation work?
Would an alien lifeform be able to achieve space travel if lacking in vision?
Typeface like Times New Roman but with "tied" percent sign
Why can't devices on different VLANs, but on the same subnet, communicate?
What is this lever in Argentinian toilets?
University's motivation for having tenure-track positions
rotate text in posterbox
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Keeping a retro style to sci-fi spaceships?
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Mortgage adviser recommends a longer term than necessary combined with overpayments
What can I do if neighbor is blocking my solar panels intentionally?
Make it rain characters
What LEGO pieces have "real-world" functionality?
Was credit for the black hole image misattributed?
Can the prologue be the backstory of your main character?
Cooking pasta in a water boiler
Is this wall load bearing? Blueprints and photos attached
Is there a writing software that you can sort scenes like slides in PowerPoint?
Are my PIs rude or am I just being too sensitive?
Sort a list of pairs representing an acyclic, partial automorphism
How long does the line of fire that you can create as an action using the Investiture of Flame spell last?
Single author papers against my advisor's will?
Explanation of the Thinness ratio formula?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How could I compare polygons with appropriate circle?Fastest way to remove matched pointsHow to find the maximum-area-rectangle inside a convex polygon?Defining spatial operators (Equals, Disjoint, Touches, Within, Overlaps, Crosses, Intersects, Contains, Relate)?Create polygons from points representing the corner vertices (ArcGIS)?Eliminate sliver polygons, not the enclavesHow to implement a shoelace formula into Python 2.7.8Classification validation: Trouble with the Confusion MatrixPostGIS Multipolygon when converted to shapefile doesn't match the source geometryPolygon object giving the wrong coordinates for a bounding box in ArcPyFast implementation of polygon overlay tools in osgeo suit
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am looking for sliver polygons and am using the following formula to identify which polygons have a smaller area-to-circumference ratio (aka Thinness Ratio):
4 * pi * area/(length*length)
That much I understand. But what is not fully clear, is the 4 * Pi bit and why the length has to be squared. Can someone explain this in simple terms?
geometry validation slivers
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 4 more comments
I am looking for sliver polygons and am using the following formula to identify which polygons have a smaller area-to-circumference ratio (aka Thinness Ratio):
4 * pi * area/(length*length)
That much I understand. But what is not fully clear, is the 4 * Pi bit and why the length has to be squared. Can someone explain this in simple terms?
geometry validation slivers
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
2
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
1
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
5
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
1
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08
|
show 4 more comments
I am looking for sliver polygons and am using the following formula to identify which polygons have a smaller area-to-circumference ratio (aka Thinness Ratio):
4 * pi * area/(length*length)
That much I understand. But what is not fully clear, is the 4 * Pi bit and why the length has to be squared. Can someone explain this in simple terms?
geometry validation slivers
I am looking for sliver polygons and am using the following formula to identify which polygons have a smaller area-to-circumference ratio (aka Thinness Ratio):
4 * pi * area/(length*length)
That much I understand. But what is not fully clear, is the 4 * Pi bit and why the length has to be squared. Can someone explain this in simple terms?
geometry validation slivers
geometry validation slivers
edited Jun 28 '15 at 18:18
Chris W
14.7k22344
14.7k22344
asked Jun 23 '15 at 13:37
Robert BuckleyRobert Buckley
4,8751256115
4,8751256115
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
2
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
1
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
5
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
1
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08
|
show 4 more comments
2
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
1
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
5
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
1
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08
2
2
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
1
1
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
5
5
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
1
1
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08
|
show 4 more comments
1 Answer
1
active
oldest
votes
The idea behind the thinness ratio is that once known the perimeter of the unknown shape if the shape is similar to a circle the measured area should be equal to the theoretical area of a circle with the circumference equal to the perimeter of the unknown shape.
Knowing that the area of the circle is pi*r**2
and that the perimeter p
is 2*pi*r
hence r = p /2*pi
substituting r
in the formula of the area we obtain that the theoretical area of the circle with perimeter p
is (p*p)/4*pi
. Hence the ratio of the measured area vs theoretical is: (4*pi*Ames)/(p*p)
.
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%2f151939%2fexplanation-of-the-thinness-ratio-formula%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
The idea behind the thinness ratio is that once known the perimeter of the unknown shape if the shape is similar to a circle the measured area should be equal to the theoretical area of a circle with the circumference equal to the perimeter of the unknown shape.
Knowing that the area of the circle is pi*r**2
and that the perimeter p
is 2*pi*r
hence r = p /2*pi
substituting r
in the formula of the area we obtain that the theoretical area of the circle with perimeter p
is (p*p)/4*pi
. Hence the ratio of the measured area vs theoretical is: (4*pi*Ames)/(p*p)
.
add a comment |
The idea behind the thinness ratio is that once known the perimeter of the unknown shape if the shape is similar to a circle the measured area should be equal to the theoretical area of a circle with the circumference equal to the perimeter of the unknown shape.
Knowing that the area of the circle is pi*r**2
and that the perimeter p
is 2*pi*r
hence r = p /2*pi
substituting r
in the formula of the area we obtain that the theoretical area of the circle with perimeter p
is (p*p)/4*pi
. Hence the ratio of the measured area vs theoretical is: (4*pi*Ames)/(p*p)
.
add a comment |
The idea behind the thinness ratio is that once known the perimeter of the unknown shape if the shape is similar to a circle the measured area should be equal to the theoretical area of a circle with the circumference equal to the perimeter of the unknown shape.
Knowing that the area of the circle is pi*r**2
and that the perimeter p
is 2*pi*r
hence r = p /2*pi
substituting r
in the formula of the area we obtain that the theoretical area of the circle with perimeter p
is (p*p)/4*pi
. Hence the ratio of the measured area vs theoretical is: (4*pi*Ames)/(p*p)
.
The idea behind the thinness ratio is that once known the perimeter of the unknown shape if the shape is similar to a circle the measured area should be equal to the theoretical area of a circle with the circumference equal to the perimeter of the unknown shape.
Knowing that the area of the circle is pi*r**2
and that the perimeter p
is 2*pi*r
hence r = p /2*pi
substituting r
in the formula of the area we obtain that the theoretical area of the circle with perimeter p
is (p*p)/4*pi
. Hence the ratio of the measured area vs theoretical is: (4*pi*Ames)/(p*p)
.
answered Sep 12 '18 at 13:46
G MG M
1,01921425
1,01921425
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%2f151939%2fexplanation-of-the-thinness-ratio-formula%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
I believe that should be perimeter * perimeter rather than length * length. For a circle, the value is 1. When you think about it in terms of area/squared perimeter it starts to make sense. Compare a square that is 5x5 to a rectangle that is 9x1, both having a perimeter of 20, but the square having an area nearly 3 times bigger than the thinner rectangle. You can derive a similar result with calculus.
– John Powell
Jun 23 '15 at 14:04
Length is the circumference of the Polygon - so the same as perimeter
– Robert Buckley
Jun 23 '15 at 14:05
1
Perimeter would be the preferred terminology in mathematics, I would think. The point, anyway, is that an area reaches its maximum when a shape is regular, and falls rapidly as the sides become less equal in length, assuming a constant perimeter.
– John Powell
Jun 23 '15 at 14:06
5
You ask the same question in StackExchange Mathematics and the comment give you an explanation. This ratio is also known as Circularity ratio
– gene
Jun 23 '15 at 15:54
1
Cross-posting on SE sites is discouraged. Please review the SE meta document on the subject: meta.stackexchange.com/q/64068. The best way to resolve the issue would be to choose which site you would like to keep your question and delete the other one.
– Aaron♦
Jun 23 '15 at 16:08