|
POST
|
Jose Ignacio It was marked as Assumed Answered, so I thought you were done with the issue. You also don't indicate how "slow" the operation takes. Anything more than a minute is related to your system and comparing to arcmap doesn't help. Pro 2.6 is quite speedy, so that might be a suggestion then. As a final note, I normally do such simple calculations in numpy (using RasterToNumPyArray) since it is blazingly fast and return the resultant to arcpy using NumPyArrayToRaster. You can account for nodata values quite simply
... View more
08-24-2020
12:20 PM
|
0
|
0
|
3049
|
|
POST
|
Raster to Polyline (Conversion)—ArcGIS Pro | Documentation Feature To Polygon (Data Management)—ArcGIS Pro | Documentation perhaps, at least for those that form closed loops
... View more
08-24-2020
01:30 AM
|
2
|
1
|
4444
|
|
POST
|
Did you see... FAQ: What do I need to know about HTTPS Only and the ArcGIS Platform? Esri Support https_only plus others
... View more
08-23-2020
09:21 PM
|
0
|
0
|
1545
|
|
POST
|
Start with Pro, it is the way forward and there is no point in having to migrate to it at a later date, especially since the interfaces are somewhat different
... View more
08-22-2020
07:00 PM
|
2
|
1
|
2852
|
|
POST
|
Or more simply make a new selection without any specifications, then clear selection arcpy.management.SelectLayerByAttribute("sq", "NEW_SELECTION", '', None)
# ---- then
arcpy.management.SelectLayerByAttribute("sq", "CLEAR_SELECTION", '', None)
... View more
08-21-2020
04:49 PM
|
2
|
0
|
5093
|
|
POST
|
Michael Just I would say yes, because explicit is better than implicit, especially is you look at all the considerations involved in determining an output coordinate system Spatial reference and geoprocessing—ArcGIS Pro | Documentation Even though Clip supports the coordinate system environment variable, why assume
... View more
08-21-2020
02:16 PM
|
0
|
0
|
2511
|
|
POST
|
Integer would be best, especially if you want a raster table for other steps in the process
... View more
08-21-2020
02:24 AM
|
0
|
0
|
4724
|
|
POST
|
cell size? (rows columns) Does it work outside the model run manually?
... View more
08-20-2020
04:48 PM
|
0
|
2
|
4724
|
|
POST
|
simply just use Switch Selection arcpy.management.SelectLayerByAttribute("sq", "SWITCH_SELECTION", '', None)
... View more
08-20-2020
04:13 PM
|
2
|
0
|
5093
|
|
POST
|
Why are you trying to select all features when you can just use the feature layer itself. Any subsequent operations will apply to all records if none are selected or only to the selected records if a selection exists
... View more
08-20-2020
03:10 PM
|
1
|
1
|
5093
|
|
POST
|
Indentation is crucial for codeblocks. Triple quotes helps code_block = """
def fn(Blk_Num, Acct_Num):
if (Blk_Num) is not None:
return Blk_Num
return 1
"""
... View more
08-20-2020
02:59 PM
|
1
|
1
|
1542
|
|
POST
|
I still think *met* and *mud* would have been better choices to avoid potential clashes with the doctors (md)
... View more
08-20-2020
09:34 AM
|
0
|
3
|
5277
|
|
POST
|
l assume that you don't want to clip subsections of the basemap then reassemble them with blank space in between your areas of interest.
... View more
08-20-2020
01:26 AM
|
0
|
0
|
2116
|
|
POST
|
This is the keyboard shortcuts list for all categories ArcGIS Pro keyboard shortcuts—ArcGIS Pro | Documentation
... View more
08-20-2020
01:20 AM
|
0
|
1
|
1285
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 2 weeks ago |