opendatacube / datacube-ows

Open Data Cube Open Web Services
Other
69 stars 37 forks source link

wcs1.0 and wcs2.0 could share more code #324

Open pindge opened 4 years ago

pindge commented 4 years ago

datacube-ows version: master ows_config.py version/link:: ows_test_cfg.py

Description

trying to increase test coverage, should this be reviewed and be written consistently?

https://github.com/opendatacube/datacube-ows/blob/2319ff24d65b825078e4c7118f0849c76b5e8aa6/datacube_ows/wcs1.py#L41-L54

https://github.com/opendatacube/datacube-ows/blob/2319ff24d65b825078e4c7118f0849c76b5e8aa6/datacube_ows/wcs2.py#L65-L80

What I Did

Paste the command(s) you ran and the output. If there was a crash, please include the traceback here.

SpacemanPaul commented 4 years ago

This is really a placeholder issue for general rewriting of WCS1 and refactoring of WCS2 to use more common code.