POST
|
Good morning, I am trying to line up one of my polygon layers, which consists of our county layer that is divided into different zones, with the surrounding counties tiger file layer. My polygon layer is in NAD_1983_HARN_StatePlane_Florida_East_FIPS_0901_Feet and the census tiger files are in GCS_North_American_1983. My approach was to project the census polygon layer into our coordinate system and the align my polygon layer with the census layer. I thought with this approach, when I project our polygon layer to GCS_North_American_1983 it should align with the original census layer. Needles to say it didn't. What is the best practice to align two polygon layers with a different coordinate system? Thanks, Tim
... View more
05-04-2020
06:06 AM
|
0
|
1
|
804
|
POST
|
Do you know where I can download the ArcGIS Desktop tool?
... View more
12-19-2019
08:00 AM
|
0
|
2
|
1853
|
POST
|
Hi everybody, I am trying to implement a window that shows how long it took for each layer, in your map view, to draw. Is there a place in the SDK where I can see this time? Thanks, Tim
... View more
12-16-2019
06:14 AM
|
1
|
6
|
2106
|
DOC
|
If you follow me here I can DM you my work email address. Then you can send me the data.
... View more
10-24-2019
07:52 AM
|
0
|
0
|
4540
|
DOC
|
Would you mind sharing a sample of your data where you know there is a gap or overlap? Do you use ArcGIS Pro? I am creating the same addin for ArcGIS Pro at the moment and maybe it works there. On a side note, I am getting our data ready for next gen 911. Are you routing 911 calls spatialy already?
... View more
10-23-2019
11:09 AM
|
0
|
0
|
4540
|
DOC
|
Hey Maureen, I am glad you are able to find use for my addon, this is always great to hear. to my knowledge there is no tolerance value that can be adjusted. Do your tax collector use parcel fabric by any chance? Tim
... View more
10-11-2019
08:03 AM
|
0
|
0
|
4540
|
POST
|
Good morning, Which new item do I need to add in visual studio, so I can create a tool as demonstrated here where I can ask for user input before I run it? I want the user to select a feature layer and then have drop down boxes populated with all available field names from that feature layer and they have to choose one field name. Thanks, Tim
... View more
07-10-2019
07:57 AM
|
0
|
2
|
1133
|
POST
|
Good morning everybody, Last year I created an ArcGIS Desktop python AddIn that can be used to find topology errors in centerline and polygon layers. You can see more about it here. Now I started transferring this AddIn into ArcGIS Pro and I am looking for people who want to give it a try. Currently it only has the looking for dangles tool. Here are the steps you would need to do to test it. 1. Install AddIn (double click the RunGPTool.esriAddinX file) 2. Open an ArcGIS Pro project and add the line file you want to check for dangles. 3. Left click the line file in the table of content. 4. On the ribbon up top click on Add-In and the click the Run Dangle Check button. 5. Now just wait and there should eventually be an error layer added to your map that shows where the dangle errors are. If you have any question please let me know Thanks, Tim
... View more
06-25-2019
06:44 AM
|
2
|
2
|
1105
|
POST
|
Currently I have a feature layer from which I want to select features that have a certain value and then delete them. With arcpy it was quiet easy, I would use the following code with arcpy.da.UpdateCursor( "C:\\topo.gdb\\DangleErrors_buffer_join", "Join_Count") as cursor: for row in cursor: if row[0] == 1: cursor.deleteRow() How would I do this with the ArcGISPro SDK? Thanks!
... View more
06-13-2019
08:29 AM
|
0
|
2
|
2511
|
DOC
|
Is there any interest in having this as an ArcGIS Pro Addin?
... View more
06-11-2019
05:25 AM
|
0
|
0
|
4540
|
Title | Kudos | Posted |
---|---|---|
1 | 07-06-2015 06:58 AM | |
1 | 05-04-2016 07:27 AM | |
1 | 07-06-2017 08:12 AM | |
1 | 10-26-2015 11:51 AM | |
1 | 12-12-2014 12:05 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|