Denis Rykov
Denis Rykov
> Note: all these content types use the “x-” experimental prefix that is allowed by RFC2046. "X-" prefix of HTTP headers is deprecared, see [RFC6648](http://www.ietf.org/rfc/rfc6648.txt).
STAC strives to make geospatial information more accessible and there's a general movement to migrate from in-house built catalogs towards services with STAC compliant APIs. In this situation the problem...
I would like to add a quadkey-based layer on my webmap and as far as I can see there are at least 2 ways to do that: 1. Use `ol/source/BingMaps`...
Is it ok? 
Fixes https://github.com/mapproxy/mapproxy/issues/499
According to the [docs](https://mapproxy.org/docs/nightly/deployment.html#enabling-logging): > The test server is already configured to log all messages to the console (stdout). But since version 1.13.0 you can see the following error message...
Issue discussed at mailing list. @ is the separator for username and password. But if @ is not separator but part of the path, e.g.: ``` http://localhost/tiles/%(tms_path)s/[email protected] ``` then the...
This is probably GDAL issue but the thing is I have at hand only rasterio snippet to reproduce it. I run following scripts with `CPL_CURL_VERBOSE=YES`. This one works fine without...
`gdal_translate` [produces](https://lists.osgeo.org/pipermail/gdal-dev/2016-July/044911.html) an output whose cell alignment and content matches the source dataset if `-projwin` option is passed. For now there is no way to achieve the same result using...
I have two models: `Projects` and `Subscriptions`. Each project can have multiple subscriptions (one-to-many). I started from this code: ``` class SubscriptionSchema(ma.ModelSchema): class Meta: model = Subscription class ProjectSchema(ma.ModelSchema): class...