Closed ra-tolson closed 7 years ago
PS - my test run was to use the command-line once in a DH-derived branch and once in dev:
gips_process sentinel2 -p ref -s /path/to/gips/gips/test/durham.shp -d 2017-01-10 -v6
It is the lack of the query_service method.
It looks like a lack of query/fetch bifurcation. It tries to call query_provider while running MOD08 fetch, which raises an exception by default. I took a minute to verify it worked as usual on the dev branch.