Henning Bredel
Henning Bredel
I think [the `setObject`](https://github.com/52North/IlwisCore/blob/2d025e6b20c4b6d91058b9f7ec4b9912b6293e27/core/ilwisobjects/ilwisobjectconnector.h#L24) method could be better renamed to `createProperty` to better reflect what it does.
For remote services it is unlikely that the Ilwis connector separation to load (meta-)data fits the way remote data sources (e.g. WFS, ...) provide their data. How the data is...
Consuming remote service via Qt is normally being done by async requests. To be capable of fitting in asyncronous handling pattern the system must be adapted in order to allow...
As stated in #105 it would be nice to subselect response data by adding a simple query parameter. For the `/extras` endpoint this already works (here different mechanisms make this...
The current documentation only comprises the [RESTful API documentation](http://52north.github.io/timeseries-api/). However, documentation about - architecture - development - configuration should also being added. When tackling this, we also should think where...
Has to be documented at a better place: https://github.com/52North/series-rest-api/pull/300
Requesting an endpoint with an `Accept: image/png` or other not supported MimeType for that endpoint results in an HTTP 500 error, saying no appropriate rendering view could be found. So...
Currently axes ordering is assumed to be lon/lat but SOS provides a setting which lets the installing person decide which axes ordering will be used. So lat/lon ordering would be...
while transforming on [a station directly](http://sensorweb.demo.52north.org/sensorwebclient-webapp-stable/api/v1/stations/sta_1fc4317a239a6afecf3df40e249d80b4?crs=4326) is working, it will not work when geometries are embedded, e.g. [in a timeseries](http://sensorweb.demo.52north.org/sensorwebclient-webapp-stable/api/v1/timeseries/ts_d5291cd0435eefaa2c2134fd0ba87f1d/?crs=31566)
Preferrably [WaterML2.0](http://www.opengeospatial.org/projects/groups/waterml2.0swg) encoding ... Interesting to note here that it is currently discussed to [rename WaterML2.0 to TimeSeriesML](https://portal.opengeospatial.org/files/?artifact_id=56304) eventually.