|
POST
|
In that case you could use IDW in Geostatistical Analyst to create a ga layer and then use GALayerToPoints which will use the interpolation parameters in the ga layer to predict a value at exactly the given locations. The ga layer, does no have a cell size, and is held in memory. You could also then do cross validation on your method.
... View more
06-10-2020
05:40 AM
|
2
|
0
|
1792
|
|
POST
|
What about IDW to raster followed by ExtractValuesToPoints
... View more
06-10-2020
03:44 AM
|
2
|
2
|
1792
|
|
POST
|
Allen - What version or ArcGIS? - When did it stop working? - What type of input features, are then points in a shapefile, a file geodatabase or ? - Do you accept all the default parameters? - What happens if you use Copy Features tool to make a copy of these points features? - if Copy Features succeeds, does IDW succeed using the copied features? - Did the reboot help? -Steve
... View more
05-21-2020
10:49 AM
|
1
|
2
|
1788
|
|
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
|
2011
|
|
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
|
3665
|
|
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
|
3665
|
|
POST
|
...you could create a model with Natural Neighbor and Extract By Mask.
... View more
04-28-2020
07:58 AM
|
1
|
0
|
2540
|
|
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
|
2540
|
|
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
|
1608
|
|
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
|
5222
|
|
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
|
3841
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 4 weeks 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 |
Wednesday
|