https://docs.maap-project.org/en/latest/system_reference_guide/accessing_bucket_data.html shows how to get AWS credentials for a python coding session.
For R users we need a way to the do same that does not rely on reticulate, as inserting python can mess up the gdal paths. Also current user testing of lasR is ahread of the R image version, so reticulate is not configured.
It should be a matter of hitting the same API endpoint as maap.aws.workspace_bucket_credentials() but with built in R packages. httr and httr2 are both in the GeoTrees lasR image.
https://github.com/GEO-TREES/workspace_images/tree/lasR
@samuelgrubinger needs this soon
CC: @omshinde @HarshiniGirish @hrodmn
FYI: @grallewellyn
https://docs.maap-project.org/en/latest/system_reference_guide/accessing_bucket_data.html shows how to get AWS credentials for a python coding session.
For R users we need a way to the do same that does not rely on reticulate, as inserting python can mess up the gdal paths. Also current user testing of lasR is ahread of the R image version, so reticulate is not configured.
It should be a matter of hitting the same API endpoint as
maap.aws.workspace_bucket_credentials()but with built in R packages.httrandhttr2are both in the GeoTrees lasR image.https://github.com/GEO-TREES/workspace_images/tree/lasR
@samuelgrubinger needs this soon
CC: @omshinde @HarshiniGirish @hrodmn
FYI: @grallewellyn