Even Rouault

Results 1301 comments of Even Rouault

Hi all, I'd like to contribute docs and code to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of...

Community extension for vector tiles drafted at https://github.com/jyutzler/geopackage-vector-tiles/blob/master/spec/1_vector_tiles.adoc

I've just verified that v1.5.1 does *not* work with the default compiler of Ubuntu 20.04, due to a change in the C++ ABI. An updated SDK will be needed to...

> If Apache Parquet used `application/apache.parquet` would it be appropriate to use `application/apache.parquet; application=geoparquet`, since geoparquet files are valid parquet files? Maybe it'd be weird to have `application` in the...

> if one wants to add some features & helper methods. what would you want to do exactly ? Those classes are mostly intended for GDAL driver usage, not that...

ok, you may submit a PR adding the protected keyword you may also have a look at https://github.com/nanodbc/nanodbc that might already have what you want.

@m2rt @ashangit I'd appreciate if you could review and/or test this. I only tested it through the unit tests I've added, not with a real setup.

> ``` > > ``` looking at how you built the Docker image, things should be fine. And the fact that there's a Action=AssumeRoleWithWebIdentity GET request shows that it uses...

I've pushed the fix_6320_debug in my rouault/gdal fork. You can build commit f13022631d06c6deeee1988adb8537b44b909fb0 and the run "gdalinfo /vsis3/MYBUCKET/myfile.jpg --debug on" and report the output

ok, so it looks like the AssumeRoleWithWebIdentity request failed since the following ``` HTTP: Fetch(https://sts.us-east-1.amazonaws.com/?Action=AssumeRoleWithWebIdentity&RoleSessionName=gdal&Version=2011-06-15&RoleArn=arn:aws:iam::SOURCEACCOUNT:role/SOURCEROLE&WebIdentityToken=TOKEN ) HTTP: libcurl/7.81.0 GnuTLS/3.7.3 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.13 ```...