|
POST
|
to add to what Joshua says about splitting up the long contours... We added a optional parameter to the Contour tool, viz., Maximum vertices per feature.
... View more
05-19-2020
10:28 AM
|
3
|
0
|
1911
|
|
POST
|
Jamal It is a bug in that it is not releasing the lock. I've logged an issue and it'll go into the bucket of things to fix. I can't make any promises that it'll be fixed in 2.6 though. I'm glad that the workaround fixes your problem.
... View more
05-05-2020
09:31 AM
|
8
|
1
|
3219
|
|
POST
|
Jamal In your model, add CopyRaster with the output from TopoToRaster as input and Add to display its output, does it display? I can repro your case and will log an issue.
... View more
05-05-2020
08:38 AM
|
7
|
4
|
3219
|
|
POST
|
...you could create a model with Natural Neighbor and Extract By Mask.
... View more
04-28-2020
07:58 AM
|
1
|
0
|
2370
|
|
POST
|
Jenny The short answer is, run the ExtractByMask tool after you've done the interpolation. The interpolation tools use all the features in the interpolation and then clip the output if you've specified a smaller extent in the environment and most of the tools clip the output based on the mask that you specified in the environment. Mask is a post processing step in the interpolation workflow. The reason that Natural Neighbor interpolation does not support the environment Mask is because it restricts the output to the convex hull around the input points, this is by design. The output does not fill the whole output raster and this may be confusing if the mask were automatically used. Therefore, if you require that your output be clipped to a mask, use the ExtractByMask tool which is what all the other interpolations would do internally. -Steve
... View more
04-28-2020
06:32 AM
|
1
|
2
|
2370
|
|
POST
|
Yes, 1) rename the file from .txt to .asc, or 2) change the filter to files, or 3) paste in the full path and file name into the control on Copy Raster -Steve
... View more
04-10-2020
11:12 AM
|
1
|
0
|
1429
|
|
POST
|
Have you looked at the Multiple Ring Buffer tool. It is actually a script tool that call the Buffer geoprocessing tool.
... View more
04-09-2020
01:47 PM
|
0
|
0
|
5096
|
|
POST
|
Joe Another option is to rather use Reclassify. See the help for some examples, outReclassify = Reclassify(inRaster, reclassField, remap, "NODATA"), outReclassify is temporary and can be passed into RasterToPolygon. You therefore will not need to persist the output via the .save as in the example. As far as in memory goes, some questions; ArcGIS Desktop or ArcGIS Pro (memory output is different between these 2)? why in memory? will this be done via scripting or from the tool UI? what is the typical size of the output raster (number of columns and rows)? -Steve
... View more
03-31-2020
07:10 AM
|
1
|
0
|
3644
|
|
POST
|
It also depends on the values. It you have a double field and the values don't have decimals it'll create an integer raster. ESRI grid format can't accommodate double, which means the output raster must support double, i.e 64 bit. -Steve
... View more
01-08-2020
06:22 AM
|
0
|
0
|
3792
|
|
POST
|
Rather use the CopyRaster tool if you want it in another format. It should also be noted that the USGS DEM is a valid raster dataset and can be used without being converted. DEMToRaster has been deprecated in ArcGIS Pro 2.5 -Steve
... View more
01-08-2020
05:03 AM
|
1
|
1
|
1641
|
|
POST
|
in the Environment you need to set the Processing extent = union of (max of)
... View more
01-04-2020
01:02 PM
|
2
|
1
|
1926
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 2 | 12-01-2025 05:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 hours ago
|