I need to generate fixed random points inside a polygons. For that, I need to generate random points inside the extent of polygons and then select the ones that are inside the polygon boundary later. how can i generate points inside the given extent of polygon in python ; where extent is max x, max y and minx, min y in meters
Asked
Active
Viewed 757 times