12.0.1-next.4 • Published 11 days ago

@dlr-eoc/utils-ogc v12.0.1-next.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 days ago

@dlr-eoc/utils-ogc

This library bundles our clients for OGC standards. The long-term-strategy is to make all services in @dlr-eoc/services-ogc independent of angular and move them here.

WPS

This is a client to communicate with WPS-servers. With it, remote procedures can be called, their status monitored and their results fetched. The service is intended to abstract away the differences between the versions of the WPS protocol. It currently supports both WPS 1.0.0 and WPS 2.0.0.

const c = new WpsClient('1.0.0', httpClient);
const exec$ = c.execute('http://testserver.com/wps', 'processId', inputs, outputDescriptions);
exec$.subscribe(results => console.log(results) );

Jsonix

Parts of this library depend on jsonix. The current version of jsonix (3.0.0) does not build to ES2015. To still be able to use this library, we created a fork with some minor modifications. As soon as the main repository of jsonix has fixed its build problems (we're working on a pull-request) we can move from our fork back to the main repo.

WMS

A simple client to parse WMS-GetCapabilities documents into json. That json-information might be used to create an ol- or ukis-layer, but that step is to be done by another library.

12.0.1-next.4

11 days ago

12.0.1-next.3

11 days ago

12.0.1-next.2

1 month ago

12.0.1-next.1

2 months ago

12.0.1-next.0

4 months ago

12.0.0

5 months ago

12.0.0-alpha.1

10 months ago

12.0.0-alpha.0

10 months ago

12.0.0-alpha.2

9 months ago

11.1.0

11 months ago

11.0.0

12 months ago

10.0.0

2 years ago

10.1.0

1 year ago

11.0.0-alpha.1

1 year ago

10.0.0-next.0

2 years ago

11.0.0-alpha.0

1 year ago

10.0.0-next.1

2 years ago

9.0.0

2 years ago

8.1.0

2 years ago

8.0.1

2 years ago

8.0.0-next.3

2 years ago

8.0.0-next.4

2 years ago

8.0.0

2 years ago

8.0.0-next.2

2 years ago

8.0.0-next.1

3 years ago

8.0.0-next.0

3 years ago

7.3.2-next.3

3 years ago

7.3.2-next.2

3 years ago

7.3.2-next.1

3 years ago

7.3.1

3 years ago

7.3.0-next.3

3 years ago

7.3.0-next.2

3 years ago

7.3.0-next.1

3 years ago

7.3.0-next.0

3 years ago