|
POST
|
output featureclass name .... _1 could be an issue Reboot, rename and try again rather than waiting might be a solution
... View more
03-24-2020
05:38 AM
|
2
|
0
|
21601
|
|
POST
|
[f.name for f in arcpy.ListFields] [ must match ] left and right brackets
... View more
03-24-2020
05:18 AM
|
1
|
0
|
1405
|
|
POST
|
The help files have good examples in both arcmap and arcgis pro ListFields—ArcPy Functions | Documentation featureclass = r"c:\path\to_your\data\Geology"
field_names = [f.name for f in arcpy.ListFields(featureclass)]
... View more
03-24-2020
02:39 AM
|
1
|
0
|
5586
|
|
BLOG
|
If things go bad.... just roll back to the revision number you want (don't use the [ ] though, just to be clear).
Worse comes to worse... just reinstall Pro from the *.msi file you should have downloaded.
conda list --revisions conda install --revision [revision number]
... View more
03-23-2020
01:54 PM
|
0
|
0
|
4974
|
|
POST
|
Use Add Geometry Attributes—Data Management toolbox | Documentation carefully selecting the things your want including you length, area units and the coordinate system. It handles adding the fields, in case there is some issue there. If that tool fails. Stop, close, restart AND try on another file. If that succeeds, try it on the file you want the information in. If that doesn't work, Tech Support and file a support case, they may need a zip and ship copy of the files
... View more
03-23-2020
01:02 PM
|
0
|
0
|
16109
|
|
POST
|
Never use the raster calculator Anyway, I used the Combine tool to come up with a raster that you can reclassify. You can see where wbn_near class 3 matches svo_near for 4567 cells, so that become the basis for the reclass This would probably easier since you have a lot of areas don't overlap
... View more
03-23-2020
10:11 AM
|
1
|
0
|
6783
|
|
POST
|
The raster names shouldn't be in quotes if they are variable names
... View more
03-23-2020
08:37 AM
|
0
|
0
|
6783
|
|
POST
|
duplicate of https://community.esri.com/thread/250196-series-of-raster-maps-how-many-times-x-pixels-within-basins-beyond-a-y-threshold use 'share' rather than posting in two places
... View more
03-23-2020
04:14 AM
|
1
|
0
|
1423
|
|
POST
|
there are not 3d methods or classes exposed directly in the arcpy module, You will have to continue to call/use the tools from within the existing toolset providing defaults if applicable or even possible. ArcGIS Pro Python reference—ArcGIS Pro | Documentation
... View more
03-23-2020
01:12 AM
|
0
|
0
|
3206
|
|
POST
|
Download, install, and authorize—ArcGIS Pro | Documentation Frequently asked questions—ArcGIS Pro | Documentation hopefully will get you started
... View more
03-22-2020
01:54 PM
|
0
|
0
|
617
|
|
POST
|
Export options—Layouts | Documentation export pdf as what? some other format?
... View more
03-22-2020
09:14 AM
|
0
|
0
|
1567
|
|
POST
|
Can you go back and delete some of your duplicated posts
... View more
03-22-2020
06:41 AM
|
0
|
1
|
1273
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|