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.
npm install @dlr-eoc/utils-ogcThis 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.
jsonix because it is not compatible with modern angular build.npm i -D patch-package (v8.0.0) and use the patch from patches run patch-package.````
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) );