|
POST
|
Sounds like you aren't going to find a one-script-fits-all solution. You might have to process and fix in batches... like finding all those records that begin with a "B", then doing those, and finding out how the rest differ.
... View more
03-10-2020
12:28 PM
|
1
|
0
|
2102
|
|
POST
|
That has to be the most convoluted process to produce a "bug" I have ever heard! kudos!
... View more
03-10-2020
09:51 AM
|
8
|
0
|
1859
|
|
POST
|
Alycia Rajendran what did you have to do to reproduce it, when I can't? Data source? License? Proximity to Greenwich?
... View more
03-10-2020
09:36 AM
|
6
|
8
|
1859
|
|
POST
|
good luck especially for the full address bit, there are other services and databases world-universities-csv/world-universities.csv at master · endSly/world-universities-csv · GitHub has a listing, in csv format which is about 4 years old Then there is wikipedia Lists of universities and colleges by country - Wikipedia
... View more
03-10-2020
07:12 AM
|
0
|
0
|
3691
|
|
POST
|
Table To Table—Conversion toolbox | Documentation but dbf, csv or txt are the output options and from here Frequently asked questions—ArcGIS Pro | Documentation Can I use personal geodatabases (.mdb) as data sources for ArcGIS Pro? No. Personal geodatabases are not supported in ArcGIS Pro, so you cannot use personal geodatabase datasets as inputs for geoprocessing tools or create those datasets as outputs. File geodatabases are fully supported and are the default workspaces for ArcGIS Pro projects.
... View more
03-10-2020
06:54 AM
|
0
|
0
|
13588
|
|
POST
|
in a script you can set the parameter as "derived", so if the parameter is a "field", the values that are available would be "derived" from the input dataset. I dont know if it applies to modelbuilder
... View more
03-10-2020
04:18 AM
|
0
|
0
|
1785
|
|
POST
|
Access isn't supported in Pro or Map, you will have to do that elsewhere
... View more
03-09-2020
05:41 PM
|
0
|
0
|
13588
|
|
POST
|
Table To Excel—Conversion toolbox | Documentation will do it
... View more
03-09-2020
05:31 PM
|
2
|
2
|
13588
|
|
POST
|
can you post table (dbf or gdb, csv or excel sheet) with a couple of rows. It is easy to do with python and numpy using TableToNumPyArray and processing the array. You have to repeat the number of cities by an unknown amount. parsing the cities isn't a real problem, setting up the repeats needs to be tested unless you know that there will always be 2 cities, no more, no less. a = np.asarray([["University of Leeds", "Leeds;United Kingdom;Europe|London;United Kingdom;Europe"]])
[i.split(";")[0] for i in a[0][1].split("|")]
['Leeds', 'London']
... View more
03-09-2020
12:00 PM
|
0
|
0
|
1168
|
|
POST
|
are there other data associated with each row? or is that it?
... View more
03-09-2020
11:12 AM
|
0
|
3
|
1168
|
|
POST
|
Good idea.... Mar 07, 2018 was the last time the first "bug" was updated.
... View more
03-09-2020
09:33 AM
|
0
|
0
|
4241
|
|
POST
|
between lines 25 and 26, add a print("Layers found {}".format(Input_workspace)) If you get nothing, then the input workspace isn't any good, or it isn't a full path. Also add a print("Layer name {}".format(Layer.name)) on line 26.5 Also /blogs/dan_patterson/2016/08/14/script-formatting so people can copy and paste your code and have it formatted properly. Screen grabs can be use.
... View more
03-09-2020
09:28 AM
|
0
|
0
|
4154
|
|
POST
|
Duncan, I did it with a clean project, just a standalon table, I followed my images (there are several) and it has worked with several different tables in several existing or empty projects. I think it might be time to move it to a right-click whenever you click on anything in a table column
... View more
03-09-2020
08:30 AM
|
6
|
10
|
1859
|
|
POST
|
Contact the people that wrote the lesson (If they are listed) or tech support, there seems to be a lot of fiddly stuff with those deep learning and related modules
... View more
03-09-2020
07:42 AM
|
1
|
0
|
4054
|
| 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
|