Michael Sumner
Michael Sumner
the thing I'm looking at now (independent of terra) is wanting to track S3 objects that GDAL writes to "/vsis3" but targets then cannot understand as a file format, because...
Nice! I have to read this in detail, but glad to have this response. `tar_files()` might do what I want, and I didn't know about `vsi_get_actual_url()`. To update what I...
Including @krlmlr maintainer of duckdb R package 🙏
@nyalldawson because excited folks are wanting QGIS to Quack 😃
it works for me with ``` wget https://github.com/OSGeo/gdal/raw/refs/heads/master/autotest/ogr/data/parquet/poly.parquet docker run --rm -it -v $(pwd):/tmp/gdal ghcr.io/osgeo/gdal ogrinfo -if ADBC \ /tmp/gdal/poly.parquet \ -sql "select st_astext(geometry), * from poly" \ -oo PRELUDE_STATEMENTS="load...
so fwiw this also worked (I couldn't find a way to hit the url without download via vsicurl) ``` curl -o poly.parquet https://raw.githubusercontent.com/OSGeo/gdal/master/autotest/ogr/data/parquet/poly.parquet docker run --rm -it -v $(pwd):/tmp/gdal ghcr.io/osgeo/gdal...
Can do, posting here now for notifications tomorrow 🙏
there's an error here afaics: ```R pkgstats:::install_ctags_windows function (pkg_path) { u
@jhollist your work looks great, better than mine because you've actually verified for use (not just getting the binaries which is all I really checke). Please proceed with a PR,...
Apologies I won't be able to do anything on this for a week at least.