Michael Sumner
Michael Sumner
`SFSQL()` wraps the basic sql query to `read_sf()`, passing in the DSN argument in the usual way (file, url, connection string) with a dummy `layer` value. `SFSQL_PG()` adds another level...
Something just clicked in my head after re-reading a tweet by @tim-salabim, and I want to write some stuff down. There's an API for generating silicate forms, and primarily they...
It seems feasible to support raw vector input, say as a 3 or 4 column matrix for RGB,RGBA. I'm reading raw direct from GDAL imagery, but it seems I need...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_vapour.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...
```R Sys.setenv(AWS_NO_SIGN_REQUEST="YES") Sys.setenv(AWS_VIRTUAL_HOSTING="FALSE") Sys.setenv(AWS_DEFAULT_REGION="us-west-2") #library(stars) src
how? ``` // FIXME: this is unused, how to get the compression type if present? // char **MDdomain = GDALGetMetadataDomainList(hDataset); // // int mdi = 0; // iterate though MetadataDomainList...
these 'source_*' args can go, do all at the R level ```R inline List gdal_warp_in_memory(CharacterVector source_filename, CharacterVector source_WKT, CharacterVector target_WKT, NumericVector target_extent, IntegerVector target_dim, IntegerVector bands, NumericVector source_extent, CharacterVector resample,...
https://twitter.com/TimSalabim3/status/1541394754444955649?t=lXKJo92Ub0USzLvKLNZ3TQ&s=19 why slower?
From Grant Williamson, how would this look from a vapour/gdalheaders perspective: > It’s occurred to me that what I would like is to be able to compile some C code...