|
POST
|
I dont quite get what you want to achieve, can you give more detail? Geometry objects can be accessed with a search cursor and SHAPE@
... View more
02-21-2020
07:41 AM
|
0
|
0
|
4087
|
|
POST
|
ok try this (sentences which start with a # are just comments to you, not part of the code). # insert this where it says 'code block'
def func(field):
result = (float(field) + 1.0)/ 2.0
return result
#put this where it says Med_PS =
func(%Row Count%)
#if that doesnt work try changing the 'code block' to
def func(field):
result = (float(field[0]) + 1.0)/ 2.0
return result
#if that doesnt work try changing the 'code block' to
def func(field):
result = (float(field.getOutput(0)) + 1.0)/ 2.0
return result
... View more
02-21-2020
07:37 AM
|
0
|
0
|
2463
|
|
POST
|
Can you try without the quotations around Row Count
... View more
02-20-2020
12:50 PM
|
0
|
1
|
2463
|
|
POST
|
I guess its password protected? I actually think you can set defaults in the gp widget but I'm not sure. I'd try and get hold of the script, though can you not run it, go to the results window and share as a service? The defaults could be changed in the publishing window maybe.
... View more
02-20-2020
11:40 AM
|
0
|
1
|
4673
|
|
POST
|
I would remove these as parameters in your tool and hardcode the, or set a default value in your arcmap toolbox script properties then republished.
... View more
02-20-2020
11:02 AM
|
0
|
4
|
4673
|
|
POST
|
I think you're replacing the values of tsink and tsource with the field row in the update cursor.
... View more
02-20-2020
12:50 AM
|
0
|
0
|
4202
|
|
POST
|
That doesnt really make sense as the field calculator wont work iteratively in that fashion. To be honest, create your 00001, 00002 in excel when concatenate with 'PVT' and paste the field into your table.
... View more
02-19-2020
03:22 PM
|
0
|
0
|
1406
|
|
POST
|
It seems it's not possible I was looking at the pro documentation.
... View more
02-19-2020
09:24 AM
|
0
|
0
|
2528
|
|
POST
|
Is there an identifiable pattern to break/group the string by? If not I cant really see a solution.
... View more
02-19-2020
06:34 AM
|
0
|
0
|
2874
|
|
POST
|
Why are tsource and tsink on the left of the equals on the update cursor?
... View more
02-19-2020
05:08 AM
|
0
|
2
|
4202
|
|
POST
|
Turn the lines into polygons Feature To Polygon—Help | ArcGIS for Desktop Spatial join to transfer attribution Spatial Join—Help | Documentation
... View more
02-19-2020
05:01 AM
|
0
|
0
|
982
|
|
POST
|
How many entries are there to match to? If you list them I'll put them in the code to match. If theres hundreds I'll think of a better solution
... View more
02-19-2020
03:31 AM
|
0
|
0
|
2874
|
|
POST
|
Hi, The dissolve will only dissolve adjacent features so condition 2 will be met anyway. Regards gaps I would look at the integrate tool but be warned this will alter the existing data. I highly recommend making a copy before u do anything with it. It will also probably destroy and topology u have set up. If u mean a partial field match I would probably add a new field such as higher level soil unit etc. And run a field calculator with a python code block to get the matches. I can write this when I get some time
... View more
02-19-2020
12:51 AM
|
0
|
0
|
2874
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|