|
POST
|
@DianeBaker Regarding your comment about "I do miss the days when I didn't have to touch the mouse so much" : Is this specific to the above workflow or a general comment? If this is a general comment more examples would be great, maybe under a different thread. Unlike AutoCAD command line or ArcInfo Workstation, where you type shortcuts - ArcGIS Pro uses keyboard shortcuts. Finding the correct point numbers on the map can also consume a few mouse clicks and take time and has the potential for mistakes (typing the wrong point number). We are always looking for ways to improve the software and make it more efficient.
... View more
09-03-2021
12:24 AM
|
0
|
2
|
1525
|
|
POST
|
@AdamHart1 and @jcarlson - thanks for posting this question. We plan to expand on the parcel lineage in future releases and this also includes 'back porting' it for historic parcels. The ArcMap parcel fabric associated parcels to the plan from which they were created from but did not track which record (plan) retired each parcel. Since this information is usually stored in the business system (CAMA / Land registration) we should be able to do it. We need to better understand your business requirements and available inputs: 1. Do you have the historic parcels in your parcel fabric? Are you only trying to associate the historic parcels to the record that retired them? 2. Do you see value in having records in the parcel fabric that have no parcels associated with them? 3. Do you see value in importing historic parcels from the business system that will result in parcels that have no geometries? They could potentially become historic parcel seeds in the area of the current parcels they've created until they are created. It would be great if others also join this discussion. @FrankConkling for example 😉
... View more
09-03-2021
12:16 AM
|
1
|
2
|
3617
|
|
IDEA
|
@anna_garrett This sounds more like a bug that needs to get fixed than an idea for an enhancement. At least this is how the development team has been addressing it. We expect responsive data entry for all editing operations. We have made some improvements in ArcGIS Pro 2.8 and will continue to work to improve the lag time. Which version of ArcGIS Pro are you using? Did you try to move the file geodatabase frm the network drive to your local machine to see if this is caused by a network issue? Please submit a technical support case whenever you encounter an issue that falls short of your expectations. Thanks, Amir
... View more
09-02-2021
11:57 PM
|
0
|
0
|
3438
|
|
POST
|
@RobertPendergrass1 Apologies! We are frustrated as well as we cannot reproduce the issue. Can you please tell us which version of Pro you were using? Do you see an exclamation mark next to the first task? Each task has a unique identifier so this is not supposed to happen. Do you see the same result when you import that task file into a different project? If you log this with technical support and provide your project and task file we can have a closer look. Amir
... View more
09-02-2021
11:47 PM
|
0
|
1
|
7911
|
|
POST
|
Hello Erica, We are happy to learn you find value in the parcel lineage and other parcel fabric capabilities. It is possible to use a file geodatabase but then you lose access to live web services that can be exposed in any web map in your organization. If you don't need versioning and are willing to sacrifice live web services for an ETL process, a file geodatabase will suffice. It is not possible to connect directly to a SQL server and edit the data ('direct connect'). Another Branch Versioning capability you will lose is the temporal capability - the ability to move to historic moments. I would recommend starting with a file geodatbase and re-evaluate this decision in the future and/or if business requirements change or if your organization shifts to using branch versioning. Amir
... View more
08-31-2021
01:08 AM
|
1
|
1
|
1124
|
|
POST
|
@JeffWard Traverse - we have made improvements to the traverse with ArcGIS Pro 2.8 but know that there is still more to do. Subdivision entry efficiency - you are making an interesting statement and we would like to look into it. Are you aware that you can override the attribute values and digitize 2-point lines for repetitive lot lines as shown below? Entering and editing in ArcGIS Pro is much more efficient. Should we setup time to meet and understand where you see additional deficiencies? This is the help topic for feature templates attribute override. Thanks, Amir
... View more
08-19-2021
09:30 PM
|
0
|
1
|
7357
|
|
POST
|
@Paul_Christensen The display expression is very similar but it is stripped from the text formatting for the font (color, size...). I am using the next release of the software for testing (2.9) which explains why I am getting different results. It used to work - so this could be a bug (regression). If you are OK with the current display for the interim period, you might want to consider contacting technical support that can reproduce it on 2.8 and log an issue. It seems to me like a regression so you might want to minimize performing any changes to the expression. The (awesome) Arcade team is already looking into it.
... View more
08-19-2021
09:15 PM
|
1
|
1
|
2947
|
|
POST
|
Good job @Paul_Christensen! Looping @RichardShepherd Have a look at this post where Richard mentions the new Arcade capabilities to format a direction using the ConvertDirection function (https://developers.arcgis.com/arcade/function-reference/geometry_functions/#convertdirection). The default popups for parcel fabric lines should show you the direction using quadrant bearing. You can get the default symbology if you simply add the parcel fabric to a new map:
... View more
08-19-2021
02:27 AM
|
0
|
3
|
2963
|
|
POST
|
Hi Dean We actually had this in our backlog but ran into the following issue: 'Active record' is known in the context of $map (each Pro client map might have a different active record). Attribute Rules work in the context of $dataStore = they are not specific to any client and work in the feature class level in the geodatabase. So the problem is that an Attribute Rule cannot use a $map. I cannot see how this can be solved for attribute rules. Tasks, as you have noted, is viable.
... View more
08-16-2021
10:06 PM
|
0
|
0
|
2892
|
|
POST
|
@DeanAnderson2 If you know the name of the record (e.g. 'TEST 1') you can use the Arcade 'Filter' method to create a feature set, then take the first feature in the set (it should only contain one feature). You will have to check if it is empty. I didn't verify the following expression but it should/could look similar to this: var recordsFS = FeatureSetByName($datastore, "ParcelFabric_Records",['Name'], true); var recordName = 'Test1'; var sql = "Name = " + "'" + recordName + "'; var activeRecord = First(Filter(parcelsFS, sql)); An 'Active Record' is specific to ArcGIS Pro and to the Active Map View. Would the above work? If you need to know the active record without knowing the record name, we could consider adding a $map.ActiveRecord method.
... View more
08-16-2021
01:26 AM
|
1
|
2
|
2896
|
|
IDEA
|
If the 'From' and 'To' points are of interest, they can be calculated using an Attribute Rule, but there is no intention of using attributes to define the topological relationship between points, lines and polygons. This approach, which was used in ArcMap has a lot of 'overhead' as an update (=insert, update, delete) to any of the trio (point, line, polygon) has a cascading effect that requires selecting the features in the database (SQL query). The spatial relationship in the new parcel fabric is based on spatial coincidence. This approach is more scalable and does not require things like 'line-points', radial lines, and curve center points.
... View more
07-26-2021
10:59 PM
|
0
|
0
|
2552
|
|
IDEA
|
Marking as 'Already Offered' as the Scale correction (and rotation) are already exposed in their dedicated HUD (Head Over Display) on the map regardless of the tool being used. See @TimHodson reply for more details.
... View more
07-26-2021
10:50 PM
|
0
|
0
|
2071
|
|
POST
|
@Syvertson This is weird and not the expected behavior. Could you try to add your parcel fabric to a new map? If it works there for Tax parcels it would indicate that this might be a map configuration issue. If it works in the new map, you can try to copy-paste the tax layer from the temporary map to your editing map. And you are always welcome to contact technical support where the development team can take a closer look. Side note: it is interesting to see you have one map for 'parcel editing' and a second map for 'quality editing'.
... View more
07-26-2021
10:48 PM
|
1
|
3
|
2518
|
|
POST
|
During UC 2021 parcel fabric technical workshops and SIG the overwhelming attendance produced many questions that were unanswered. In this meetup, we went over some of the questions and got a few new ones.
... View more
07-22-2021
06:28 AM
|
1
|
1
|
1465
|
|
POST
|
@Paul_Christensen The Attribute Rule can only identify polygons that overlap each other but cannot show you the actual overlapping area itself. I can understand this can be challenging when the overlap is very small (sliver). We are working on a new tool that will highlight the overlapping area (as well as gaps) for the next release. Unlike topology rules or attribute rules, the new tool will not create 'error features - it only highlights the overlaps themselves.
... View more
07-21-2021
05:15 AM
|
1
|
1
|
2966
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 3 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 06-12-2023 01:26 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|