POST
|
Hey ESRI, I would like to stop receiving Esri publications to my home. I am well aware of the Esri subscriptions website as I visit it every month. As you can see from the screen shot I have unchecked all publications. Still, I keep getting ArcNews, Esri News for State and Local Government, and I suspect in a month or two ArcUser will start coming again like it always does. The subscriber IDs that come to my home are: 33898642 Gabrisch 35148473 Joerger Here is a screenshot of what my go.esri.com/subscribe page looks like.
... View more
Thursday
|
1
|
1
|
72
|
POST
|
Ugh, this problem has gotten worse. I am now having the same problem with an APRX. This APRX is in a different directory and with a different user than the one described in the original post. I have exposed (and deleted) the hidden files in the offending aprx directory. That seemed to make no difference on the visibility of the aprx in that directory.
... View more
10-30-2024
09:37 AM
|
0
|
0
|
688
|
POST
|
I have a coworker with a folder in a network drive. I can see this folder in Windows Explorer. Other coworkers can see and connect to the folder with an ArcGIS Pro v3.3 Catalog window and the pane. My one coworker cannot make a connection to this folder but they can see the folder in Windows Explorer. They can also see the other folders in the drive with the elusive directory. I am aware of the refresh directory trick (and the F5 shortcut). This does not work. Why is this one folder not visible (and unable to make a folder connection to) for only one individual. My coworker has tried restarting their computer and then F5 refresh as well. Any help is appreciated
... View more
10-29-2024
03:51 PM
|
1
|
4
|
738
|
POST
|
I had to revive a project from 20 years ago and the data were coverage files. QGIS can still convert coverages to file formats that ArcGIS Pro can read. Just add the correct file when adding vector data. You might find more help here. https://gis.stackexchange.com/questions/211315/open-arcinfo-files-in-qgis
... View more
07-24-2024
12:01 PM
|
0
|
0
|
1962
|
POST
|
This worked for me but it should be stated that the selection tool in the layout does not give you the same options for changing the selection options like in a map view. To solve this one must go back into back into the map frame and change the selection type there. Poor UX!
... View more
06-26-2024
08:32 AM
|
1
|
2
|
3909
|
BLOG
|
Can you update this post for instructions using ArcGIS Pro?
... View more
12-06-2023
11:53 AM
|
1
|
0
|
1193
|
POST
|
I have a Python script that executes a reclassification without issue. I can see in my output directory the file I create (called tanaka.tif). When I add these data to an ArcGIS Pro v3 project the file is listed in the contents pane as Reclass_tanakat1.tif. This is annoying. When I am in the Catalog pane and view the files properties I see no reference to or an alias for Reclass_tanakat1.tif. This also happens with a resulting hillshade. I get HillSha_tanaka.tif in the Pro contents when the file is named tanakaHS.tif in the directory. I see that there is no reference to these file names using gdal.Info() but I can see them in some resulting xml files that are exported by arcpy. I suppose the is the result of my missery. I do not need or want these outputs. How do I stop arcpy from outputting xml, tfw, CPG, dbf files. I only need the resulting geoTiff! This post suggests that setting log history to false will prevent xml create but this is not true as the xml are still being created with the linked code added to the script. https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/setloghistory.htm
... View more
11-08-2023
01:21 PM
|
0
|
0
|
453
|
POST
|
I have a Python scripting tool that will auto-export a layout to PDF or JPG, update a text box with the export YYMMDDHHMMSS, and log who-what-where-when info to a CSV file. I have been using this code in ArcGIS for years and recently upgraded the tool to work with Pro. Oddly, the Pro tool works just fine when executed from the Toolbox section of the Catalog View but fails at line 50 when executed from a Catalog Pane. Why would this be the case? Here is the error message: PYTHON ERRORS:
Traceback info:
File "Z:\GISpublic\GerryG\Python3\SuperSaverArcPro\A1-SuperSaver.atbx#Script_supersaver.py", line 51, in <module>
Error Info:
'NoneType' object has no attribute 'listElements' and here is the offending code: mapnumber = get_time()
#Get the name of the active map view....
view = aprx.activeView
ele = view.listElements("TEXT_ELEMENT", "mapnumber")[0]
#assign the mapnumber to the map....
ele.text = mapnumber Here is a link to the tool and the code: https://github.com/LummiGIS/Auto-Export-Pro-Layout
... View more
11-07-2023
10:07 AM
|
0
|
1
|
577
|
POST
|
This Python code seems to work just fine. There are heaps of possible contingencies with polygons so any errors would interest me. https://github.com/LummiGIS/Four-Color-Map-For-GIS
... View more
10-04-2023
08:14 AM
|
0
|
0
|
405
|
POST
|
I have the same issue but I get this at the command line: conda config --remove channels conda-forge 'conda' is not recognized as an internal or external command, operable program or batch file.
... View more
06-02-2023
07:31 AM
|
0
|
2
|
1360
|
POST
|
Yes, adding the make feature layer and turning off the logging vastly improved code preformance.
... View more
01-08-2022
01:06 PM
|
0
|
0
|
3667
|
POST
|
Turning off geoprocessing logging is always a good idea to keep your CITRIX profile small. As far as code execution goes I am running this as a stand-alone Python script in WingIDE. ArcGIS Pro is not actively running.
... View more
01-07-2022
06:35 PM
|
0
|
2
|
3698
|
POST
|
Should I delete the feature layer for each selection after it has executed the code for that selection or just keep reassigning the variable each time the code makes a new feature layer?
... View more
01-07-2022
03:46 PM
|
0
|
0
|
3709
|
POST
|
Thanks, I am running the code in a Python IDE and not in a Python window in ArcGIS Pro. I am assuming there is no geoprocessing logging happening. Is this correct or is geoprocessing logging a basic function in arcpy?
... View more
01-07-2022
03:42 PM
|
0
|
0
|
3713
|
Title | Kudos | Posted |
---|---|---|
1 | Thursday | |
1 | 10-29-2024 03:51 PM | |
1 | 06-26-2024 08:32 AM | |
1 | 12-06-2023 11:53 AM | |
1 | 06-12-2012 07:42 AM |
Online Status |
Offline
|
Date Last Visited |
Thursday
|