Building footprint is one of important data when working in an urban area or a project related to urban planning and management. The...
How to Calculate Area of Polygon from Unordered Coordinate Points. Algorithm and Code in Python
Finding an area is a common task in GIS. Using a GIS software like QGIS we can find area of a polygon using a measurement tool or calculat...
Golden Section Search Application: Finding the Shortest Distance from a Point to a Line
In another post I had discussed about Golden Section Search method , how it works, implementing it in Python and some application examp...