|
POST
|
plus all the other stuff I mentioned after that Joe (aka users folders, conda folder, etc etc)
... View more
06-25-2020
01:49 PM
|
0
|
0
|
3546
|
|
POST
|
AddMessage isn't going to reveal anything unless you are running this inside Pro, use something that covers both inside and standalone scripts. def tweet(msg):
"""Print a message for both arcpy and python."""
m = "\n{}\n".format(msg)
AddMessage(m)
print(m)
... View more
06-25-2020
01:41 PM
|
0
|
1
|
1823
|
|
POST
|
I don't reveal anything about what I am using, according to the agreement on Beta
... View more
06-25-2020
01:37 PM
|
5
|
0
|
3357
|
|
POST
|
I suspect the clone was not good. ArcGIS Pro depends on numpy. If the clone didn't have numpy-base, then the clone wasn't any good, hence your problems. Mixing conda and package manager if you don't have full admin rights isn't recommended, one of the reasons that we disallowed cloning in our teaching labs, and we installed what we need in the base installation... no clones. Clones were intended to make it so if things went bad, you would have a fallback. The fall back is a complete uninstall and reinstall from the downloaded msi.
... View more
06-25-2020
01:35 PM
|
0
|
3
|
3546
|
|
POST
|
There are some defaults that may affect where and what is used. Check your settings here. I have a default folder for all projects, and I create a new gdb and folder for each project.
... View more
06-25-2020
06:57 AM
|
0
|
1
|
1335
|
|
POST
|
From-To points.... ie. this image position is this real world coordinate (row/column to real world)
... View more
06-25-2020
06:49 AM
|
0
|
0
|
637
|
|
POST
|
It is on float already.... you just have to move your mouse to get the "moving" cursor
... View more
06-25-2020
04:21 AM
|
4
|
8
|
3357
|
|
POST
|
the first two columns look like image coordinates unless you are referencing images near the equator and the Greenwich meridian
... View more
06-25-2020
04:11 AM
|
0
|
0
|
3038
|
|
POST
|
measure to the cell center not the upper corner edge
... View more
06-25-2020
03:53 AM
|
4
|
1
|
2917
|
|
POST
|
Sol H I move this thread to Geoprocessing since the "lounge" is less likely to get much traffic
... View more
06-24-2020
08:05 PM
|
1
|
0
|
4388
|
|
POST
|
Do you have an advanced license? Find Identical—Data Management toolbox | Documentation
... View more
06-24-2020
07:51 PM
|
2
|
1
|
2195
|
|
POST
|
then don't mess with proenv.txt and >activate arcgispro-py3 because you are in the clone now. At least get back to Pro not croaking. Either use the package manager or conda. I don't mix. (in fact I don't clone... but that is another story... look up my twin's posts /blogs/dan_patterson/2020/02/09/clone-arcgis-pro-25 I think even Joe Borgione can vouch for him )
... View more
06-24-2020
04:43 PM
|
1
|
0
|
3546
|
|
POST
|
(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3>conda info --envs
# conda environments:
#
arcgispro-py3 * C:\arc_pro\bin\Python\envs\arcgispro-py3
root C:\arc_pro\bin\Python
(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3> What does yours say? c:\arc_pro is where I have Pro installed so do the mental substitution. If your active environment is something other than ....\bin\Python\envs\arcgispro-py3 do this to activate the base environment in conda >activate arcgispro-py3
... View more
06-24-2020
04:20 PM
|
1
|
0
|
15027
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago |