@@ -125,8 +125,22 @@ org.hortonmachine.gears.modules.v.vectortransformer.OmsVectorTransformer
125125org.hortonmachine.gears.ui.OmsCoverageViewer
126126org.hortonmachine.gears.ui.OmsMapsViewer
127127org.hortonmachine.hmachine.geoframe.core.WaterBudgetSimulation
128+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmCalibration
129+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmDataPreparator
130+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmKriging
131+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmPrestleyEt
132+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmRadiation
133+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmSimulation
134+ org.hortonmachine.hmachine.geoframe.ermworkflow.ErmStationDataImporter
128135org.hortonmachine.hmachine.geoframe.io.GeoframeEnvDatabaseIterator
129136org.hortonmachine.hmachine.geoframe.io.GeoframeWaterBudgetSimulationWriter
137+ org.hortonmachine.hmachine.geoframe.io.database.importer.GeoframeRawDataImporter
138+ org.hortonmachine.hmachine.geoframe.utils.KrigingAtCentroid
139+ org.hortonmachine.hmachine.geoframe.utils.PrestleyETAtCentroid
140+ org.hortonmachine.hmachine.geoframe.utils.RadiationAtCentroid
141+ org.hortonmachine.hmachine.geoframe.utils.radiation.LwrbPointCase.Lwrb
142+ org.hortonmachine.hmachine.geoframe.utils.radiation.NetRadiationPointCase
143+ org.hortonmachine.hmachine.geoframe.utils.radiation.swrbPointCase.ShortwaveRadiationBalancePointCase
130144org.hortonmachine.hmachine.modules.basin.basinshape.OmsBasinShape
131145org.hortonmachine.hmachine.modules.basin.rescaleddistance.OmsRescaledDistance
132146org.hortonmachine.hmachine.modules.basin.topindex.OmsTopIndex
@@ -218,19 +232,21 @@ org.hortonmachine.hmachine.modules.networktools.trento_p.utils.DiametersReader
218232org.hortonmachine.hmachine.modules.statistics.cb.OmsCb
219233org.hortonmachine.hmachine.modules.statistics.jami.OmsJami
220234org.hortonmachine.hmachine.modules.statistics.kerneldensity.OmsKernelDensity
221- org.hortonmachine.hmachine.modules.statistics.kriging.OmsKrigingCheckMode
222- org.hortonmachine.hmachine.modules.statistics.kriging.OmsKrigingRasterMode
223- org.hortonmachine.hmachine.modules.statistics.kriging.OmsKrigingVectorMode
224- org.hortonmachine.hmachine.modules.statistics.kriging.OmsKrigingVectorModeOrig
225- org.hortonmachine.hmachine.modules.statistics.kriging.nextgen.OmsExperimentalVariogram
226- org.hortonmachine.hmachine.modules.statistics.kriging.nextgen.OmsKrigingInterpolator
227- org.hortonmachine.hmachine.modules.statistics.kriging.nextgen.OmsMeasurementsDataCoach
228- org.hortonmachine.hmachine.modules.statistics.kriging.nextgen.OmsTheoreticalVariogram
229- org.hortonmachine.hmachine.modules.statistics.kriging.old.OmsKriging
230- org.hortonmachine.hmachine.modules.statistics.kriging.old.OmsValidateDoubleStation
231- org.hortonmachine.hmachine.modules.statistics.kriging.old.OmsVariogram
235+ org.hortonmachine.hmachine.modules.statistics.kriging.loo.LeaveOneOutKrigingParallel
236+ org.hortonmachine.hmachine.modules.statistics.kriging.loo.LeaveOneOutKrigings
232237org.hortonmachine.hmachine.modules.statistics.kriging.variogram.experimental.ExperimentalVariogram
233238org.hortonmachine.hmachine.modules.statistics.kriging.variogram.theoretical.TheoreticalVariogram
239+ org.hortonmachine.hmachine.modules.statistics.krigingexp.OmsKrigingCheckMode
240+ org.hortonmachine.hmachine.modules.statistics.krigingexp.OmsKrigingRasterMode
241+ org.hortonmachine.hmachine.modules.statistics.krigingexp.OmsKrigingVectorMode
242+ org.hortonmachine.hmachine.modules.statistics.krigingexp.OmsKrigingVectorModeOrig
243+ org.hortonmachine.hmachine.modules.statistics.krigingexp.nextgen.OmsExperimentalVariogram
244+ org.hortonmachine.hmachine.modules.statistics.krigingexp.nextgen.OmsKrigingInterpolator
245+ org.hortonmachine.hmachine.modules.statistics.krigingexp.nextgen.OmsMeasurementsDataCoach
246+ org.hortonmachine.hmachine.modules.statistics.krigingexp.nextgen.OmsTheoreticalVariogram
247+ org.hortonmachine.hmachine.modules.statistics.krigingexp.old.OmsKriging
248+ org.hortonmachine.hmachine.modules.statistics.krigingexp.old.OmsValidateDoubleStation
249+ org.hortonmachine.hmachine.modules.statistics.krigingexp.old.OmsVariogram
234250org.hortonmachine.hmachine.modules.statistics.sumdownstream.OmsSumDownStream
235251org.hortonmachine.lesto.modules.buildings.LasOnDtmBuildingsExtractor
236252org.hortonmachine.lesto.modules.filter.LasHeightDistribution
@@ -422,4 +438,3 @@ org.hortonmachine.modules.VoronoiDiagram
422438org.hortonmachine.modules.Wateroutlet
423439org.hortonmachine.modules.WindowSampler
424440org.hortonmachine.modules.Xyz2Raster
425- org.hortonmachine.hmachine.geoframe.ErmDataPreparator
0 commit comments