|
POST
|
well it did move it down but now the window only moves in a fixed horizontal way along the screen. I need to be able to move the window around anywhere.
... View more
06-07-2017
10:46 AM
|
0
|
6
|
4215
|
|
POST
|
oh my bad i had 'Select by Location' instead of 'Select layer by attribute'.
... View more
06-06-2017
12:49 PM
|
0
|
0
|
2692
|
|
POST
|
With i run the following in ArcMap python window
if int(arcpy.GetCount_management("TAXLOTS").getOutput(0)) > 0:
arcpy.SelectLayerByAttribute_management( "DXF_TEXT = ' ' OR DXF_TEXT IS NULL"
I get error, ERROR 000732: Selecting Features: Dataset DXF_TEXT = '' OR DXF_TEXT IS NULL does not exist or is not supported Failed to execute (SelectLayerByLocation). The blank and NULL records don't get removed.
... View more
06-06-2017
12:08 PM
|
0
|
2
|
2692
|
|
POST
|
I can't figure out how to move the Legend and ESearch windows down at launch. Pic one currently show how the ESearch appears at launch, it covers up toggle buttons. Pic two is how i would like it to appear at lunch it doesn't cover up the toggle buttons. What do i need to change to get to Legend and ESarch auto lunch to move down.
... View more
06-02-2017
09:13 AM
|
0
|
10
|
5421
|
|
POST
|
Sorry to bring this back up but i has been bothering me and can't figure out how to move the windows down. Pic one curently show how the ESearch appears at launch, pic two is how i would like it to appear at lunch it doesn't cover up the toggle buttons. What do i need to change to get to ESarch auto lunch to move down.
... View more
06-01-2017
02:57 PM
|
0
|
0
|
5308
|
|
POST
|
I figured i was over looking something simple. Will line 2 this handle NULL's ? if int(arcpy.GetCount_management("TAXLOTS").getOutput(0)) > 0: arcpy.SelectLayerByAttribute_management("TAXLOTS", "REMOVE_FROM_SELECTION", "\"DXF_TEXT\" = ' '")
... View more
05-31-2017
02:35 PM
|
0
|
4
|
2692
|
|
POST
|
There is about 10 fields in the layer. Of the selected I would like to exclude records if a certain field is NULL or empty .
... View more
05-31-2017
01:10 PM
|
0
|
6
|
2692
|
|
POST
|
I have a script that runs in arcmap Python window. It does a select layer by location then exports the selected features but i need to remove features with Null or empty attributes in a specific filed before acpy.TableToTable but some times there will be none with Null or empty attributes. I am not sure how to do that so if someone could show me how to this it would be awesome. Currently this is the code i have. TA = "TAXLOTS"
SP4 = "SUBJECT_PROPERTY"
arcpy.SelectLayerByLocation_management(TA, "WITHIN_A_DISTANCE", SP4, "600 Feet", "NEW_SELECTION")
try:
if int(arcpy.GetCount_management("TAXLOTS").getOutput(0)) > 0:
arcpy.TableToTable_conversion("TAXLOTS", wp, "NOTIFIED_LOTS.dbf")
arcpy.SelectLayerByAttribute_management("TAXLOTS", "CLEAR_SELECTION")
except:
pass
... View more
05-31-2017
11:30 AM
|
0
|
8
|
3563
|
|
POST
|
thanks to all that helped. I tried multiple ways and found that both suggestions from Chris Ringo and Chris Donohue worked. Each one will require some manual work but better than doing it all manually.
... View more
05-17-2017
09:08 AM
|
0
|
0
|
5613
|
|
POST
|
before doing an dissolve i used the 'integrate' tool to clean up the lines, then used 'Dissolve' and it cleaned up the line work pretty good. Thanks!
... View more
05-17-2017
09:06 AM
|
0
|
0
|
5613
|
|
POST
|
Chris, I tried your approach and noticed that there seems to be allot of overlapping lines which would require allot of editing.
... View more
05-17-2017
08:42 AM
|
0
|
1
|
5613
|
|
POST
|
I realized that i should update the x,y after posted. Would it be hard to include in the script to also make the sections lines?
... View more
05-16-2017
03:05 PM
|
0
|
2
|
5870
|
|
POST
|
I ran the script and i didn't get no errors but i got some strange results. See attached picture
... View more
05-16-2017
01:42 PM
|
0
|
1
|
5870
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-27-2022 11:37 AM | |
| 1 | 10-31-2023 10:16 AM | |
| 1 | 02-16-2023 01:50 PM | |
| 1 | 08-11-2021 11:13 AM | |
| 1 | 01-06-2021 10:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-10-2024
10:42 AM
|