|
POST
|
Yes, like I said above, PYTHONPATH if set by some other installer will mess things up.
... View more
04-16-2019
04:15 PM
|
0
|
0
|
1786
|
|
POST
|
I think setting the maximum distance is the answer here. I didn't see that before.
... View more
04-16-2019
04:13 PM
|
0
|
0
|
1179
|
|
POST
|
Did you validate the model before running it from Python?
... View more
04-15-2019
07:15 PM
|
0
|
0
|
3005
|
|
POST
|
Are you getting an error message? Does the model have parameters?
... View more
04-13-2019
09:31 PM
|
0
|
2
|
1125
|
|
POST
|
The dot in the output name trying to write to gdb is the cause of your 999999 error. You cannot save a .tif inside a gdb. You cannot save a raster with a dot in its name either. The fix is to use the Parse Path model-only tool to remove the .tif extension from Name or change the output location to a folder not a gdb. Raster names that start with a number are problematic too, so I would name the output img%Name1% where %Name1% is the output of the Parse Path tool that is Name with the .tif extension removed. In this case that would write an file gdb raster called img2016353
... View more
04-12-2019
07:18 PM
|
1
|
0
|
5411
|
|
POST
|
Update on this topic, here is the installer for the separate Coordinate Systems package for 10.7. (Note, no changes apparently since Joshua Bixby's screenshot above with 10.5, except maybe more data added to NTv2 for local areas?) It seems North American GEOCON and NTv2 are horizontal transformations in North America, and the other two are for support of vertical transformations for North America and the wide world. Melita Kennedy Did that white paper ever appear? I guess the question I have is whether we should be using NTv2 instead of NADCON if we need cm accuracy as it sounds like it is NADCON improved from the descriptions I read. Would be great to have some guidance on these new capabilities for the vast number of us geodetically unwashed. Margaret Maher I sure hope you are planning for more excellent explication in a fourth edition of my favorite Esri Press book Lining Up Data.
... View more
04-11-2019
06:19 PM
|
0
|
1
|
10063
|
|
IDEA
|
Absolutely. Microsoft Powerpoint has a way to do this and it's excellent. This may simply be a doc issue. Workflows to view a map product in grayscale exist for sure, and they should be documented in the help or in a kb document.
... View more
04-11-2019
12:06 AM
|
0
|
0
|
5712
|
|
POST
|
All non-ArcGIS pythons should be able to be removed from a Windows box using Add Remove Programs. Removing ArcGIS will remove all the Esri Python installs, they are "attached" to the desktop uninstall process. Be sure after all the pythons are gone you don't have any left over references in your system and user variables PATH and PYTHONPATH. To be more efficient I would have recommended removing all Python software you see (including Anaconda, PyCharm etc) from Add/Remove programs and then doing a repair install of ArcGIS, but whatever works.
... View more
04-11-2019
12:00 AM
|
0
|
14
|
3154
|
|
POST
|
I found this youtube video that walks you through the process, though he probably uses more control points than needed https://www.youtube.com/watch?v=s-DERzmbIgM
... View more
04-10-2019
07:37 AM
|
0
|
0
|
1649
|
|
POST
|
I am giving an overview of our Esri education site license to the humanities department at a STEM university. Most have not used ArcGIS at all but I want to show them an idea of things they can do. I was thinking of showing them a demo of creation of a story map of local relevance. Any other ideas?
... View more
04-09-2019
08:00 PM
|
1
|
5
|
2363
|
|
POST
|
Imagery and Remote Sensing is the forum for you. I think you meant georeferenced? I suggest removing your georeferencing and starting again from scratch, being careful with setting up your control points (remember, image > map) and not updating georeferencing until you know your links are good, based on the statistics shown for the links. Before you start again, it probably would be good to re-read the help: http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/fundamentals-for-georeferencing-a-raster-dataset.htm
... View more
04-09-2019
07:42 PM
|
2
|
1
|
1649
|
|
POST
|
arcpy.mp will definitely not read MXDs. You need to install ArcMap and have your Java script crank up python from the ArcMap Python 2.7 executable. (For example, C:\Python27\ArcGIS10.6\python.exe.) I'm pretty sure your code will all work if you use this Python stack, arcpy.mapping has not had big changes for a while. Most users still need both and ArcMap is not going away until 2025 so IMHO a full desktop install still really includes both. Now, if you want your script to extract paths from ArcGIS Pro projects, that will require recoding using arcpy.mp and running the python script using the Pro python environment. (C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe). The structure is different so some software development will be needed.
... View more
04-08-2019
07:37 AM
|
0
|
0
|
4614
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-11-2021 01:26 PM | |
| 5 | 12-10-2021 04:58 PM | |
| 1 | 02-27-2017 09:30 AM | |
| 2 | 12-04-2023 01:05 PM | |
| 1 | 04-12-2016 10:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-19-2024
12:10 AM
|