b'Data trends poses various potential problems suchCoarse scale grids might benefit fromchange the radius or search shape with as a value repeating across data sets butweighted distance or geostatisticalscale too\x08drifting towards its true location in thesearch neighbourhoods to create incrementally closer spaced points sets\x08 Thean averaged point value that betterHopefully I will have equally simple code result may be a series of inadvertent linearaccommodate the original points ofto integrate the pseudostations in my features tracing through our regular points\x08 more detailed point data\x08 You mightnext column\x08Table 1.ArcGIS Python code example for constructing datasets of increasing point densityimport arcpy, os, syslyr = arcpy\x08GetParameter(0)arcpy\x08env\x08Workspace = arcpy\x08GetParameterAsText(1)StartSpacing = arcpy\x08GetParameterAsText(2)StartSpacing = str(float(StartSpacing) * 2)iterations = int(arcpy\x08GetParameterAsText(3))while iterations 0:StartSpacing = str(float(StartSpacing) / 2)OriginMod = float(StartSpacing)/2outName = arcpy\x08env\x08Workspace + \\\\ + lyr\x08name + _ + StartSpacing\x08replace(\x08, _) + \x08shpdesc = arcpy\x08Describe(lyr)originCoordinate = str(desc\x08extent\x08XMin + OriginModifier) + + str(desc\x08extent\x08YMin + OriginMod)oppositeCoorner = str(desc\x08extent\x08XMax) + + str(desc\x08extent\x08YMax)yAxisCoordinate = str(desc\x08extent\x08XMin + OriginModifier) + + str(desc\x08extent\x08YMin + OriginMod + 10)cellSizeWidth = StartSpacingcellSizeHeight = StartSpacingnumRows = numColumns = labels = LABELStemplateExtent = lyrgeometryType = POLYGONarcpy\x08CreateFishnet_management(outName, originCoordinate, yAxisCoordinate, cellSizeWidth, cellSizeHeight, numRows,numColumns, oppositeCoorner, labels, templateExtent, geometryType)iterations = iterations1Free subscription to Preview online Non-members of the ASEG can now subscribe to Preview online via the ASEG website\x08 Subscription is free\x08 Just go to https://www\x08aseg\x08org\x08au/publications/PVCurrent to sign up\x08 You will receive an email alert as soon a new issue of Preview becomes available\x08 Stay informed and keep up-to-date by subscribing now!!NB: ASEG Members dont need to subscribe as they automatically receive an email alert whenever a new issue of Preview is published.31 PREVIEW FEBRUARY 2021'