|
POST
|
You don't have admin rights to your computer? Can you use conda? If you are using Pro, can you delete your other environments using the package manager? Can you uninstall/repair you installation? Some starter questions to assess what you can and can't do
... View more
06-24-2020
03:32 PM
|
0
|
2
|
14999
|
|
POST
|
How cost distance tools work—Help | Documentation From your related question, the cost calculation methods for diagonal and adjacent cells are described here
... View more
06-24-2020
01:40 AM
|
4
|
3
|
2911
|
|
POST
|
How cost distance tools work—Help | Documentation look at the formula for Adjacent and Diagonal.
... View more
06-24-2020
01:36 AM
|
4
|
12
|
4129
|
|
POST
|
Alphabetical list of arcpy.mp classes—ArcPy | Documentation and Symbol—ArcPy | Documentation angle—Read/Write; Double it is supposed to be read and write
... View more
06-23-2020
07:09 PM
|
0
|
0
|
1016
|
|
POST
|
You should check https://community.esri.com/groups/new-place-request-hub
... View more
06-23-2020
07:59 AM
|
3
|
0
|
3666
|
|
POST
|
It would be easier if you have a lot of duplicates or your duplicates aren't sequential to process that data separately. If you have the appropriate license level, this would provide the necessary information Find Identical—Data Management toolbox | Documentation
... View more
06-23-2020
02:13 AM
|
0
|
0
|
2084
|
|
POST
|
def Reclass(BP_sqm):
"""Provide some context"""
if (BP_sqm <= 150):
return 150
elif (BP_sqm > 150 and BP_sqm <=300):
return 300
elif (BP_sqm > 300 and BP_sqm <=500):
return 500
elif (BP_sqm> 500 and BP_sqm <=1000):
return 1000
else:
return -999
# ----- Demo
vals = [149, 299, 499, 999, 9999]
for i in vals:
print("{} -- {}".format(i, Reclass(i)))
149 -- 150
299 -- 300
499 -- 500
999 -- 1000
9999 -- -999
... View more
06-22-2020
06:44 PM
|
5
|
0
|
1613
|
|
POST
|
Joe Borgione from Installation — Anaconda documentation If you have Miniconda or an older version of Anaconda installed, you can install Navigator from an Anaconda Prompt by running the command conda install anaconda-navigator . To start Navigator, see Getting Started.
... View more
06-22-2020
03:55 PM
|
0
|
1
|
2951
|
|
POST
|
Joe Borgione I would use Anaconda Navigator if it was in the distribution. Anaconda Navigator — Anaconda documentation or from the prompt. I only used the shortcut for Pro work. I prefer separate machines for different messing-around-with-stuff Good luck
... View more
06-22-2020
03:41 PM
|
1
|
3
|
2951
|
|
POST
|
Looks like a bug, I would zip and ship to Tech Support
... View more
06-22-2020
01:29 PM
|
5
|
4
|
2846
|
|
POST
|
I don't use arcmap any more, but if memory serves Arctoolbox, Data Management tools, Projections and Transformations, Project The NAD83 thing with CSRS98 rings a bell, but as long as they are in the same one
... View more
06-22-2020
12:32 PM
|
2
|
0
|
3326
|
|
POST
|
totally never tried it ... just check the help files using "network analyst height restrictions" and one of several RouteSolverProperties—Network Analyst module | Documentation attributeParameters (Read and Write) Provides the ability to get or set the parameterized attributes to be used in the analysis. The property returns a Python dictionary. The dictionary key is a two-value tuple consisting of the attribute name and the parameter name. The value for each item in the dictionary is the parameter value. Parameterized network attributes are used to model some dynamic aspect of an attribute's value. For example, a tunnel with a height restriction of 12 feet can be modeled using a parameter. In this case, the vehicle's height in feet should be specified as the parameter value. If the vehicle is taller than 12 feet, this restriction will then evaluate to True, thereby restricting travel through the tunnel. Similarly, a bridge could have a parameter to specify a weight restriction.
... View more
06-22-2020
12:20 PM
|
0
|
6
|
3171
|
|
POST
|
The locks are because they are still being referenced. Locks ..... everyone wants the magic tool to release them, but it hasn't happened and probably won't for a long while At least you have a workaround, Save all your deletions for later
... View more
06-22-2020
12:14 PM
|
6
|
0
|
1599
|
|
POST
|
Rick Cheney Geographic datum transformations—Properties of maps | Documentation There is a Note in there that not all geographic transformations are installed and if one isn't offered, you can download it Other links Geographic Transformations (Environment setting)—Geoprocessing | Documentation And if you want to get everything into a common coordinate system, then use the Project tool and provide the transformation there
... View more
06-22-2020
12:11 PM
|
3
|
2
|
3326
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | Monday | |
| 1 | Monday | |
| 1 | Monday | |
| 1 | a week ago |