|
POST
|
Ben Some additional comments regarding your script. - EBK is a geoprocessing tool and therefore you don't need to 'create' it via the CreateGeostatisticalLayer tool. - if you are creating raster output you can use the environmental MASK which will speed up execution a lot - it appears that your data are in GCS (geographic coordinate system), not a good idea, rather project the data. -Steve
... View more
04-25-2014
06:45 AM
|
0
|
0
|
1703
|
|
POST
|
Ben The geostatistical layer that you create is an in memory layer. Therefore outlyr=lyrpath+"/"+fc+"_GA.lyr" should not have a path and an extension. Just a name, viz., 'mylyr' You could, for debugging, persist this in memory layer using arcpy.SaveToLayerFile_management('mylyr', r'c:\temp\galyr.lyr') and then drag this .lyr into ArcMap. -Steve
... View more
04-24-2014
09:22 AM
|
0
|
0
|
1703
|
|
POST
|
What happens if you launch the GA Layer To Grid geoprocessing tool (Geostatistical Analyst tools-> Working with Geostatistical Layers) ? What OS are you running? Thanks Steve
... View more
04-16-2014
06:39 AM
|
0
|
0
|
1170
|
|
POST
|
There are a number of ways to exclude data from the analysis. Here are some; 1) from the Geostats help. "For data formats that support Null values, such as file and personal geodatabase feature classes, a Null value will be used to indicate that a prediction could not be made for that location or that the value showed be ignored when used as input. For data formats that do not support Null values, such as shapefiles, the value of -1.7976931348623158e+308 is used (this is the negative of the C++ defined constant DBL_MAX) to indicate that a prediction could not be made for that location." 2) or use the Make Feature Layer geoprocessing tool 3) or use the Select Layer By Attribute geoprocessing tool -Steve
... View more
04-14-2014
07:20 AM
|
0
|
0
|
2296
|
|
POST
|
There is a problem with the DEM, it has NoData and �??Not a number�?�. I'm not sure how the NAN values got into the raster. We�??ll fix the hanging issue that you see in our next release, which will most probably be 10.3. To fix your issue, do the following: - RasterToPoint tool - Then use this feature class in place of the raster If you really want to use a raster then: - RasterToPoint - PointToRaster using the original DEM�??s cell size and extent -Steve
... View more
04-02-2014
11:59 AM
|
0
|
0
|
2182
|
|
POST
|
When creating a DEM from contours one should rather use the TopoToRaster tool. It is designed for that purpose. When converting lines to points and then interpolating the points you'll often get terraces in the output DEM and that is why a more suited tool should rather be used. -Steve
... View more
04-01-2014
04:51 AM
|
1
|
0
|
3284
|
|
POST
|
I'm sorry that you are having a problem. First close ArcMap Please set the GA_TMP variable to a location like c:\temp Then open ArcMap again or reboot your computer or email me at [email protected] -Steve
... View more
03-28-2014
02:42 PM
|
0
|
0
|
2182
|
|
POST
|
It'll be a location similar to C:\Users\xxxxYourNamexxx\AppData\Local\ESRI\Desktop10.0\GeostatisticalAnalyst (not sure if it is 10.0 or 10 in your case) If you can't find this then set a Windows System Environment variable called GA_TMP -Steve
... View more
03-28-2014
10:44 AM
|
0
|
0
|
2182
|
|
POST
|
After clearing the cache try kriging and if that works then try cokriging BTW, are the points and the raster in the same coordinate system? -Steve
... View more
03-28-2014
09:47 AM
|
0
|
0
|
2182
|
|
POST
|
Sarah You have 13 rain gauges and a DEM with approx. 180x180 rows and columns, correct? - It should have finished, you can kill the process - what version of ArcGIS do you have? - What operating system are you on? - 13 is a very small number of gauges! (but I understand that is all you have) - what type of kriging are you trying to perform? - what transformation have you selected (if any)? - does kriging without the DEM work? - try clearing your cache, viz., close ArcMap, then delete all the files in this location -Steve
... View more
03-28-2014
06:33 AM
|
0
|
0
|
2182
|
|
POST
|
If you have access to Spatial Analyst then use the Con tool
... View more
03-12-2014
03:36 PM
|
0
|
0
|
966
|
|
POST
|
for initial default see Geostatistical Wizard or [ATTACH=CONFIG]31410[/ATTACH]
... View more
02-13-2014
08:07 AM
|
0
|
0
|
5027
|
|
POST
|
Trying increasing the bandwidth value. I would rather suggest you first use KernelInterpolationWithBarriers, same concept, larger bandwidth brings in more data, however, it may then over smooth the data. Trial and error and look at using the CrossValidation tool or it can all be done in the Geostatistical Wizard. You might want to move this post to http://forums.arcgis.com/forums/100-Geostatistical-Analyst -Steve
... View more
02-13-2014
06:29 AM
|
0
|
0
|
5027
|
|
POST
|
or run the "Add XY Coordinates" tool and it'll add new fields to the table and populate them with X,Y,Z and M values.
... View more
02-13-2014
04:48 AM
|
0
|
0
|
795
|
| 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
|