|
POST
|
@Adam1 Interesting problem - the picture helps. You can try using the Generate Near Table geoprocessing tool to get the distance of the points from the line. Looks like you have the speed and time stamp values available to incorporate some calculations using the Near Table generated. The table can be exported as Excel using Table To Excel for ease of using formulas if you prefer spreadsheets as output.
... View more
09-28-2022
04:23 AM
|
0
|
1
|
5099
|
|
POST
|
@JasonKSanford The recommended steps will be to create and configure the Utility Network from the asset package and then copy the utility network dataset for migration purposes. If you must copy at the asset package level, suggest duplicating the entire file GDB if you are running into issues. Additional documentation can be found at Utility network dataset administration. I also moved your post to Utility Network Questions.
... View more
09-28-2022
03:56 AM
|
0
|
1
|
4327
|
|
POST
|
@JamalNUMAN ArcGIS Pro is 64-bit application so 64-bit Oracle Client compatible with the database must be installed on the client machine. Also, 64 bit Oracle Net Client path should be provided in the beginning of Environment Variables "path" on the client machine.Reference: https://pro.arcgis.com/en/pro-app/latest/help/data/databases/database-connections-in-arcgis-pro.htm
... View more
09-22-2022
05:13 AM
|
1
|
0
|
1814
|
|
POST
|
@GraemeBrowning_Aurizon Another helpful resource: ArcGIS Pro symbology for the Civil 3D objects: working with LYRX files Out of the box support for measures in web map has its limitations. I would agree with your approach on refining the hatch marks in ArcGIS Pro (using various techniques available) and publish the layers.
... View more
09-16-2022
04:39 AM
|
0
|
0
|
3534
|
|
POST
|
@GraemeBrowning_Aurizon At the current version, Identify Route widget can be custom developed using the LRS REST API. To be specific, the below operations will be used: Convert geometry to measure Translate network measures A developer sample of Route and Measure widget is available on GitHub. Users can further customize the sample JavaScript to meet their needs for Web AppBuilder widget. The Product Team has plans to develop an Experience Builder widget that will provide similar functionality. It is on the roadmap for a future release.
... View more
09-16-2022
04:21 AM
|
0
|
0
|
2025
|
|
POST
|
My recommendation is to review the broader architecture and wholistic approach to the design. Must the non-spatial table remain in MS Access database? Do you need to read and write to the MS Access Table? Can the table be moved to an Enterprise geodatabase, still remain non-spatial? Test the read, write scenarios using ArcGIS Pro just to validate capability before editing through web apps. If continuing to use Access table, review Work with OLE DB connections Preference will be to move the table to a supported database for read-write through ArcGIS. Once transitioned, choose one of the ready-to-use apps for your editing needs.
... View more
09-14-2022
07:15 AM
|
0
|
0
|
1660
|
|
POST
|
@UNO_gcothren Chapters 1-2 are included in this sample of Introduction to Geometrical and Physical Geodesy: Foundations of Geomatics. Hope this helps!
... View more
09-07-2022
07:23 PM
|
1
|
0
|
1754
|
|
POST
|
I am thinking you are testing scenarios here. I suggest use the GP Unregister As Versioned first. Reference this documentation to review the Versioning Type that best meets your business requirements. Thereafter, redo Register As Versioned with appropriate options.
... View more
09-01-2022
04:11 AM
|
1
|
0
|
1097
|
|
POST
|
Check the Spatial Reference properties, including X, Y, Z tolerance and resolution.
... View more
08-26-2022
04:25 AM
|
0
|
0
|
1567
|
|
POST
|
@AneteZvaigzneLV Here are the relevant documentation: Prepare data for use in offline feature services Work with offline maps and branch versioned data
... View more
08-25-2022
04:13 AM
|
2
|
1
|
2024
|
|
IDEA
|
@QuinnMolloy2 We appreciate the feedback and will raise an internal rename request as part of future releases. Sometimes, the naming of certain core layers, tables, application components have significant impact on the solution. The impact review determines the timeline of when you can see such a change rolled out.
... View more
08-23-2022
07:35 AM
|
0
|
0
|
1367
|
|
POST
|
@JamalNUMAN WAB in ArcGIS online is version 2.25. The listing is available at: ArcGIS Web AppBuilder Release Versions
... View more
08-21-2022
05:47 AM
|
2
|
0
|
1676
|
|
POST
|
There are several options to this: Event Editor web app: Selecting events by route ArcGIS Pro: Select by Attributes (measure range) or Select by Location REST API: Spatial query of events
... View more
08-18-2022
03:44 AM
|
0
|
5
|
2518
|
|
POST
|
@GraemeBrowning_Aurizon Please try running the Modify LRS tool to update the LRS to work with the latest ArcGIS Pro version.
... View more
08-16-2022
07:29 PM
|
0
|
0
|
1520
|
|
BLOG
|
Branch Versioning ArcGIS Roads and Highways at launch was based on ArcMap and leveraged traditional versioning geodatabase transaction model. However, as one of the next generation ArcGIS applications, Roads and Highways added compatibility with branch versioning as part of its evolution to being home-based in ArcGIS Pro. At subsequent releases, newer capabilities like services-based editing and conflict prevention require branch versioning. Roads and Highways with branch versioning is the recommended and preferred implementation pattern for transportation organizations. Branch versioning follows a services-based architecture for viewing and editing data. It facilitates long database transactions using feature services, taking advantage of ArcGIS Server's Version Management service. Direct SQL access to the relational database is not supported or recommended with this geodatabase transaction model. Database Views are more applicable to traditional versioning and data level joins or integrations. In the absence of multi-versioned views, updates/insert/deletes using SQL should not be applied on feature classes that have been branch versioned. This can cause data corruption and other unexpected behavior within ArcGIS applications. Create Database View geoprocessing tool will accept branch versioned GDB as input workspace. However, the tool is not branch version aware. Design Considerations Users see opportunities in this changed services-based landscape that offer numerous benefits. But fundamental tasks like generating reports and database integration interfaces are key to running business processes. Solution architects and GIS Managers have carefully re-assessed the business needs and worked their way using a mix of the newer design patterns. Refer to Utility Network Journey: Branch Versioning and SQL by @RobertKrisher for additional insights. REST API: The supported method to query branch versioned data is through the REST API for e.g. Query (Feature Service/Layer), where appropriate and meets the need. Specific methods have been developed in REST and ArcGIS clients to ensure data integrity is in place when accessing the branch versioned data. Python Scripting: The ArcGIS API for Python is branch version aware and scripts can be used to generate reports from branch versioned geodatabase. The scripts can be run as scheduled jobs, often during non-business hours to compile data reports. ArcGIS Python API - Version Manager ArcGIS REST API - VersionManagementServer ArcGIS REST API – Linear Referencing Server Non-versioned Publication Geodatabase: Required datasets can be replicated to a non-versioned publication geodatabase that can be used for reporting, SQL views, integration etc. Note that there is an overhead of the replication process and maintaining a secondary geodatabase copy. So, a careful design is recommended based on the layer requirements, frequency of replication, delta changes and overall cost benefit analysis. SQL Views: Additional SQL logic may be used for view definition (read-only) access to branch versioned data. The document Branch Version SQL Views presents several samples: Create Materialized Views and refresh Views Create Reporting Table and refresh Tables Note that the SQL Views option, is considered secondary for legacy database level operations, and INSERT, UPDATE and DELETE functionality is not available. REST API based query is the best practice, recommended option moving forward for service-based architecture. Parting thoughts (courtesy xkcd)
... View more
08-16-2022
03:35 AM
|
0
|
0
|
1218
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 1 | 06-17-2026 06:24 AM | |
| 1 | 05-29-2026 07:53 AM |