plotKML icon indicating copy to clipboard operation
plotKML copied to clipboard

plotKML: Visualization of Spatial and Spatio-Temporal Objects in Google Earth

Results 7 plotKML issues
Sort by recently updated
recently updated
newest added

Hi, the correction does not seem to have applied to the new version on CRAN (0.8-3). I still get the same error message using the CRAN version. Error in .getClassesFromCache(Class)...

plotKML seems to not be on CRAN anymore, and is archived. I think this is because geoR was archived, and landmap needs geoR, and plotKML needs landmap. I have emailed...

I ran into this error and produced the smallest reproducible example that I could. I also have a fix that works for this case, but I am unsure if it...

Hi, Currently we have this. ``` kml_layer.SpatialPoints(puntos_sfc, subfolder.name = "subfolder_level1", points_names = puntos_sfc$NAME, colour = "red", shape = 'http://plotkml.r-forge.r-project.org/3Dballyellow.png', LabelScale = 0.8) ``` There could be and option in subfolder.name...

When I run this code in the PNV tutorial I get the error: `Error in as.vector(x, "character") : cannot coerce type 'closure' to vector of type 'character'` ```{r, eval=FALSE} grid1km$cool.mixed.forest

Working on the implementation of Vector Data Cubes defined in stars I found the same error that is documented [here](https://github.com/edzer/spacetime/issues/30) and [here](http://r-sig-geo.2731867.n2.nabble.com/plotKML-using-STFDF-object-replicated-polygons-plot-order-error-td7590866.html). I will add a reprex as soon as...

This package depends on (depends, imports or suggests) **raster** and one or more of the retiring packages **rgdal**, **rgeos** or **maptools** (https://r-spatial.org/r/2022/04/12/evolution.html, https://r-spatial.org/r/2022/12/14/evolution2.html). Since **raster** `3.6.3`, all use of external...