|
POST
|
Generate Subset Polygons was launched in ArcGIS Pro 2.1
... View more
06-12-2018
06:46 AM
|
2
|
1
|
8941
|
|
POST
|
Look at using ListRasters and feeding the result into CellStatistics
... View more
05-23-2018
04:36 AM
|
1
|
0
|
2660
|
|
POST
|
Keith Please can you email me the data and parameters that you used? Thanks -Steve [email protected]
... View more
05-04-2018
10:18 AM
|
0
|
1
|
2141
|
|
POST
|
Crystal You are supplying Input Conditioning Features to the GGS tool? -Steve
... View more
04-25-2018
07:33 AM
|
0
|
1
|
3138
|
|
POST
|
run the the geoprocessing tool and then from the results tab copy the Python code and have a look to see what you're missing.
... View more
04-11-2018
09:34 AM
|
0
|
1
|
3116
|
|
POST
|
Contour will create a line at every, say, 10 (contour interval), so if your min, max =0,100, you’ll get lines at 10, 20, 30, 40, 50 , 60 , 70 , 80, 90 For the same raster, ContourList with lines at, say 10, 55, 90, will create lines at 10, 55, 90 The one is an interval and the other is a list of values at which you want lines.
... View more
03-29-2018
10:58 AM
|
0
|
2
|
1925
|
|
POST
|
OK, now we've established that the Contour tool is working. Contour lines are similar to when you slice a potato. If your range is large and you have a small contour interval it means that many lines will be created. In your case it'll create contours at 10, 20, 30, 40, ..., 2 million. Do you only want lines, for example, at 10, 20, 30 and 50? If so rather use the ContourList tool or create a new raster that only has values between 0 and ~50 and use the Contour tool. -Steve
... View more
03-29-2018
10:05 AM
|
0
|
5
|
1925
|
|
POST
|
Roberto Wow, that answers all my questions. Values between 0 and circa 2 million with a interval of 10 and output to shapefile. A shapefile file cannot exceed 2.1GB (on disk, this is a Microsoft limitation). Please try output to file geodatabase and for testing purposes please use a contour interval of 500000. Thanks -Steve
... View more
03-29-2018
09:35 AM
|
1
|
1
|
1925
|
|
POST
|
Roberto What is the min/max value in the raster? and is the output going to a shapefile of file geodatabase? -Steve
... View more
03-28-2018
08:38 AM
|
1
|
3
|
1925
|
|
POST
|
I don't believe that the size of the raster alone is causing the crash. I think that the contour interval, ArcMap v10.3.1, 32 bit processing and the size of the raster are the causes (listed in order). Let us try and debug the problem; - Slope works, this means that the raster is not corrupted - use a larger contour interval (what is the min/max value in the raster?) - if the above works, then it is a memory issue, we've added more error checks in subsequent versions. -Steve
... View more
03-28-2018
08:06 AM
|
0
|
5
|
3164
|
|
POST
|
Dana outLayer = str(zField.name) out_layer_file = str(zField.name) + ".lyr" if you are using ArcGIS Desktop (...or ".lyrx" if using ArcGIS Pro) BTW, ListFields returns a field object so you should rather be using zField.name like you're doing in the call to EBK -Steve
... View more
03-16-2018
01:21 PM
|
1
|
0
|
3663
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a month ago | |
| 3 | 03-23-2026 07:11 AM | |
| 1 | 02-24-2026 05:28 AM | |
| 1 | 01-21-2026 07:08 AM | |
| 1 | 12-16-2025 05:11 AM |
| Online Status |
Offline
|
| Date Last Visited |
9 hours ago
|