Location parameters

When configuring data ingestion from a feed or data source, ArcGIS Velocity allows you to specify how to determine the location of features from observations or records. You can choose to generate location from a single geometry field or from X,Y fields, or to not configure location.

The location parameters of your feed or data source can be specified in the Identify key fields step under the Location section.

A single geometry field

If geometry information is stored in a single string field, Velocity can process this to generate feature location geometry for each record.

To parse a string field into feature location geometry, the following parameters must be specified:

  • Location type—A single geometry field.
  • Geometry field—Specify the string field from your schema representing location.
  • Geometry format
    • Coordinates
    • Esri JSON
    • GeoJSON
    • WKT
  • Geometry type
    • Envelope
    • Multipoint
    • Point
    • Polygon
    • Polyline
  • Does your data have Z values?—Specify whether any of your features for the feed or source has Z values.
  • Spatial reference (WKID)—The spatial reference of your data using the numeric WKID. See the list of supported projected and geographic coordinate systems.

Location specification of a single geometry field

X/Y fields

If X,Y or latitude-longitude values are stored in fields of your data, you can use these values to generate point feature location geometry for each record. Use the drop-down arrows for the X (Longitude) and Y (Latitude) parameters to choose the respective field from the schema. The Z (Altitude) parameter is optional, as not all data will have Z values.

When specifying a Z value field, an additional option to provide the linear unit of the Z value is provided. When the coordinate system is projected, these units will be converted to the horizontal units of the coordinate system. When the coordinate system is geographic, these units will be converted to meters.

Additionally, specify the spatial reference of your data using the numeric WKID. See the list of supported projected and geographic coordinate systems.

Location specification of X/Y fields

None

It is not required to parse geometry from fields. Some data sources will contain tabular records without any geometry information. These can be ingested and processed by Velocity.

No location specification