We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g.
ProcessingDataFusionLayer
Sentinel Hub supports setting timespan for each datasource used in data fusion (docs, examples)
Sentinelhub.js does the same.
fromTime
toTime
.getMap()
relevant ProcessingDataFusionLayer code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g.
ProcessingDataFusionLayer
timespanSentinel Hub supports setting timespan for each datasource used in data fusion (docs, examples)
Sentinelhub.js does the same.
fromTime
,toTime
) for each layer can be set when creatingProcessingDataFusionLayer
layerfromTime
,toTime
) is set, it will be used in.getMap()
, even iffromTime
andtoTime
parameters are provided for.getMap()
fromTime
,toTime
) is NOT set,.getMap()
will usefromTime
andtoTime
parameters provided to itfromTime
,toTime
) are set for the layers,fromTime
andtoTime
params for.getMap()
must be providedrelevant
ProcessingDataFusionLayer
codeThe text was updated successfully, but these errors were encountered: