Automations
Generate Random Points Within Region
standard
input
output
Generate Random Points Within Region
Given a point and a region, generate random points within the region.
Region
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[0, 0], [10, 0], [10, 10], [0, 10], [0, 0]]]}}]}
Count
Continue