arcwatch

Data Sharing with No Delays

People can get information on evacuation routes, traffic congestion, speed limits, and more using the open data site that the Texas Department of Transportation created using ArcGIS Open Data.
People can get information on evacuation routes, traffic congestion, speed limits, and more using the open data site that the Texas Department of Transportation created using ArcGIS Open Data.

It’s not a cure-all for Texas traffic, but by using ArcGIS Pro and ArcGIS Open Data from Esri, the Texas Department of Transportation (TxDOT) eased two of its major pain points: data publishing and data requests.

Chris Bardash, a TxDOT GIS analyst, used ArcGIS Pro to implement a single project that can publish services for the entire organization. This allows TxDOT to easily share its data both internally and externally via ArcGIS Online and the agency’s ArcGIS Open Data site. The solution reduces the time it takes to publish data and the number of data requests that TxDOT’s data management team has to process manually.

Automating Service Updates

Prior to implementing ArcGIS Pro, TxDOT was juggling a large number of distinct datasets and services. The two-person GIS team had built a custom web mapping app for statewide planning, using ArcGIS API for JavaScript. But Bardash and his colleague, Adam Breznicky, knew that because of the mutable nature of transportation planning projects—with changes in project locations, marker positions, speed limits, and the like—the services for the map would need to be updated on a regular basis.

Initially, Bardash and Breznicky had created a single map document for each service, so there were approximately 40 map documents sitting in a folder.

“Then we realized we could use the map tabs within ArcGIS Pro to contain all the [map documents] in a single product,” Bardash recalled.

The team started by building an ArcGIS Pro project to import all the map documents. Now, there is a single ArcGIS Pro project on a network drive that anyone in the data management section of TxDOT can access. Additionally, all the data is sourced in an enterprise database, so users can just open the ArcGIS Pro project and it’s already connected to the data.

“Any time you need to update services, you open the project and go to the map tab for that service,” Bardash said. “Everything is already symbolized and connected to the data source. You just click Overwrite to [edit] the service in ArcGIS Online.”

By automating some manual steps, such as removing extraneous fields, ArcGIS Pro performs the quality control that must be conducted before publishing a service. “We want to clean up some fields before we publish them,” said Bardash. “In some cases, we might delete certain fields.”

The team wrote a Python script that can check to see whether the service has any of the fields that need to be deleted.

“We couldn’t write a script specific to each layer, so we wrote a script that searched for any fields in a list of about 10 of them,” Bardash said.

When a user activates that ArcGIS Pro task (a set of preconfigured steps that guide someone through a workflow), the Delete Field script gets triggered automatically. From there, the user overwrites the service and reviews the Item Details page in ArcGIS Online to make any final adjustments—for example, removing underscores from the item names and changing settings such as optimizing layer drawing, which aren’t available to set when publishing.

“In the past, this would have been a part of our standard operating procedure that someone would have to remember to do,” said Bardash. “Now, the task just walks you through it.”

The ArcGIS Pro workflow makes updating services very easy.
The ArcGIS Pro workflow makes updating services very easy.

Sharing Data Externally

To help create transparency, TxDOT has also implemented an ArcGIS Open Data site.

“People can visualize the work we are doing—planned projects, traffic volumes, congested roadways, classifications for each road, [and] asset locations,” Bardash said. “Our entire inventory of things like that is out there for people to consume. They can download it or use it in their own web apps.”

To reduce the amount of time it took to handle the number of labor-intensive data requests the department received, TxDOT sought a solution to share data externally.

“We were preparing to build our own site when our Esri contacts informed us about the out-of-the-box ArcGIS Open Data solution available to us for free as part of our Esri account,” recalled Bardash.

Bardash and Breznicky quickly stood up an Open Data site. From there, they could share the services they had already prepared and made available in ArcGIS Online.

“It did not require any [additional] purchases and needed very little configuration,” said Bardash. “Basically, we added our branding to the site, set our services to be available on the Open Data portal, and published it.”

Now, if consultants working on a TxDOT project need official highway data to put on a map, the data management section no longer has to find the data and send the specialists a zipped geodatabase file. Instead, the team can give them a link to TxDOT’s Open Data portal, and the consultants can find the data themselves. “ArcGIS Pro makes it easier for us to get that data out there faster and ensure a certain level of quality,” Bardash conveyed. “With any given data request, [we] can save the minutes or hours it takes to assemble all that data, depending on the request.”