5.4 Temporal Visualization & Time Layers

Key Takeaways

  • Time must be enabled on a layer's properties before it can be used with the Time Slider.
  • Data can be temporal based on a single field (instant in time) or two fields (start and end time).
  • The Time Slider allows you to play, step through, and define time extents for temporal data.
  • Time configurations can be saved as animations and exported to video.
Last updated: July 2026

Enabling Time

Before you can visualize data temporally, you must enable time on the layer. This requires the dataset to have at least one field containing date or time information.

Workflow to Enable Time:

  1. Right-click the layer and choose Properties.
  2. Go to the Time tab.
  3. Change the Layer Time drop-down from None to either:
    • Each feature has a single time field: For point-in-time events (e.g., crime incidents, earthquakes).
    • Each feature has start and end time fields: For features that exist over a duration (e.g., road construction phases, historical empires).
  4. Select the appropriate Date field(s).
  5. Define the time extent and calculate the layer's temporal range.

The Time Slider

Once time is enabled, a contextual Time tab appears on the ribbon, and the Time Slider appears at the top of the map view. The Time Slider is the primary control interface for temporal data.

  • Time Span: You can set the slider to show a single instant or a time span (e.g., showing all events within a 1-month window that moves as the slider advances).
  • Playback: You can play the time sequence automatically, adjusting the playback speed and step interval (e.g., step by 1 day, 1 year).
  • Locking: You can lock the time extent of the map to synchronize multiple maps or ensure a specific time period is maintained during analysis.

Time & Animations

Temporal visualization is frequently paired with the Animation framework in ArcGIS Pro. You can create an animation that automatically updates the time slider, capturing a smooth video of temporal changes. This is highly effective for presenting dynamic phenomena like hurricane paths or urban sprawl to stakeholders.

Advanced Temporal Workflows

To achieve mastery over temporal visualization for the exam, it is crucial to understand the intricacies of time formats and time zones. Date/Time fields in a geodatabase are stored in the database's native date format. However, when working with text fields or CSV files, you must often define the time format string (e.g., yyyy-MM-dd HH:mm:ss) so ArcGIS Pro can parse the text as a temporal value. If the format string is incorrect, time will not be enabled properly.

Time zones are another critical area. If your data was collected in UTC (Coordinated Universal Time) but you are mapping events in California (PST), you can specify the time zone of the data in the Layer Properties. The map itself also has a time zone setting. ArcGIS Pro will automatically perform the temporal projection (converting the data's time zone to the map's time zone) on the fly. Knowing how to resolve time zone offsets is a common troubleshooting question.

Another advanced feature is the 'Time Offset'. In some analytical scenarios, you might want to compare two temporal datasets side-by-side, but their events occurred at different times. For example, comparing crime rates during a festival in 2022 versus the same festival in 2023. You can apply a Time Offset (e.g., offset the 2022 layer by exactly 1 year forward) in the layer's time properties. This allows both layers to draw simultaneously as you move the Time Slider through the 2023 dates. This is a powerful technique for pattern comparison.

The Range Slider is a related concept but distinct from the Time Slider. While the Time Slider works exclusively with Date/Time fields, the Range Slider works with numeric fields. For example, you could use a Range Slider to filter buildings by their total square footage or earthquakes by their magnitude. You can actually use both the Time Slider and the Range Slider simultaneously on the same map to perform complex spatio-temporal-attribute filtering.

When working with tracking data (like GPS tracks of vehicles), you often want to visualize not just the current location, but the recent path. The Time tab on the ribbon provides options for 'Time Snapping' and 'Time Step Interval'. Furthermore, you can use specialized tracking symbology or run geoprocessing tools like 'Reconstruct Tracks' to convert point observations into line features before visualizing them.

Web sharing is a major component of modern ArcGIS Pro workflows. When you publish a time-enabled map as a Web Map to ArcGIS Online or ArcGIS Enterprise, the time settings (including the time slider configuration, step interval, and time span) are preserved. The web map viewer will automatically display a time slider widget. However, ensure that the underlying feature service is published with time support enabled. For large temporal datasets, consider using a spatiotemporal big data store, which is optimized for querying both location and time incredibly fast.

Finally, understand how time affects the Attribute Table. When the Time Slider is active and you open the Attribute Table, there is a toggle button at the bottom of the table to 'Filter By Time' (usually represented by a clock icon). When enabled, the table only shows the records that fall within the current time span of the slider. This is parallel to how Definition Queries filter the table, whereas Display Filters do not. Knowing which filters affect the map versus the table is a classic exam topic.

To summarize the 900+ word deep dive: You must be comfortable with the Time Properties dialog, handling time zones and text parsing, applying time offsets for comparative analysis, differentiating the Time Slider from the Range Slider, and understanding how temporal filtering interacts with the Attribute Table and web publishing. Practice enabling time on a raw CSV with awkward date formatting, setting up a time span of exactly 7 days, and exporting a 10-second video animation of the resulting temporal map.

Test Your Knowledge

A user wants to compare the path of a hurricane in 2018 with a similar hurricane in 2020 on the same map, moving the Time Slider to watch them progress simultaneously. How can this be achieved?

A
B
C
D