Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

aod & therefore atmo correction doesn't work on datahandler branch #335

Closed ra-tolson closed 7 years ago

ra-tolson commented 7 years ago

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.

ra-tolson commented 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
ircwaves commented 7 years ago

It is the lack of the query_service method.

ra-tolson commented 7 years ago

338 merge == this be fixed