|
POST
|
Anne Bransford No need to go back to high school to calculate area from legal dimensions (COG Area). Options: 1. Use the traverse in Pro and you will see both the misclose ratio and the calculated area on the bottom of the traverse pane. 2. If you are using the parcel fabric in Pro you can find the legal area in the Calculated Area field on the parcel if all the measurements are stored on the lines (and not as stand alone annotation feature). You can easily compare this area to the shape area and the stated area for quality assurance. This is (one) of the problems that working with annotation creates and another reason to move into the new parcel fabric with proper COGO dimensions stored on all lines.
... View more
08-19-2019
03:51 AM
|
0
|
2
|
2119
|
|
POST
|
Menno ter Bals Web maps do not support the html tags on the label expression that are used for font formatting in Pro. In 2.5 we will remove the html tags for the published layer templates. Until then you have 2 oprtions: 1. Remove the html tags yourself from the layer template that can be found here: "C:\Program Files\ArcGIS\Pro\Resources\LayerTemplates\ParcelFabric\en-US\Lines.lyrx". benefit: it will use your template every time you publish. 2. Modify the label expression on the published layer. you can use the same pattern for all published layers (points, lines, polygons)
... View more
08-19-2019
03:43 AM
|
2
|
1
|
2765
|
|
POST
|
I managed to reproduce it on 2.4 and it looks this is already addressed in the unreleased version 2.5. We will check the possibility of fixing it for 2.4.x. Why go back and fourth on GeoNet where this can be logged and reproduced quickly with a technical support analyst? After all it can be specific to your data, DBMS, DBMS client and other variables. Any good experiences to share?
... View more
08-16-2019
12:38 AM
|
0
|
0
|
1246
|
|
POST
|
Description: This session will introduce the new parcel fabric and parcel management capabilities in the ArcGIS platform. The ArcGIS Pro client will be used to demonstrate common, record-driven parcel editing workflows and also quality-driven workflows. Demos include the entry of different legal descriptions such as metes and bounds and area descriptions. Legal descriptions depicting coordinate based cadastres and 3D cadastres are also included. Video:
... View more
07-22-2019
03:50 AM
|
2
|
0
|
1882
|
|
POST
|
Hi Mike, You are ahead of the game! A map can only contain one parcel fabric and perhaps you are seeing it because you are trying to add a second parcel fabric to the same map?! In any case - it would be good to log issues you suspect as bugs with technical support so we can track and fix any bugs. I assume you are using ArcGIS Pro 2.4. Thanks, Amir
... View more
07-18-2019
01:41 AM
|
0
|
1
|
1942
|
|
BLOG
|
Thanks Dan You are absolutely right. I have modified the example above. Amir
... View more
07-07-2019
07:14 AM
|
0
|
0
|
748
|
|
BLOG
|
This is a sample that might be useful for some as reference. Using 11 lines of Python to create and load polygons from a shape file to a new parcel fabric. This is something that could not be done in ArcMap and can have useful use cases such as digital submission. You can copy paste it to the python view (command line) after you tweak your source data or wrap it up as a python script tool. ParcelSourceData= r"C:\Temp\Parcels.SHP" #source polygons
SR=arcpy.Describe(ParcelSourceData).spatialReference #retrieve the spatial reference of source data
FGDB=arcpy.CreateFileGDB_management(r"C:/temp", "fGDB.gdb") #create a file geodatabase
FDS=arcpy.CreateFeatureDataset_management(FGDB,"FDS", SR) #Create a feature dataset using the spatial reference
PF = arcpy.CreateParcelFabric_parcel(FDS,"ParcelFabric") #Creating a new parcel fabric
(PF,Parcels,Lines) = arcpy.AddParcelType_parcel(PF, "Ownership") #adding a parcel type
arcpy.AddField_management(Parcels,"RecordName", 'TEXT') #Adding a field for the record name that is used for records creation
arcpy.management.Append(ParcelSourceData, Parcels, "NO_TEST") #appending source data to parcel polygons
arcpy.EnableParcelTopology_parcel(PF) #enable parcel fabric topology
arcpy.CreateParcelRecords_parcel(Parcels, "RecordName") #creating new parcel records
arcpy.BuildParcelFabric_parcel(PF) #building the parcel fabric #ParcelFabric #ArcGISPro24 #arcpy.parcels
... View more
07-06-2019
06:39 PM
|
2
|
3
|
1705
|
|
POST
|
Tim Hodson has written an Add-In to import traverse text files. We plan to add support for importing-exporting traverse files for Pro 2.5 (end of 2019). If you only use traverse files as a back up you don't need them: Every traverse course is a feature (not a sketch), so you can simply press save edits You can modify a traverse by tracing it in Pro if you find a mistake or want to pick it up from where you have left.
... View more
06-26-2019
01:04 AM
|
1
|
2
|
1889
|
|
IDEA
|
The tasks team agrees and we have it planned for future release.
... View more
02-06-2019
06:26 AM
|
3
|
1
|
2116
|
|
IDEA
|
Tasks restore panes to their saved state once the step proceeds: If the pane was closed tasks closes the pane after the step. If the pane was minimized tasks minimizes it after the step. Tasks do not control map view configuration (side by side for example) today but we do plan to support it in the future.
... View more
02-06-2019
06:24 AM
|
1
|
0
|
4648
|
|
POST
|
Thanks for reporting Pan gis. The random nature of this issue and its severity is frustrating to say the least.
... View more
02-05-2019
01:43 AM
|
1
|
0
|
4997
|
|
POST
|
Hello Andrew, Did you try to force Append into editing session using the setting documented here? Thanks, Amir
... View more
02-04-2019
02:01 AM
|
0
|
1
|
4311
|
|
POST
|
Hello James, Thanks for reporting it. We have been trying to reproduce this issue in order to fix it Please follow this thread. Amir
... View more
01-29-2019
01:30 AM
|
0
|
0
|
922
|
|
POST
|
Unfortunately another person is reporting this behavior in 2.3 - see link. If you are able to reproduce it PLEASE submit a tech. support case as we must fix it ASAP. Amir
... View more
01-29-2019
01:27 AM
|
0
|
1
|
4997
|
|
IDEA
|
Hi Margaret, Thanks for your input. I have uploaded a video that shows how you can save a traverse and pick it up from where you have left using ArcGIS Pro. Here is the LINK.
... View more
01-23-2019
07:27 AM
|
1
|
1
|
3278
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Wednesday | |
| 3 | Wednesday | |
| 2 | Wednesday | |
| 1 | 06-12-2023 01:26 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|