|
BLOG
|
Hey @KimberlyEmme A couple questions: 1. This feature class that you're trying to migrate to Pro COGO, is it COGO enabled in ArcMap? 2. If it is not, then you can just go directly into Pro and enable COGO on those lines. If you had used the ArcMap traverse tool to create the lines and the feature class was not COGO enabled in ArcMap, none of the COGO values were stored on the lines. However, if you didn't manipulate the lines, after you just bring them into Pro and enable COGO you can run Update COGO and the COGO values will be updated. 3. If the feature class you are trying to migrate to Pro is COGO enabled, can you send me a small sample? I am curious how polylines exist in the data.
... View more
08-25-2022
10:38 AM
|
0
|
0
|
6410
|
|
IDEA
|
Hello @DirkPeterson2 I was curious if you could detail this workflow a little more? Like what steps are needed to be taken to create these maps? I'm not exactly sure if your wanting this to be automated or if your wanting to create a step by step to guide with user interaction to create these maps. Thanks, Jason Camerano
... View more
08-18-2022
02:41 PM
|
0
|
0
|
1313
|
|
IDEA
|
Hey @jcarlson You could take the "Shared" label class from the other Parcel Type lines and copy and paste it into the Connection Lines layer. However they might be a small trick, you should copy the label expression from Connection Lines and paste it else where. Once you bring the Shared Line label class to the connection lines you will need to remove SQL query that's checking for the Label Position field and in the Connection Line Label Expression you can re-paste the copied label expression. The reason for the copy and paste of the expression is that the other Parcel Type lines label expression check for the Label Position field (I've since added a try/catch like code in the arcade expression so it would work for connection lines). However, we will take into consideration making this the default. Thanks for the post!
... View more
08-01-2022
04:57 PM
|
0
|
0
|
851
|
|
POST
|
Hey, Here's a link to a video that goes through migration of existing data: https://community.esri.com/t5/arcgis-parcel-fabric-videos/meetup-migrating-and-administrating-parcels-with/m-p/1022942 If you're starting completely from scratch there is good information in the above video as well, creating the fabric and configuring your schema, publishing, etc. Also check out this area for a lot of other videos for different workflows and other topics: https://community.esri.com/t5/arcgis-parcel-fabric-videos/bd-p/arcgis-parcel-fabric-videos Hope these links help you out and feel free to ask any more specific questions you might have.
... View more
06-23-2022
11:47 AM
|
1
|
0
|
1910
|
|
POST
|
Learn how to use the geometry and editing API to create add-ins for COGO (Coordinate geometry). We present the data schema and attributes that support editing COGO-enabled lines, including ground to grid corrections, circular arcs, spiral curves, direction formats, and distance unit conversions.
... View more
04-29-2022
03:08 PM
|
1
|
1
|
1198
|
|
BLOG
|
@Mike_Fazio_SRCPA I uploaded the newest version of the script to ArcGIS Online site above. Everything seems to be working on the test cases above that were failing. The original issue was it was failing when running on data stored on an SDE database. That has now been fixed and is working as expected. Good find Mike! Thanks!
... View more
04-29-2022
09:48 AM
|
3
|
0
|
6606
|
|
POST
|
This session presents the information model, concepts and editing patterns for the parcel fabric. We cover the parcel layer, its extension methods, and parcel edit operations. New at 2.9, we also cover API access to the parcel fabric controller dataset.
... View more
04-21-2022
02:50 PM
|
3
|
0
|
995
|
|
BLOG
|
Hey @Mike_Fazio_SRCPA Would you be able to email me the data (or a portion of the data)? Is the data on a FGDB or SDE database? My email is jcamerano@esri.com I'll take a look at it. Thanks! Jason Camerano
... View more
04-20-2022
02:58 PM
|
1
|
0
|
6670
|
|
POST
|
Hello, The parcel fabric allows for lines to overlap if necessary. In that example you can create a new parcel line that measures 250ft that overlaps the 500ft lines. The new line you create will also be associated to the record that the newly created parcel is associated to.
... View more
04-06-2022
02:49 PM
|
1
|
0
|
1473
|
|
IDEA
|
Hello Pascal, This is the current design of the Upgrade ArcMap Parcel Fabric tool. We had many users who were upgrading from ArcMap who utilized the Local Government Information Model that came with predefined parcel types, some of which were not used by different users. There are two workflows that can help provide you with the desired outcome: 1. If you want the Upgrade Tool to make the Parcel Types for you, you can create one parcel in the subtype/domain value(s) that do not have any parcels associated to the type. Then the upgrade will create those types with those parcels and you can simply just delete those parcels after the upgrade 2. Alternatively you can create the parcel types in Pro after the upgrade has run. Here you can fully configure all the fields appropriate to that parcel type. If you want all the same fields/schema as the other parcel types you can open the Fields Table on an existing parcel type. SHIFT + Left Click to select all the fields you want to bring across. Right click and COPY. Then open the Fields Table of the newly created parcel type and then click PASTE. This will bring all those fields across and help match the schema you desire.
... View more
02-22-2022
11:59 AM
|
0
|
0
|
1218
|
|
POST
|
Hey @Ulises Looks like @jcarlson gave you a lot of good info! I'll give some extra descriptions on how best to evaluate your data and a possible workflow for that portion of migration. First, like Josh said, you need to determine which field on your polygon data is a unique representation of the document that created that "parcel". If you have a unique value or you have a related table that has the unique values on there, (join them over if that's the case) you can then run the Create Records GP tool once the polygons have been appended into the fabric data model. It will then create a unique Record assigned to a GUID that will then be placed in the Created By Record field of the parcel polygon in the parcel fabric. Now you have all your parcels as current in the pro parcel fabric. If your data has a field that represents the recorded document that retired it and if that recorded document has the same unique name of the Records that were created via Create Record you can do some database joining to determine the GUID that will need to be assigned to the Retired By Record field so you can basically see a linage of parcel transactions. However, if you do not have this relationship in your data and you just have parcels that are historic you can simply do a field calc on the Retired By Record field on all the parcels in the Parcel Fabric and set the value to {DDDDD-DD....DDDDD}. Just a bunch of the letter D in the format of a GUID. This will make them show up as historic in Pro and be symbolized as so. Hope that's clear. Let me know if you have any other questions.
... View more
02-09-2022
05:08 PM
|
2
|
1
|
2745
|
|
BLOG
|
Hey @DrewDowling Good find. I've updated the script. It should now just port over the decimal value like the image below Thanks for the tip!
... View more
01-20-2022
04:54 PM
|
3
|
0
|
6879
|
|
POST
|
Hey Dean, Unfortunately there is currently no way to reset back to how the contents were prior to the task being run. This is a feature that we have discussed and we can look back into it for a future release.
... View more
12-16-2021
10:30 AM
|
0
|
2
|
1641
|
|
POST
|
This is the video from the Meetup that occurred on October 19th, 2021. The common assumption that interpreting a legal description is a simple matter of using the geometry contained in the description to completely map the property. This assumption is incorrect - there are a multitude of factors that impact the location and geometry of the property. This presentation will begin to explore the nuances in the process, including the differing methods for mapping the three different types of legal descriptions, considerations of all information contained within the description, monuments and which monuments are important in building the parcel geometry and which are not important. Presenter: Frank Conkling About Frank: Frank Conkling is the owner of Panda Consulting, a Professional Surveyor and Mapper in Florida and a Professional GIS Surveyor in South Carolina, served as an adjunct professor teaching surveying and mapping at the local college for over a dozen years, a past president of the Florida Association of Cadastral Mappers and a current member of the Florida Board of Professional Surveyors and Mappers. Frank has taught a multitude of classes in the interpretation of legal descriptions for everyone from Title Examiners, to surveying students, to parcel mappers to lay people interested in learning how to read a legal description.
... View more
10-19-2021
03:32 PM
|
7
|
1
|
4025
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 05-05-2020 03:02 PM | |
| 2 | 12-12-2025 04:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|