Skip to content
New issue

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

Add documentation for ProcessingDataFusionLayer #251

Open
zcernigoj opened this issue Sep 19, 2023 · 0 comments
Open

Add documentation for ProcessingDataFusionLayer #251

zcernigoj opened this issue Sep 19, 2023 · 0 comments

Comments

@zcernigoj
Copy link
Collaborator

zcernigoj commented Sep 19, 2023

e.g.

ProcessingDataFusionLayer timespan

Sentinel Hub supports setting timespan for each datasource used in data fusion (docs, examples)

Sentinelhub.js does the same.

  • timespan (fromTime, toTime) for each layer can be set when creating ProcessingDataFusionLayer layer
    • if the layer's timespan (fromTime, toTime) is set, it will be used in .getMap(), even if fromTime and toTime parameters are provided for .getMap()
    • if the layer's timespan (fromTime, toTime) is NOT set, .getMap() will use fromTime and toTime parameters provided to it
  • if no timespans (fromTime, toTime) are set for the layers, fromTime and toTime params for .getMap() must be provided

relevant ProcessingDataFusionLayer code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant