Skip to main content

RandomGeoPosition

RandomGeoPosition[] gives a pseudorandom geo position uniformly distributed on the surface of the Earth.

RandomGeoPosition[{{latmin,lonmin},{latmax,lonmax}}] gives a pseudorandom geo position uniformly distributed in the given geo bounding box.

RandomGeoPosition[g] gives a pseudorandom geo position uniformly distributed in the geo region g.

RandomGeoPosition[g,n] gives a list of n pseudorandom geo positions uniformly distributed in the geo region g.

RandomGeoPosition[g,{n1,n2,…}] gives an n1× n2×… pseudorandom geo position array.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.