Skip to main content

Green shape with navigation pointer flag in the middle. Create Points Tool

One Tool Example

Create Points has a One Tool Example. Visit Sample Workflows to learn how to access this and many other examples directly in Alteryx Designer.

Use Create Points to create a point-type spatial object by specifying input fields containing the X coordinate (Longitude) and the Y coordinate (Latitude). This is usually done to prepare the input data for spatial processing using Alteryx’s spatial tools, like the Spatial Match tool, Distance tool, or Trade Area tool.

The input data and the Point type spatial object created by the Create Points tool can all be written to a spatial file for viewing with a mapping Application such as MapInfo and ArcGIS, or the objects can be viewed using the Report Map tool without having to output to a spatial file.

If the records have street addresses but no latitude and longitude, you can calculate the latitude and longitude using the Street Geocoder tool, which recognizes any third-party geocoder, then using the Create Points tool to create a Point type spatial object.

While you use spatial tools, you may have more than one spatial object field in the data stream. When you configure the final Output Data tool, you must remember that output to files like .dbf, .xls, or .csv does not accept the spatial object fields, and that spatial files will accept only one spatial object field. Use the Select tool to select only the appropriate fields for the output file type.

For more information on writing output to a spatial file, visit Output Data tool.

Configure the Tool

  1. Choose the appropriate fields from the input table that correspond to X Field (Longitude) and Y Field (Latitude) coordinates.

  2. Select the appropriate format of the Latitude and Longitude coordinates coming into the tool.

    • Fields are Lat/Long Floating Point: The coordinates are in a decimal format.

    • Fields are Lat/Long Integers (x 1,000,000): The coordinates are displayed in a whole number format.

    • Fields are Projected Floating Points: The coordinates are displayed in a geographic projection. By default, Designer uses WGS84. Enter a different projection, or select "..." to open the Edit Projection dialog. Visit Projection Support for more information.