Skip to content

Add sat:acquisition_station field and update dependencies #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

emmanuelmathot
Copy link
Member

Introduce the sat:acquisition_station field to enhance data lineage and provenance tracking for satellite data.

Fixes #12

Update dependencies

@emmanuelmathot emmanuelmathot requested a review from m-mohr March 31, 2025 07:11
| sat:orbit_cycle | integer | The number of repeat cycle done by the satellite at the time of the acquisition. [Repeat cycle](https://ltb.itc.utwente.nl/page/498/concept/81577) is the time between two successive identical orbits. |
| sat:orbit_state_vectors | Map<string, \[number]> | The state vectors of the satellite at the time of acquisition. |
| sat:anx_datetime | string | The [Ascending Node](https://en.wikipedia.org/wiki/Orbital_node) Crossing (ANX) time, in UTC. It is formatted according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6). |
| sat:acquisition_station | string | The acquisition station (ground station) where the satellite data was downlinked. Equivalent to `eop:acquisition_station` in OGC 10-157r4 and OGC 17-003r2. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this (for L0 data?) the same as processing:facility?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The acquisition station and processing may be the same entity but not always. The purpose is different and such a field can allow the search of acquisitions downlinked to a specific station in some strict timeliness conditions, especially for RAW or level 0 product.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. Is this properly scoped in the sat extension though? I'm not really into all the details, but a ground station feels a bit disconnected to a sat as it's on the ground, not in orbit. It feels more closely related to processing:facility in processing. So I think it might better fit in there or maybe even into a new extension if we expect more related metadata.

@emmanuelmathot emmanuelmathot requested a review from m-mohr April 28, 2025 07:10
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

Successfully merging this pull request may close these issues.

acquisition_station
2 participants