Blocks within geopoint

List of all the block within the geopoint group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

travel mode from points value v15.0.0 Classifies which network a series of GPS points is travelling on (road pinning): when at least min ratio of the points lie within max distance of a road or railway, the traveller is pinned to that network — e.g. the last 5 fixes near a road means driving, near a railway means riding a train. When both networks qualify the one with the smaller mean distance wins. Outputs the mode (road, rail or none), per-network conditions, the match confidence and the points snapped onto the matched network. A single geo point object is accepted as well; entries without numeric lat/lon are ignored. Offline lookup against the road/rail network (Benelux, OpenStreetMap). snap to network geo_point v15.0.0 Snaps a geo point onto the nearest road or railway (road/track pinning). Outputs the snapped point and how far it moved. Offline lookup against the road/rail network (Benelux, OpenStreetMap). get lat / lon number v12.0.0 Returns the latitude and longitude of a given geo point cast to object object v12.0.0 Converts a geopoint object type to an object type is valid condition v15.0.0 Checks whether the given geo point has a valid latitude and longitude. compute destination point geo_point v10.4.28 Generates a new geo point from origin based on meters and bearing create geo_point v10.4.28 Generates a geo point based on the given latitude and longitude generate random in radius geo_point v13.0.8 Generates a random geo point based on the given radius land cover value v15.0.0 Resolves a geo point to a terrain / land-cover type (urban, agricultural, forest, grassland, wetland, water, bare, coastal). Offline raster lookup (Benelux, simplified CORINE). is nearby condition v15.0.0 Checks whether a road or railway is within a given distance of a geo point, and returns the nearest point on it. Offline lookup against the road/rail network (Benelux, OpenStreetMap). reverse geocode value v15.0.0 Resolves a geo point to the nearest street, city, province and country. City/province/country are nearest-populated-place, and always stay in the country of the nearest known place — a point near a border is never relabelled with a larger city on the other side. Street is the nearest named road (needs the road network loaded). from city geo_point v15.0.0 Resolves a city/town name (optionally constrained to a country code, e.g. NL, and a province/state, e.g. Vermont) to a geo point at the city centre, plus the city's radius in metres and its province/country. Offline lookup against the embedded dataset. A city name is not unique within a country — eight US states have a Morristown — so wire province whenever you know it, for example straight from geo point reverse geocode.
Back to geopoint Return to the main group to view all sub-groups