Creating a circle point by point

1k Views Asked by At

I want to create an array of points that has equal distance to some center coordinate. It will be like, give to the function center longitude, center latitude, radius of the circle and number of points, then it creates that many points from the center. How can i do this. It would be great if anyone helps in Python but any other programming languages are fine. Thanks for your answers.