GA multiple Layers predicted To one Point feature class AT

1780
1
06-12-2013 08:23 AM
D_D_
by
New Contributor II
Greetings,

1) I want to use the "GA Layer To Point" tool for a multiple geostatistical layers (around 50) and only one point layer (observation stations). I need to assign the predicted values to my points but without creating a new GALayerToPoints.shp for each GL. I need to store the result in one Attribute table (of my observation stations) but with many fields. How it can be done?

2) And I have one more question: how to use iterators in the Model Builder for the geostatistical layers that are stored in .mxd project files. Or only Batch might be used, if they are not physically exists?

😉
0 Kudos
1 Reply
SteveLynch
Esri Regular Contributor
Reply #1
- say fc (feature class) is used as input to GALayerToPoints and output is fc2
- then AddField to fc
- CalculateField from fc2 to fc
- and repeat

Reply #2
- the GA layer, in the TOC of ArcMap, can be saved to a .lyr file using SaveToLayerFile, or
- if they (GALayers) are stored as .xml files, then use CreateGeostatisticalLayer tool

Steve
0 Kudos