-
Notifications
You must be signed in to change notification settings - Fork 2
Adapters
Amy Boyer edited this page Aug 23, 2019
·
2 revisions
Because we want to acquire imagery from different providers, eventually, and because data from even USGS is heterogenous, adapters are used to encapsulate the process of acquiring imagery. An adapter is responsible for accepting an ImageryRequest
and producing one or more JobBundle
s to be run through the pipeline. It also may be responsible for implementing certain provider-specific transformations, like snapping sensor data to RGB ranges or computing image names so that symbolic names can be used instead.
The DummyAdapter
is implemented only for testing purposes, while the UsgsAdapter
encapsulates acquisition of LANDSAT imagery.