|
IDEA
|
Thanks for submitting Mike, Could you please describe what type of COGO update you want? If this is an update of a single COGO value on a line you can use an update cursor. Or do you want to load lines as a traverse and distribute misclose? in that case wouldn't it be better to use the Least Squares Adjustment (available In ArcGIS Pro 2.6 and above)?
... View more
08-06-2020
12:10 AM
|
0
|
1
|
3457
|
|
IDEA
|
Thanks for submitting your idea Matt. Sharing with Amy Andis and Phil Sanchez. The traverse tool assumes you use the '10 key pad' with the 'enter' key to move between values while the editing constraints use the 'tab' key that is not part of the '10 key pad'. A challenge.
... View more
08-06-2020
12:07 AM
|
0
|
0
|
1400
|
|
POST
|
Did you get a chance to see this meetup? Video Link : 6468 We used an Arcade expression to retrieve the historic parcels in the pop-up. It looks like this: You can create a custom expression in your popup (right-click the parcel layer --> Configure Pop-ups) and paste this: Expression: var RecordID = $feature.CreatedByRecord; var sql = "RetiredByRecord = '" + RecordID + "'"; var fsHisoricParcels = FeatureSetByName($map, 'Historic Tax', ["Name"], false); var fsParentParcels = Filter(fsHisoricParcels, sql); var cnt = Count(fsParentParcels); if (cnt ==0) {return "No Parent Parcels found"} else{ var ParentParcelsNames = cnt + " Parent Parcels = "; for (var HistoricParcel in fsParentParcels){ ParentParcelsNames += (HistoricParcel.Name + "; "); } return ParentParcelsNames; }
... View more
08-03-2020
05:20 AM
|
4
|
0
|
3965
|
|
POST
|
Hi Jamal, I assume you use the editing Divide tool with an active record. If you do it SHOULD create historic parcels and populate the RetiredByRecord with the Global ID of the Active Record. If you are using an old version of ArcGIS Pro (2.4) - you might not get this 'parcel behavior'. Amir
... View more
08-03-2020
05:08 AM
|
3
|
2
|
2271
|
|
IDEA
|
Adding the ability to create polygons is still in the product plan.
... View more
08-03-2020
01:23 AM
|
0
|
1
|
3161
|
|
POST
|
ArcGIS Pro is being integrated to GNSS receivers with NMEA stream. The definition of a 'mobile device' versus a 'desktop' have become blurry with the adoption of tablets. What are your business requirements for this integration? Click on this link to communicate them to the development team: http://www.esriurl.com/ArcGISProGPS Examples... should it support: Collection of polygons where a point is created with each vertex? Should it collect the Xy and Z accuracy? Reduce ellipsoidal height to orthometric height? Store the name of the device? Store PDOP and HDOP? Restrict data from being collected if it doesn't meet expected accuracy? Restrict collecting a point if another point exists within the vicinity that is of higher accuracy? Combine other sensors like a laser distance sensor? cameras? Show battery level of the GNSS antenna ???
... View more
07-17-2020
07:15 AM
|
1
|
0
|
1111
|
|
POST
|
Would you like to see an updated edition of the book "GIS and Land Records - The ArcGIS Parcel Data Model" written by Dr. Nancy von Meyer? Do you love dogs? If the answer is yes to any of the questions you can find mode details in this tweet: https://twitter.com/vonparcel/status/1279039402677866500
... View more
07-06-2020
07:00 AM
|
0
|
0
|
1046
|
|
POST
|
Hi John, If you are using the first version of the parcel fabric (version 1 with Pro 2.4 and server 10.7.1) you might have an issue with record features that are associated to too many parcels. To confirm this open the attribute table for the records feature layer and sort them using the Shape_area field. especially if you are coming from ArcMap parcel fabric, you might have a <map> plan that is causing the performance issue. Just delete all records that have a huge geometry, reconcile-post, and recall the spatial index for the records. If you are seeing general performance issues (drawing, selection etc.) then the problem might be anything from a bad network cable to a bad spatial index. The parcel fabric in Pro uses SIMPLE FEATURE CLASSES - any performance issue is unlikely to be parcel fabric specific. Technical support might also be able to help. Amir
... View more
07-06-2020
06:36 AM
|
0
|
0
|
3439
|
|
POST
|
Currently Reconcile is a 'synchronous operation' - that means that the client (ArcGIS Pro) waits for an answer from the server that has a timeout setting. Since reconcile takes too long the server times out. Beyond improving the general performance of your DBMS and your server, you can increase the timeout from 60 seconds to 600 seconds (10 minutes) FYI - Colin Zwicker, Nana Dei, Melissa Jarman
... View more
07-06-2020
06:29 AM
|
2
|
0
|
10754
|
|
POST
|
Attribute rules enhance the editing experience and improve data integrity for geodatabase datasets. They are user-defined rules that can be used to automatically populate attributes, restrict invalid edits during edit operations, and perform quality assurance checks on existing features. In this session, we'll introduce you to the Attribute Rules framework and provide relevant examples for parcels. The Attribute Rules framework uses the Arcade expression language. Presentation slides with links: Introduction to Attribute Rules using examples for parcel fabrics
... View more
06-25-2020
01:05 AM
|
1
|
3
|
3803
|
|
DOC
|
Introduction to Attribute Rules using examples for parcel fabrics
... View more
06-25-2020
01:03 AM
|
2
|
0
|
2217
|
|
POST
|
Hi Mattew, Every use-case is valid, even if you don't; think it is "typical". For people coming from ArcMap it will take a while to get thinking "simple" - in this case selecting the points you want to delete and press the delete key, then save edits.
... View more
06-09-2020
11:48 PM
|
0
|
0
|
1916
|
|
POST
|
We are excited to share our excitement and hopefully get you also excited! In this meetup we will show new capabilities that we have been working on. Here are some of the highlights: 1. Run a Least Squares Adjustment (LSA) to analyze your data 2. How to apply your LSA results? 3. How to create a spatial accuracy heatmap? 4. How to project a parcel fabric? 5. New Split into COGO Lines tool 6. How to divide multiple lines in a single operation 7. How to fix densified curves on multiple feature classes (polygons and lines) while maintaining their topological integrity/coincidence. 8. New REST API for LSA 9. More...
... View more
06-09-2020
11:38 PM
|
3
|
0
|
2895
|
|
POST
|
Yes - this is by design. With all geoprocessing tools, you can hover over the 'i' icon to get an explanation or on the help icon This optional parameter can be used to automate a workflow where you only want to build a specific record - for example - only the lines that were copied from a DWG file. Build Parcel Fabric—Help | Documentation Looping Christine Leslie
... View more
06-08-2020
03:27 AM
|
6
|
2
|
1669
|
|
POST
|
You might want to follow these steps: Enter a traverse—ArcGIS Pro | Documentation Amir
... View more
06-08-2020
03:13 AM
|
4
|
1
|
1939
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 3 | a week ago | |
| 2 | a week ago | |
| 1 | 06-12-2023 01:26 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|