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

support custom GeoTIFF file level metadata #970

Open
bossie opened this issue Dec 11, 2024 · 2 comments
Open

support custom GeoTIFF file level metadata #970

bossie opened this issue Dec 11, 2024 · 2 comments
Assignees

Comments

@bossie
Copy link
Collaborator

bossie commented Dec 11, 2024

Follow-up ticket of Open-EO/openeo-geotrellis-extensions#317: get file-level metadata in GeoTIFFs.

Should be a matter of defining an API (a format option) and mimicking this:

gtiff_options.addHeadTag("PROCESSING_SOFTWARE",softwareversion)

@bossie
Copy link
Collaborator Author

bossie commented Dec 11, 2024

@JorisCod: would a file_metadata format option to mirror bands_metadata do? For example,

{
  "file_metadata": {
    "product_tile": "29TNE",
    "product_type": "LSF monthly median composite for band B02"
  }
}

@JorisCod
Copy link

That would be perfect !

@bossie bossie self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants