Time-enabled scene layers

Temporal data represents a state in time in ArcGIS Pro. You can create a point, 3D object or building scene layer that stores datetime values for each feature. For example, when each building was constructed and demolished or the last inspection date of trees within a city. Time information can be captured in Coordinated Universal Time (UTC) or local time. UTC is the universal time, which is equal to Greenwich Mean Time.

Scene layers store datetime values based on the ECMA ISO 8601 standard to ensure the datetime values can be interpreted by clients independently of their local time zone. The format is native to the web browser and therefore best suited to store datetime information for the web. For example, you can create a scene layer for a city in Germany and set the datatime zone for the attribute values to be shown in the German datetime format.

Create time enabled scene layers

Depending on the scene layer source, you can store the datetime values as local time with a UTC offset or UTC time depending on your geoprocessing environment time zone settings. The following table lists the various methods of creating a scene layer and the time settings that can be set on the scene layer.

Scene layer creation methodTime settingResulting scene layer

Create a 3D Object Scene Layer Content

Create Point Scene Layer Content

Create Building Scene Layer Content

Local time unless time zone is set in the geoprocessing environment settings.

All datetime values in the scene layer are stored in the time zone defined by the geoprocessing tool.

Share a web scene layer and configure the scene layer properties to cache locally.

Default setting of UTC and cannot be changed.

All datetime values in the scene layer are stored in UTC time.

Share a web scene layer with associated feature layer and configure the scene layer properties to cache on the server or online..

Default setting of UTC or configure feature service time zone setting.

All datetime values are stored in UTC converted from the settings for the feature layer configuration.

The time layer properties cannot be modified after sharing the web scene layer with associated feature layer.

Display time-enabled scene layers

You can view values in date fields by clicking on a feature and viewing the attributes in pop-ups. Depending on your data you can change the pop-up properties to display the date fields in the date and time format you prefer. For example, in Germany the date is often represented in day, month year separated by a period. In the United States, you display the date in month, day, year separated by a backlash. Time values display as local time without offset or UTC if the user specified UTC in time zone environment when creating the scene layer package.

If a preferred time zone is defined, the datetime values of the layer displays the preferred time zone. You can set a preferred time zone when creating a scene layer with associated feature layer and configuring the scene layer properties in the Sharing pane.

To use the time slider, you can configure time settings in the Time page in the layer properties.

Scene layer created with ArcGIS Pro 3.1 and later

You can create a scene layer in ArcGIS Pro 3.1 and later and the datetime values are stored according to ECMA ISO 8601 standard. Time values are fully supported in the time slider, popups, definition queries and symbology.

The scene layer with associated feature layer allows you to combine the visualization capabilities of a scene layer with the data management capabilities of the feature layer. For example, you can maintain the scene layer by editing  the geometry and attributes. You can share a scene layer or feature layer to ArcGIS Online or ArcGIS Enterprise 11.1 and later, the default time storage is in UTC. This allows a conversion of the UTC time to the local time of the device displaying the web layer. The format of a date field cannot be changed after creating a web scene layer with associated feature layes. Datetime values are stored as UTC and displayed in a client based on the preferred time zone setting when sharing the web scene layer.

Note:

Ensure that you have enabled time layer properties on the feature class prior to sharing if you want to use the time slider with a web scene layer.

Scene layer created prior to ArcGIS Pro 3.1

A scene layer created prior to ArcGIS Pro 3.1 does not have datetime values stored in ECMA ISO 8601 and has limited capability in definition queries, symbology and the time slider. Use the Upgrade Scene Layer tool to time-enable your scene layer by specifying a Date Format and Time Zone. For example, if you live in the Netherlands and format dates as the day before the month you can specify DDMMYYYY in the Date Format parameter.

Note:

The Project and Clip tools do not output scene layer packages that are time-enabled. Use the Use Upgrade Scene Layer tool together with these tools.

Related topics