Dewey Dunnington

Results 83 issues of Dewey Dunnington

Just extending discussion from #9 to be its own issue. The idea is to delay any action involving the original raster object until there is a known height, width, and...

enhancement

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_ggspatial.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `devtools::build_readme()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual...

After #97 we have much better testing of stars rendering, but we may be missing a few branches for the lazy rendering. Methods are here: https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-terra.R#L288-L331 https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-stars.R#L282-L331 https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-raster.R#L287-L334

The forthcoming release of ggplot2 will treat coordinates for non-sf geoms as WGS84 longitude/latitude. This means all `geom_spatial_*()` functions will stop working, as they exploit the previous behaviour (non-sf geom...

Should probably add an empty `geom_sf()` layer like `layer_spatial.Raster()` and family to ensure the plot behaves as expected

Currently if the user modifies the data table, there is no way to add params, locations, or datasets. Probably functions that mirror the `update_` family should be added, in addition...

### Describe the bug, including details regarding any error messages, version, and platform. I ran into this when running tests in geoarrow-c, which includes an implementation of the GeoArrow extension...

Type: bug
Component: C++

This is an issue so that we remember to come back to this. As noted by. @clauswilke here: https://github.com/tidyverse/ggplot2/issues/3561#issuecomment-599091916 , constructing ternary diagrams using ggplot requires a lot of copying...

feature
internals :mag_right:

Currently when we export a spatial column to Arrow, we get: ```python import duckdb duckdb.sql("LOAD spatial;") duckdb.sql("SELECT ST_GeomFromText('POINT (0 1)') as geom").to_arrow_table() #> pyarrow.Table #> geom: binary #> ---- #>...

enhancement

Thanks to the r-spatial panel question at FOSS4G! ``` r library(qgisprocess) #> Using 'qgis_process' at '/Applications/QGIS-LTR.app/Contents/MacOS/bin/qgis_process'. #> QGIS version: 3.16.10-Hannover #> Metadata of 971 algorithms successfully cached. #> Run `qgis_configure()`...

bug