Henning Bredel

Results 38 issues of Henning Bredel

The `PostClient` used for testing [does not return the error stream](https://github.com/52North/WPS/blob/wps-4.0/52n-wps-webapp/src/test/java/org/n52/wps/test/PostClient.java#L90) when the server responds with HTTP codes above `400`.

bug

When R processes can't be loaded the actual reason should be displayed in the admin interface. Possible reasons can be - when the R script is invalid - when resources...

enhancement
wps4r

Add a hint that when observations are stored with a fix time offset (e.g. `+01:00`) configuration should not be set to time zones having a DST.

We should integrate Travis build pipeline and deploy on sonatype instead of our local 52n repository. Optinions?

enhancement
5.x

When configuring Pubby with an Sparql endpoint which needs authentication (e.g. http://user:[email protected]/sparql) Pubby answers with ,----------------------------- HTTP Status 500 - JenaException: Only well-formed absolute URIrefs can be included in RDF/XML...

I believe the `catalogconnector.h`'s `clone()` method does have [misleading documentation in place](https://github.com/52North/IlwisCore/blob/master/core/catalog/catalogconnector.h#L28). It states ``` adds a filter to set of filters which this connector will use when adding items...

doc

For `kernel.h` the `demangle(const char *mangled_name)` operation declares that it ``` Adds an operation to the commandhandler. The commandhandler is the internal object that handles commands but it is not...

doc

The axis order of coordinate systems [is a well known confusion](http://wiki.osgeo.org/wiki/Axis_Order_Confusion) which causes many problems in the geo world. Currently ILWIS internally expects `x/y` coordinates to be `lon/lat` (in fact,...

bug
enhancement

This issue has been created at https://github.com/52North/IlwisConnectors/issues/20

enhancement

the mastercatalog [still has references to the container concept](https://github.com/52North/IlwisCore/blob/1280381967308035771947c2d0911e060940a427/core/catalog/mastercatalog.h#L178-L179). If these are obsolete methods/members delete them. In other cases a rename should be done to explain what's the intend.