|
POST
|
Sigh... After an uninstall and install of 2.8, same thing... Have a nice weekend!
... View more
06-11-2021
01:37 PM
|
0
|
1
|
3999
|
|
POST
|
This is for my desktop at the office, so no patio beverages. (Although I am remotely logged in to it from home... 🍻 )
... View more
06-11-2021
01:14 PM
|
0
|
0
|
4003
|
|
POST
|
So don't do an 'upgrade' but rather a complete install?
... View more
06-11-2021
01:04 PM
|
1
|
1
|
4007
|
|
POST
|
pinList = ['123','456','789']
'123' in pinList
Out[2]: True
'123' in ','.join(pinList)
Out[4]: True Like I said, you'll need to fiddle a bit with the selection statement. It typically takes me a time or two to get them right,
... View more
06-11-2021
12:29 PM
|
1
|
0
|
3439
|
|
POST
|
Thanks @AshleyPattersonTheMapNERD ; while I'm sorry you are having the same problem I'm thankful it's not just me being a cement head...
... View more
06-11-2021
12:25 PM
|
0
|
1
|
4015
|
|
POST
|
How do you know when I upgrade Pro to a new version? I post a new thread on creating a clone... I tried to clone the default to my 'clones' directory and that fails. I try to clone the default using the ArcGIS Pro path, and that fails. I try to do a conda install in the default env of spyder and that fails I try to do a pip install of spyder in the default env and that fails. Oh my... This sounds more like a rant than a question... Good thing it's Friday.
... View more
06-11-2021
12:00 PM
|
1
|
27
|
12783
|
|
POST
|
Thanks @BlakeTerhune That's exactly why I included the disclaimer!
... View more
06-11-2021
10:39 AM
|
1
|
0
|
3447
|
|
POST
|
A variation on @DavidPike 's theme. Here I use list comprehension to create a list of the Wells pin values and then select the Polygons if the PIN is in the list. You mentioned using a dictionary in the subject and you can use dictionary comphrension the same way. FYI: untested. you may need to fiddle with the select statement... import arcpy
fc = "Wells"
fc2 = "Polygon"
fields = ['PIN']
fcList = [i[0] for i in arcpy.da.SearchCursor(fc,fields)]
arcpy.MakeFeatureLayer_management(fc2, "fc2_Lyr")
select = f'PIN IN {list}'
arcpy.SelectLayerByAttribute_management("fc2_Lyr", 'ADD_TO_SELECTION', select) .
... View more
06-11-2021
10:08 AM
|
0
|
1
|
3456
|
|
POST
|
Using ArcGIS Pro 2.7.2 and a composite locator. I'm seeing what I feel is odd behavior when geocoding. (See image below). This address 9113 W MAGNA MAIN ST initially shows as unmatched, but there are two 100% match options available to me. What's up with that? I sure would hate to plow through 3500 'unmatched' records just to find out they really are valid... @BradNiemand This problem I've mentioned in the past has reared it's ugly head again, where you adjust an address in the Single Line Input field, only to be bounced back to record #1. The strangest thing about this is yesterday I didn't get this problem, and today, using the same locator but a different file of addresses I am... and towards the end of the day... Notice the address 3215 S Valley St went unmatched yet I can use the find tool with the locator I used (CityWorks2) and it hits on an address point...I have the locators set to Match With No Zones = YES....
... View more
06-10-2021
11:57 AM
|
0
|
17
|
7080
|
|
POST
|
I think this gif shows what you want to do, right? It starts with a single selected segment and recursively spatially selects intersecting segments. The recursive part can be automated; you'd need to add some sort of counter to tell you when you've selected all the intersecting segments. To me, planting the 'seed' is the tough part.
... View more
06-10-2021
08:57 AM
|
2
|
1
|
19149
|
|
POST
|
You lost me at "first selecting the polygons"... There may be a way to spatially select the lines that intersect, but you'd need to start with a 'seed' line so you don't end up with what you've already done.
... View more
06-10-2021
07:26 AM
|
0
|
1
|
19166
|
|
POST
|
My bet is you are trying to use Windows Task Scheduler on a desktop machine with windows 10. I've never been able to get Task Scheduler to work in that situation; I've only been successful running scheduled tasks on a dedicated server.
... View more
06-08-2021
07:53 AM
|
0
|
0
|
7299
|
|
POST
|
Add the layer to an ArcGIS Session and perform summary statistics on the field and it's values to get a count of each. Then compare that to your domain: you can use domain to table and relate the resulting table to the stats table and see what is used or not used.
... View more
06-03-2021
01:22 PM
|
2
|
0
|
2205
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-11-2018 07:12 AM | |
| 1 | 05-17-2021 11:18 AM | |
| 1 | 06-29-2021 11:42 AM | |
| 1 | 07-05-2012 07:49 AM | |
| 1 | 09-03-2016 06:16 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-19-2026
11:56 AM
|