|
POST
|
Make OD Cost Matrix Analysis Layer—ArcGIS Pro | Documentation It is either straight lines or no lines... however, the underlying solution of the cost of the route is correct, the path being shown is just different. If you need the actual routes. Make Closest Facility Analysis Layer—ArcGIS Pro | Documentation provides the option of 'along route' or straight lines. Jay Sandhu do you have any suggestions for a non-scripting workaround or would the closest facilities be ok with only one facility and multiple origins
... View more
03-03-2020
03:56 PM
|
0
|
0
|
1653
|
|
POST
|
modelbuilder and feature service bug BUG-000124621: In ArcGIS Pro, using Feature Class To Feature Class .. nothing specific to your situation I think
... View more
03-02-2020
04:54 PM
|
2
|
4
|
5062
|
|
POST
|
As shown in my post... https://community.esri.com/thread/249062-arcgis-pro-25-how-to-label-features-based-on-two-fields#comment-912265 which is another reason not to type what you think is the field formatter, but to select the fields from the list of available fields
... View more
03-02-2020
04:15 PM
|
5
|
0
|
14283
|
|
POST
|
You don't mention whether you are using ArcMap as well... I am assuming you don't one option: If you are only using the default environment, remove 2.3, including addins uninstall pro 2.3 using windows add/remove rename any 'esri' folders in your c:\user... file path to 'esriold install 2.4 while you are at it, remove any python installations that you have another option: remove wing and reinstall it so it gets the correct python
... View more
03-02-2020
03:13 PM
|
0
|
4
|
3565
|
|
POST
|
You could try "shapefile repair", in the attachment in this thread https://community.esri.com/thread/177037#comment-614216
... View more
03-02-2020
03:07 PM
|
0
|
0
|
2110
|
|
POST
|
Why not specify that the parameter can use multivalues Parameter—ArcPy classes | Documentation This can be done in code or through the dialog wizard if you are using custom toolboxes It will then look like this in the tool dialog
... View more
03-02-2020
11:29 AM
|
0
|
0
|
659
|
|
POST
|
strings can be padded, using your lines of code, 1 and 3, if you want to represent the integers padded, you can use line 5 but the output is strings strList = [i[len(i.rstrip('0123456789')):] for i in myLst if i]
intlist= [int(i[len(i.rstrip('0123456789')):]) for i in strList if i]
pad_int = ["{:0>4.0f}".format(i) for i in intlist]
pad_int
Out[20]: ['0001', '0100', '0002']
... View more
03-02-2020
11:09 AM
|
1
|
0
|
1618
|
|
POST
|
Enable archiving—Geodatabases | Documentation Disable archiving—Geodatabases | Documentation the _H and several _ extensions can appear. Sounds like disable and then decide what to do with remnants/history is suggested I assume you experimented with the help topics in the Archiving and Versioned sections eg What is archiving?—Geodatabases | Documentation
... View more
03-02-2020
07:38 AM
|
0
|
1
|
1902
|
|
POST
|
https://www.usgs.gov/centers/eros/science/usgs-eros-archive-digital-elevation-shuttle-radar-topography-mission-srtm-1-ar… 30 m resolution is pretty coarse by todays standards. It is useful for large areas and/or areas where there is no continuous coverage from other sources.
... View more
03-02-2020
07:29 AM
|
1
|
0
|
873
|
|
POST
|
You could try windows add/remove programs, select remove, then you will be given an option to "repair" If that doesn't work, then there may be something with the installation. If previous versions arcgis pro have been on the machine before, it is a good idea to remove them. If that doesn't work, try a redownload
... View more
03-01-2020
09:06 PM
|
1
|
0
|
2243
|
|
POST
|
More details are needed. Also, the "minimum" specs should be considered the absolute minimum to show a nice simple map. If you are trying to do something advanced, the "recommended" should be considered the minimum. Does it crash on start up? (install is broken) Does it crash when using all *.aprx 's? (ditto) Does it crash on one project? (bad project or data) It is only one tool? etc etc
... View more
03-01-2020
07:31 PM
|
2
|
2
|
2243
|
|
POST
|
Select Layer By Attribute—Data Management toolbox | Documentation the selection returns a featurelayer, what do you want to do with it? The code example at the bottom shows you can use Copy to save the selection to a new featureclass
... View more
03-01-2020
11:43 AM
|
2
|
1
|
979
|
|
POST
|
With your own data... switch the order of the files in the dialog and see what happens. If it doesn't work the first way, the opposite way may
... View more
03-01-2020
07:37 AM
|
0
|
0
|
12516
|
|
POST
|
The order of target vs join table dictates whether it will be one-one or one-many using a join. That seems to be the case for the tutorial, so check the order of inputs used in the join tool
... View more
03-01-2020
04:09 AM
|
1
|
2
|
12516
|
| 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
|