How to insert/create any random points within certain area or square km (say for mumbai)
Considering area is mumbai and I want to insert all possible random points that lies within this area
My idea was to write custom function in Postgres like stored procedure
Specific : I need to have a fixed area that is mumbai .. and within this area i want to generate some small polygons , my concern is that how can i get the cordinates of mumbai , or how i can insert using boundary cordinates of mumbai?