I am trying to add xy layer as suggested by you by right clicking the extracted points shp file.I am not finding the option for it.
newDataset = arcpy.GeostatisticalDatasets("C:\\temp\\myXML.xml") newDataset.dataset1 = "C:\\temp\\myFeatureClass1.shp" newDataset.dataset1Field = "myField1" arcpy.GACreateGeostatisticalLayer_ga("C:\\temp\\myXML.xml", newDataset, "outGALayer1")
Hi, I am reading these information, which is very useful for me. But I am using version 10. There is no arcpy.GeostatisticalDatasets in version 10, right? What I should do for these general workflow:
Thanks very much!!!!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.