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 option to save catalog object #100

Closed
AdrienWehrle opened this issue Oct 16, 2024 · 0 comments · Fixed by #103
Closed

Add option to save catalog object #100

AdrienWehrle opened this issue Oct 16, 2024 · 0 comments · Fixed by #103
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AdrienWehrle
Copy link
Owner

AdrienWehrle commented Oct 16, 2024

Some users might want to have access to specific platforms (e.g. to distinguish between data from Sentinel-2 A and B) or other tile-specific details. Let's have an option to output the full catalog object.

Metadata are saved e.g. here:

self.metadata = [list(iterator) for iterator in search_iterator]

and for instance, the platform(s) could be obtained with

[m["properties"]["platform"] for m in self.metadata[0]]

Such metadata could actually be saved straight away as metadata in the geotiff files, as shown here.

see #84 to modify file save.

@AdrienWehrle AdrienWehrle added the enhancement New feature or request label Oct 16, 2024
@AdrienWehrle AdrienWehrle self-assigned this Oct 16, 2024
@AdrienWehrle AdrienWehrle added the good first issue Good for newcomers label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant