Select to view content in your preferred language

Create a Polygon from a csv

813
1
09-26-2023 06:54 AM
HamzaMerini
New Contributor

Hello,

I would like to create polygons using a csv file, I know that there is a Geoprocessing tool that allows us to do it ( Coordinate Table to Polygon), but it's using coordinates, is there a way to use distances instead of coordinates ?

For example, let's say that I want to draw a 20m square:

00
020
2020
200

 

I could also calculate the coordinates of points at the desired distance, but i'm losing precision when I measure the distance on the map :

00
00.00018018
0.000180180.00018018
0.000180180

 

HamzaMerini_0-1695736451489.png

Thank you

0 Kudos
1 Reply
JohannesLindner
MVP Frequent Contributor

Be aware that measuring gives very different results based on your map's coordinate system, the data's coordinate system, and the measuring method.

For example, in the images above, I measured the distances using the planar method, while both map and feature class are in the same projected coordinate system.

Here is that measurement using the geodesic method:

JohannesLindner_6-1695816328874.png

And here is the planar measurement while the map is in the WGS1984 system (geographic):

JohannesLindner_7-1695816391582.png

 

 


Have a great day!
Johannes