Thank you,<br><br>very detailed explanation<br><br>On Wednesday, February 25, 2015, David Haynes <<a href="mailto:haynesd2@gmail.com">haynesd2@gmail.com</a>> wrote:<br>> There are many ways to determine area in PostGIS, but I will simplify this to 3 groups.<br>> 1 consider the earth as an ellipsoid, where the radius changes, 2 consider the world to a perfect sphere, 3 your area is small enough to fit in a defined equal area projection. For work, I have generated a number of area datasets for country boundries using the functions in PostGIS. You will notice that the 3rd function uses a global equal area projection. They are all different and in someways they are all accurate. The first function uses a mathematical model that tries to model the earth and takes a bit longer. The second uses a sphere and is the fastest, while the third flattens the earth and its accuracy is based on the projection.<br>> 1) Spherical Area ST_Area(p.geog, false) as ellipsoid / spheroid<br>> The current World Geodetic System model uses a spheroid whose radius is 6,378.137 km at the equator and 6,356.752 km at the poles.<br>> 2) Spheroid AREA ST_Area(p.geog) as sphere,<br>> 3) Projected Area ST_Area(ST_Transform(p.geog::geometry,3410)) proj_area<br>><br>> In general, I would recommend the function 1 as an accurate calculation. I have document of country areas I can share with you if you like. It shows a collection of country polygons that have the area determined using all three different methods. In this document, I am assuming that spheroid will be the truth.<br>> The interesting thing is that there are major differences based on the latitude. The area of a geography goes from over to under projection at the 35 degree. This is due to shrinking and expansion of the ellipsoid and equal area projection.<br>> On Wed, Feb 25, 2015 at 6:53 AM, Lelo - Luiz Rogério De Pieri <<a href="mailto:lelo.pieri@gmail.com">lelo.pieri@gmail.com</a>> wrote:<br>>><br>>> Hi,<br>>> I think you always have to transforme to UTM to have area in square meters.<br>>> Best Regards,<br>>> 2015-02-25 9:10 GMT-03:00 Ahmet Temiz <<a href="mailto:ahmettemiz88@gmail.com">ahmettemiz88@gmail.com</a>>:<br>>>><br>>>> Hello,<br>>>> How  do we calculate the area (polygon) in country ( Turkey) level ?<br>>>><br>>>> Which one does give better result ? transforming to UTM or using geography ?<br>>>> regards<br>>>> --<br>>>> Ahmet Temiz<br>>>> Jeoloji Müh.<br>>>> Afet ve Acil Durum Yönetimi Başkanlığı<br>>>> Planlama ve Zarar Azaltma Dairesi Başkanlığı<br>>>><br>>>><br>>>> ________________________<br>>>><br>>>> Ahmet Temiz<br>>>> Geological Eng.<br>>>> Information Systems - GIS Group<br>>>> Disaster and Emergency Management<br>>>> of Presidency<br>>>> _______________________________________________<br>>>> postgis-users mailing list<br>>>> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>>>> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>>><br>>><br>>><br>>> --<br>>> Rogério De Pieri  (Lelo)<br>>> MBA em Gerenciamento de Projetos - FGV<br>>> SCJP 5<br>>> Buscando melhorar a cada dia<br>>> Áudio, Hardware & Software<br>>> <a href="http://www.twitter.com/lelopieri">www.twitter.com/lelopieri</a><br>>> <a href="http://blogdolelo.wordpress.com">blogdolelo.wordpress.com</a><br>>> _______________________________________________<br>>> postgis-users mailing list<br>>> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>>> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>><br>><br><br>-- <br>Ahmet Temiz<br>Jeoloji Müh.<br>Afet ve Acil Durum Yönetimi Başkanlığı<br>Planlama ve Zarar Azaltma Dairesi Başkanlığı<br><br><br>________________________<br><br>Ahmet Temiz<br>Geological Eng.<br>Information Systems - GIS Group<br>Disaster and Emergency Management<br>of Presidency<br>