|
IDEA
|
If you wonder how difficult it is to migrate to the parcel fabric, this short video will give you an idea:
... View more
07-16-2025
11:41 PM
|
0
|
0
|
1654
|
|
IDEA
|
@BillFox We actually thought about that. You have providers like Google, Amazon and others that will turn voice to text, but they all require sending your data to the cloud and a paid subscription. We also experimented with AI, including the leading players, and found out: They all require you to send the deed to the cloud, which might create issues around IP for the deed and its use. It's a black box without a 'men in the loop' It never says "I don't know what to do" - instead it 'hallucinates' and provides a completely wrong answer It requires a paid subscription - would you pay for something that gives you wrong results and takes more time to review than entering the deed manually? That said, I agree - AI/ML will offer some opportunities, and we have implemented some parcel fabric capabilities with the ArcGIS Pro AI Assistant (not released yet).
... View more
07-15-2025
11:18 PM
|
0
|
0
|
1682
|
|
IDEA
|
@BillFox We implemented and released the COGO tools in ArcGIS Pro (like Traverse and COGO enabled feature classes) before releasing the parcel fabric. That was done in part because we know that COGO tools are used outside of land records to create geometries from measurements. For parcels (Land Records /Cadastre) this is the evolution of esri technology: The parcel fabric offers many advantages, some of which are: Parcel lineage and historic parcels All records are associated with their legal source (record) - they are defendable. Tools that make data entry more efficient (like COGO Reader, but not only) Tools that help you identify quality issues in your data Tools that let you fix common quality issues in your data Ability to evaluate and improve spatial accuracy over time Ability to use web services: view and edit parcels from any type of client, not only desktop. 4D - ability to view the data as it was in historic moments in time. ... Coverages and ArcStorm are examples of great technology for that time. We also get nostalgic for a good BUILD and CLEAN 🙂 We do not prevent organizations from managing their land records outside the parcel fabric, but we consider those types of solutions as custom solutions. Most customers, however, prefer COTS and configuration over a custom solution. If you are attending the UC we will love to talk with you in person.
... View more
07-15-2025
12:37 PM
|
0
|
0
|
1709
|
|
IDEA
|
This webinar will be dedicated to COGO Reader. We will also show how easy it is to migrate your existing data to the parcel fabric (it only takes a few minutes) You are welcome to join https://www.meetup.com/esri-parcel-fabric-meet-up/events/308788324/?eventOrigin=group_events_list
... View more
07-14-2025
11:59 PM
|
0
|
0
|
1730
|
|
POST
|
@DeanAnderson2 - well done Yes - Attribute Rules can also delete rows in another table. This is an interesting use case (keeping a list of cancelled parcel numbers). I wonder if this is applicable to many other counties in the US. Maybe something to consider @ChrisBuscaglia
... View more
07-10-2025
01:11 AM
|
0
|
0
|
1927
|
|
IDEA
|
@JamesMoy - welcome to the community. The best would be to contact esri technical support and provide the failing deeds with the chord bearing. We are already fixing a few issues that have to do with curve extraction and that will help us make sure we covered Georgia. COGO Reader is for the US only
... View more
07-09-2025
05:08 AM
|
0
|
0
|
1919
|
|
POST
|
@DeanAnderson2 I presume you use this option when you merge (with an active record) This 'preserves' the attribute of parcel 'A' but retires the original parcels 'A' and 'B'. Your code will be triggered twice, for the historic A and B. The issue is the 'order of operations': the parcels are marked historic before the new parcel 'A' is committed to the table. This is the reason you are getting 2 cancelled taxlots instead of the desired outcome of a single canceled parcel 'B'. We could look into changing this in the tool itself, but the new order of operation might not work for someone else (e.g. - making sure there are not 2 parcels with the same name). The only solution I can think about is to add another rule that is triggered on insert of a new parcel. If the new the new parcel name exists in the historic parcels, delete it from the cancelled parcel name table.
... View more
07-09-2025
04:03 AM
|
0
|
2
|
1977
|
|
BLOG
|
Based on the comments to this post I've created a modified version that snaps lines: https://community.esri.com/t5/arcgis-parcel-fabric-questions/how-can-i-connect-my-lot-lines-and-snap-while/m-p/1563390
... View more
07-08-2025
11:45 PM
|
0
|
0
|
1058
|
|
POST
|
All You can register to the meetup which will be dedicated to COGO Reader https://www.meetup.com/esri-parcel-fabric-meet-up/events/308788324/
... View more
07-08-2025
08:11 AM
|
2
|
2
|
1721
|
|
POST
|
@LukeRipple Can you please confirm: You are using the parcel fabric You can see the feature templates visible in the Create Features pane?
... View more
07-08-2025
08:09 AM
|
0
|
0
|
4637
|
|
POST
|
@HeatherHanson COGO Reader does support non-tangent curves. But in some states/descriptions are written differently and COGO Reader fails to process them. The best thing you can do is contact technical support and provide a few examples of deeds with non-tangent curves that fail to process. If this occurs a lot, we can consider adding it to one of the 3.5 patches, once fixed.
... View more
07-08-2025
08:08 AM
|
0
|
12
|
4637
|
|
POST
|
@ClayNorris I have tested the suggested workflow - it works. Here is how I did it - does this meet your requirements?
... View more
06-19-2025
12:52 PM
|
0
|
1
|
1009
|
|
IDEA
|
@GIS-Chops In general, we only create parcel tools for tools that are specific to parcels and leverage existing editing tools as much as possible. The editing tools (such as merge, clip, divide, etc.) can exhibit different behavior when parcels are being processed, making it easier for new editors to learn and edit parcels. So would something like this work?
... View more
06-19-2025
02:00 AM
|
0
|
0
|
1776
|
|
POST
|
@ClayNorris Changing an attribute does not create a duplicate historic parcel. FWIW - if you are using ArcGIS Enterprise, branch versioning allows you to view historic moments in time. For example: you can have 2 maps side by side, one pointing to the current time and one to an historic moment. As for your workflow here is a shorter version: 1. Create record. 2. Select parcel. 3. Duplicate parcel 4. "Set Historic" the source parcel If you do a lot of those, you can consider using a task that will automate this process.
... View more
06-19-2025
01:12 AM
|
0
|
1
|
1034
|
|
POST
|
@ClayNorris The workflow is (if I understand it correctly): Create a new active record for the quit claim Select the parcel or parcels that need to be retired and press the Set Historic button Does this work for you?
... View more
06-18-2025
05:56 AM
|
0
|
1
|
1078
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 2 | yesterday | |
| 1 | yesterday | |
| 1 | 06-12-2023 01:26 AM | |
| 6 | 02-18-2026 07:38 AM |
| Online Status |
Online
|
| Date Last Visited |
2 hours ago
|