|
POST
|
If the tables are generally duplicates with some differences, it might be worth a try combining the tables into a gdb table, then use either Find Identical—Data Management toolbox | Documentation Delete Identical—Data Management toolbox | Documentation you can limit the fields to use in the comparison as well
... View more
03-04-2020
02:00 PM
|
0
|
3
|
2733
|
|
POST
|
The semicolon delimited list is indeed there. The first input from the list is dmdb_amdb_tmdb_amdb_bmdb_amdb_smdb_emdb which I am wildly guessing isn't what you want. Further splitting is possible for whatever it is you are using it for, but you might be ending up with a list of lists. good luck
... View more
03-04-2020
12:52 PM
|
0
|
1
|
2119
|
|
POST
|
click on "com" directly under the field name. If that doesn't work, then there is something different or off with your installation or the source of your data
... View more
03-04-2020
12:44 PM
|
6
|
19
|
1915
|
|
POST
|
You are cycling through cursor1 twice once outside the cursor2 loop and again within the cursor2 loop
... View more
03-04-2020
12:31 PM
|
0
|
0
|
2731
|
|
POST
|
It is trying to be helpful. You can change it. Just like any builtin geoprocessing tool
... View more
03-04-2020
09:45 AM
|
2
|
0
|
1183
|
|
POST
|
I suppose you want more than the one project at a time repair Repair project items—ArcGIS Pro | Documentation
... View more
03-04-2020
09:41 AM
|
0
|
1
|
1924
|
|
POST
|
https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/install-deep-learning-frameworks.htm Sandeep... Does the online help need to be specific as to the ArcGIS Pro version? If so, you or I should notify the documentation people through the link on that page. Let me know.
... View more
03-04-2020
09:27 AM
|
1
|
4
|
4628
|
|
POST
|
Robert, If a parameter is multivalued (ie one parameter, letting you select several things at a time), then a semicolon string is returned. If you have multiple values that you want to work with, then you would have had multiple parameters or you actually provided a real list since you only have one parameter inputList = arcpy.GetParameterAsText(0) So show what is actually provided would help... does it look like ['a', 'b', 'c'] or "a,b,c" or "a;b;c" or some variant.
... View more
03-04-2020
09:20 AM
|
0
|
3
|
2119
|
|
POST
|
"in_memory/itsctRESULT" Did you try something as simple as that. There doesn't appear to be any need for the os module at all . (it appears that the help uses forward slashes
... View more
03-04-2020
09:09 AM
|
1
|
1
|
1197
|
|
POST
|
I think you want to Dissolve—Data Management toolbox | Documentation
... View more
03-04-2020
08:57 AM
|
1
|
1
|
2536
|
|
POST
|
Sandeep is on to something... you can't to the installation from your command prompt, you have to be in the cloned conda environment
... View more
03-04-2020
08:52 AM
|
0
|
1
|
2590
|
|
POST
|
an example would help where this occurs. A random appearance may actually have a source, like creating holes in the geometry
... View more
03-04-2020
07:11 AM
|
1
|
6
|
2536
|
|
POST
|
what is "inputList" ? most esri multivalue input parameters normally provide them as a semicolon delimited string which you need to split inputList = "a;b;c"
inputList
'a;b;c'
inputList.split(";")
['a', 'b', 'c']
... View more
03-04-2020
07:00 AM
|
0
|
5
|
2119
|
|
POST
|
path=r'Data\Training Data 400px 30cm' This path won't work since it isn't complete (no drive designation) unless you set your workspace somewhere else.
... View more
03-04-2020
05:35 AM
|
1
|
2
|
3459
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|