Christoph Paulik
Christoph Paulik
I've implemented support for the [interleave](https://github.com/rudolfochrist/interleave) package for myself and thought it might be interesting for others. If you don't want to support this since users can easily change the...
It would be neat to be able to access `gdal_calc.py` via ```pyhon from osgeo import gdal gdal.Calc(...) ``` I've seen that the functions are already split in a sensible way...
Hi, I have a dataset (ERA-LAND modelled data). It was converted from a grib file using CDO and NCO. Putting it into Thredds it works fine with WMS and OpenDAP....
We are currently working on the problem of resampling multiple swaths in a correct manner. Our main concern are edge effects when stitching swaths or parts of orbits together. We...
For some use cases the radius is not enough to do a proper resampling. We are having this problem with categorical data which can not be averaged in a meaningful...
Trying to fix https://github.com/mapnik/mapnik/issues/3966 Current status: We now send the correct image extent to gdal when reading so that resampling and overview selection is done by gdal. This solves my...
Seems similar to https://github.com/rmuslimov/browse-at-remote/issues/79 I get the error `browse-at-remote--get-remote-type: Sorry, not sure what to do with domain ‘gitlab.vandersat.com’ (consider adding it to ‘browse-at-remote-remote-type-domains’)` In my case I'm trying to browse...
We've just setup Mattermost on our self hosted Gitlab instance and the connection seems to work fine. - Gitlab 12.9.2 - Mattermost 5.20.2 While I do get the personal daily...
We would like to setup a channel which notifies people if the wiki of a Gitlab project is updated. It seems this is not an option at the moment since...
This might be related to https://github.com/matplotlib/basemap/issues/183 I have a quite simple global 0.1 degree image that I would like to put onto a map. The code for reproducing the problem...