|
POST
|
or try a "repair" first. Windows Add/Remove Programs... Remove, select Repair as the option. Sometimes repair is easier
... View more
05-21-2020
03:49 PM
|
1
|
0
|
1551
|
|
POST
|
Bryce... you are making a layer from a featureclass from a gdb then you do make a selection from that layer finally you copy the layer with its selection to a new gdb hence, the selected features will be copied to the new featureclass in your destination gdb. If you were running this with ArcGIS Pro, AND had your geoprocessing options set to add results to the display, then the layer (with its selection) should have been added to your active map display and would have been saved if the project was saved. Since this appears to be a standalone script, only the destination gdb will get the results of the query and copying. There is nothing in your script that shows how this is running. If it is a standalone script, then it knows nothing about the project you are working with. It appears from FeederNumber = arcpy.GetParameterAsText(0) this script might be associated with a tool running in arctoolbox... Can you confirm your TOC before and after running this script and whether you are overwriting existing data? I only see one reference in the options settings about removing existing layers in a TOC References from. Copy Features—Data Management toolbox | Documentation
... View more
05-21-2020
03:37 PM
|
0
|
1
|
3472
|
|
POST
|
Duplicate of https://community.esri.com/thread/253813-can-python-be-used-to-find-duplicate-datasets moved to Python
... View more
05-21-2020
03:14 PM
|
0
|
0
|
1364
|
|
POST
|
depends on what you are comparing, but it is part of the standard module in all versions of python filecmp — File and Directory Comparisons — Python 3.8.3 documentation moved to Python
... View more
05-21-2020
03:09 PM
|
1
|
0
|
1729
|
|
POST
|
Perhaps you could share the salient portions of the script if it is long, or the script itself. That is unexpected behaviour.
... View more
05-21-2020
12:58 PM
|
0
|
3
|
3472
|
|
POST
|
I think "remove" applies to these circumstances remove a command that you added to a new group., remove a group that you added to an existing tab or to a new tab remove a new tab that you added. and from the Note there Removing a group removes all its commands. Removing a tab removes all its groups. Customize the ribbon options—ArcGIS Pro | Documentation
... View more
05-21-2020
12:13 PM
|
6
|
1
|
973
|
|
POST
|
actually... it is the "new Dan". My old account got "retired and frozen" and I had to open a new one. At level 5 now , only 140,000 to go till I am back where I was
... View more
05-21-2020
09:49 AM
|
0
|
2
|
7019
|
|
POST
|
You can connect to a folder that contains your other data Connect to a folder—ArcGIS Pro | Documentation and add a database in that folder Connect to a database—ArcGIS Pro | Documentation Is that what you mean Robert Pollock
... View more
05-20-2020
05:08 PM
|
1
|
3
|
1872
|
|
POST
|
Egge-Jan Pollé, thanks, but that is just for additions and enhancements, I am more interested in the bugs that have been fixed (eg NIM's etc) like those that exist for Pro
... View more
05-20-2020
03:50 AM
|
2
|
0
|
2631
|
|
POST
|
What is in your field? numbers? text that looks like numbers? Null values are handled by symbology regardless of data type
... View more
05-20-2020
12:34 AM
|
0
|
1
|
4816
|
|
POST
|
Josh.. moved this Q to Geoprocessing, the GeoNet Lounge is for other purposes
... View more
05-20-2020
12:31 AM
|
0
|
0
|
1413
|
|
POST
|
it exists in ArcMap as well NumPyArrayToFeatureClass—Help | Documentation
... View more
05-19-2020
08:22 PM
|
1
|
1
|
6387
|
|
POST
|
Looked at.... Using The API | ArcGIS for Developers GitHub - Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python API Reference for the ArcGIS API for Python — arcgis 1.8.0 documentation and even https://anaconda.org/Esri/repo Probably right in front of me... or it doesn't exist. Can someone confirm? Looking for the micro changes between versions and to see if bugs have been fixed and when fixed as listed on the GitHub site.
... View more
05-19-2020
07:36 PM
|
0
|
3
|
2719
|
|
POST
|
NumPyArrayToTable—Data Access module | Documentation if you have arrays already or you can read xy-whatever data like text files and spreadsheets using python, numpy or pandas, then NumPyArrayToFeatureClass—Data Access module | Documentation works for point data easily, but you need some magic with arcpy to get poly* features.
... View more
05-19-2020
07:10 PM
|
0
|
3
|
6387
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | Friday | |
| 1 | Thursday | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago |