|
POST
|
If I understand the problem correctly I would do the following: Multiply each raster by say 1000 (or whatever you decide on) because COMBINE will INT the values Use COMBINE Have a look at the COMBINE tool and decide if this will do the job. -Steve
... View more
08-27-2014
03:33 PM
|
1
|
1
|
574
|
|
POST
|
What happens if you run the ExtractValuesToPoints geoprocessing tool from the toolbox and feed in your raster and point feature class? I.e. in your script you could print out the raster name and the name of the feature class. Also, the GALayerToPoints tool exports a geostatistical layer to points. The tool can also be used to predict values at unmeasured locations or to validate predictions made at measured locations. This route will save you creating a raster. -Steve
... View more
08-12-2014
04:44 PM
|
0
|
4
|
2452
|
|
POST
|
Have you seem the New Spatial Analyst Supplemental tools?
... View more
06-11-2014
10:20 AM
|
0
|
0
|
1585
|
|
POST
|
I agree with Dan, however, I would suggest the following; - convert your coastline to polyline if not already a polyline (use FeatureToLine tool) - IDW with; 1) original points (without the zero's) 2) use the above polyline as a barrier 3) set the extent (in the environment) to the polyline or IDW with 1) original points (without the zero's) 2) set the extent (in the environment) to the polygon boundary 3) set the mask (in the environment) to the polygon boundary -Steve
... View more
06-10-2014
07:12 AM
|
0
|
0
|
3052
|
|
POST
|
Try PathDistance with only the following inputs - Input raster or feature source data = your contour feature class - in the Environment -> Raster Analysis -> Cell size = cell size of your DEM or experiment with different values -Steve
... View more
06-03-2014
09:39 AM
|
0
|
0
|
3461
|
|
POST
|
The Geostatistical Analyst tools do not honor the Parallel Processing Factor environmental setting. However, some of the Geostatistical tools do honor their own parallel processing factor, see: Parallel processing with multiple CPUs. -Steve
... View more
05-30-2014
02:17 PM
|
0
|
0
|
801
|
|
POST
|
Corey This is not a script tool. It is one of the geoprocessing tools that is shipped with ArcGIS. You do need a Geostatistical Analyst license however. -Steve
... View more
05-21-2014
01:25 PM
|
0
|
0
|
1793
|
|
POST
|
Kathleen Kernel Density and Kernel Interpolation are different methods. See the Kernel Interpolation with Barriers documentation for help on the bandwidth parameter. And, the units of it are the same as those of the input point feature class. -Steve
... View more
05-21-2014
08:58 AM
|
0
|
0
|
1431
|
|
POST
|
If you have the Geostatistical Analyst extension you could use the SubsetFeatures tool. This will randomly split up your data and make a copy of what percentage of the data you requested (or you can request a number of values). It can also create a second data set which is all that is not in the first one. This tools works against any type of feature class. -Steve
... View more
05-21-2014
07:04 AM
|
0
|
0
|
1793
|
|
POST
|
I guess you did not set the processing extent in the environment. The default is the intersection of the inputs and you would want to use the union. -Steve
... View more
05-20-2014
07:42 AM
|
0
|
0
|
1613
|
|
POST
|
Ernest Kriging can produce negative values from an all positive input dataset. I used your data and repeated the kriging 100 times without changing any of the parameters. All the outputs are identical, which is what we would expect. By the way, you have coincident data. The kriging method in Spatial Analyst will only use one of the coincident values, whereas, kriging in Geostatistical Analyst can use all the coincident data. Steve
... View more
05-15-2014
07:36 AM
|
0
|
0
|
556
|
|
POST
|
From the graphic it appears that your data are in a projected coordinate system and the unit of measure is meters. Did you assign a spatial reference to the data from the Excel file, in other words; - right click the input point feature class and under the Source tab, do you have a projected coordinate system? What is the extent of your input data, in other words, how many meters by how many meters? -Steve
... View more
05-12-2014
07:36 AM
|
0
|
0
|
4665
|
|
POST
|
The Walk function was made available at ArcGIS 10.1 Service Pack 1. http://resources.arcgis.com/en/help/main/10.2/index.html#//018w00000023000000
... View more
04-29-2014
08:03 AM
|
0
|
0
|
487
|
| 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 |
11 hours ago
|