WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

spatial plot fails with single coordinate. #192

Closed andrejadd closed 6 years ago

andrejadd commented 6 years ago

Warning: Error in plotFilledContour: no proper 'z' matrix specified Stack trace (innermost first): 105: plotFilledContour [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#577] 104: plotSpatialImage_main [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#265] 103: plotSpatialImage [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/plotSpatialImage.R#23] 102: renderPlot [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/server.R#360] 92: 81: plotObj 80: origRenderFunc 79: output$image_plot 4: 3: do.call 2: print.shiny.appobj 1:

And this happens even after I avoid generating gridpoints with splancs::gridpts() and just put the single coordinate into the interp.pred list (with z being NaN).

andrejadd commented 6 years ago

What data set? Still not working?