Roel Arents
Roel Arents
I would like geopakcage [GEOMETRY](https://www.geopackage.org/spec/#geometry_types) type to not result in a startup error , but instead to be handled as an _unknown type_. The layer type is used for rendering...
When serving tiles from a geopackage (~85 GiB, ~20 layers) I see that the response times are drastically lower when requests are made in parallel. E.g. when I create test...
Regarding the [list-blobs](https://learn.microsoft.com/en-us/rest/api/storageservices/list-blobs#uri-parameters) endpoint. Azure handles an empty `delimiter` query parameter as such (as if it was not given). But Azurite defaults it to a `/` (slash). This behaviour was...
#### What is the purpose of this change? In #3285 support for `azureblob` was added. In #6290 the option was added to override the endpoint. This adds the option to...
workaround for https://github.com/Azure/azure-sdk-for-go/issues/22156 ### Motivation Recently [bumped](https://github.com/argoproj/argo-workflows/pull/12459) the azure sdk for go for blob storage. But it has an [issue](https://github.com/Azure/azure-sdk-for-go/issues/22156) with concurrent downloads. ### Modifications Set concurrency when downloading artifacts/files/blobs...
## Expected behavior and actual behavior. Expected the only feature in the dataset in the output, instead of an empty result set. ## Steps to reproduce the problem. Have a...
## Expected behavior and actual behavior. Expected a geojson output including a `crs` key. E.g. ```json { "type": "FeatureCollection", "name": "Something", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3035" }...
`{$var-default}` was both in the supported and unsupported list
**What this PR does / why we need it**: ConnectionString for Azure Blob storage now supports SAS connstr with non-default domain (code copied from https://github.com/Azure/azure-sdk-for-go/pull/20759) **Which issue(s) this PR fixes**:...
In our use case we have many images and we'd like to be able to prioritize better. In order to sort by arbitrary priority, this PR adds a `priority` label...