Darius Görgen

Results 42 comments of Darius Görgen

> Yes! Great! Then I would suggest to focus on S3 and Azure Blob as a starting point, maybe Google Cloud Storage later. For S3 it should be possible to...

Hi! I set up a [Gist](https://gist.github.com/goergen95/6b13c39af41d831cce315e06b6fde54e) using Docker consisting of a RStudio and a minio server. You might still use the R script with some adaptations with your setup? The...

`{aws.s3}` currently does not rely on the `AWS_DEFAULT_REGION` and `AWS_REGION` env vars by default (as per cloudyr/aws.s3#371). We thus would either need custom code to better support both AWS and...

Regarding 1: creating a dedicated branch in this repo is the way to go in my view. Regarding 2: - I would like that users specify something like : `outdir...

Just another note: `{aws.s3}` seems like it is no longer actively maintained (last release on 2020-04-07). I think it is high-quality, but I would not like to add an unmaintained...

paws seems to be quite heavy on dependencies... maybe its a valid alternative if we just can rely on [paws.storage](https://cran.r-project.org/web/packages/paws.storage/index.html)

The URL points towards the latest release, see: https://github.com/mapme-initiative/mapme.biodiversity/blob/72ae9fa65218febf4146d269e11d6d0f0ef9fb3b/R/get_soilgrids.R#L147 If I understand the [README.md](https://files.isric.org/soilgrids/latest/data/README.md) correctly, this points towards v2.0. So only the documentations needs some changes.

Great, I will try to get a better understanding of `vapour` and maybe I'll be able to contribute PRs further down the line. But I am just getting my feet...

I had a look at the automation side of things. GDAL's python bindings are generated using [SWIG](https://github.com/OSGeo/gdal/tree/master/swig). SWIG also supports generating [R bindings](https://www.swig.org/Doc4.2/SWIGDocumentation.html#R), though it seems that it needs some...

For future reference, the code below translates a whole zip file to a local GPKG on your disk. Requires GDAL to be build against SpatialLite >=5.0: ```bash filename=AfricaWest-Full query="select field_1...