You can add a geotemporal series sync output to pipelines to make your batch or streaming geotemporal data in Foundry available in downstream applications, such as the Map application. Geotemporal observations from Foundry are written in Pipeline Builder. Learn more about different output types and geotemporal series.
To use geotemporal series in Pipeline Builder, they must be enabled for your enrollment. Contact your Palantir representative for more information about enabling this feature.
Open the Pipeline outputs panel located on the right side of the Pipeline Builder interface. Then, select Add > Geotemporal series sync > Add to create a new geotemporal series.
If you cannot see the geotemporal series output type in Pipeline Builder, check whether your enrollment meets the prerequisite stated above.
All geotemporal series outputs in Pipeline Builder have primary fields, or intrinsic fields, that must be produced as part of your pipeline's upstream transformation logic. These fields control the translation from rows in a pipeline to geotemporal observations. Please refer to geotemporal series data modeling for more information about primary fields. These primary fields include:
Construct geopoint column
expression in upstream transformation logic.Double
that represents the height above the surface of the Earth in meters.In addition to the required fields mentioned above, you can map custom fields to output observations. To do so, navigate to the Properties section of the geotemporal series output panel and select Add Property. Select an upstream transformation logic output column to have the corresponding value present in downstream observations. You must specify a name, whether the mapping should be live or static, and optionally, documentation for what the field represents. Live properties change with each observation, such as the heading of a plane. Static properties are constant across the series and are used to denormalize for search and filtering capabilities, such as aircraft type.
In addition to the standard data types in Pipeline Builder, geotemporal series outputs support mapping special geometric types to their equivalents in the geotemporal series data model. Please see Pipeline Builder's geospatial documentation for more detail on these types:
In addition to basic output mappings, geotemporal series outputs support the following advanced and optional settings:
long
type value representing the amount of time in milliseconds after which data will be considered stale or expired. Stale data will not be rendered in downstream applications. Note that the time to live value does not affect data indexed to the dataset archive
.string
type value representing a logical categorization used for filtering data in downstream applications, for example "GPS ping" or "manual report".The security of downstream geotemporal series observations is derived from your pipeline input data:
Consult the documentation below for more information on mandatory and discretionary permissions:
Observations should flow into your geotemporal series shortly after a pipeline has been deployed and a build has been triggered. If data is not appearing in downstream applications, you can troubleshoot using the following steps: