-
Notifications
You must be signed in to change notification settings - Fork 51
docs: Refactored product storage status into eo product properties #1612
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
base: develop
Are you sure you want to change the base?
Conversation
Code Coverage (Ubuntu)Diff against developResults for commit: 6d1235e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)Diff against developResults for commit: 6d1235e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- linting failed in the CI, I think you might not have installed pre-commit. Please run
pre-commit install, thenpre-commit run -ato update already-submitted files - doc fails to build, please run
tox -e docslocally to check then fix errors - please add to this list
storageStatuswith original info fromdocs/getting_started_guide/product_storage_status.rst - add
idas Unique identifier for the resource, harmonized across providers. - add
tileIdentifier
| - **language**: Language of the resource content. | ||
| - **specification**: Reference to the specification to which the resource conforms. | ||
| - **parentIdentifier**: A string identifying the parent of the entry in a hierarchy of resources. | ||
| - **productionStatus**: A string identifying the status of the entry (e.g., ARCHIVED, ACQUIRED, CANCELLED). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **productionStatus**: A string identifying the status of the entry (e.g., ARCHIVED, ACQUIRED, CANCELLED). |
Should be removed, see https://eodag.readthedocs.io/en/latest/changelog.html#v1-5-1-2020-04-08
Please also remove remaining occurrences of productionStatus in the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add or comment this suggestion
| - **illuminationZenithAngle**: Illumination zenith angle during acquisition. | ||
| - **illuminationElevationAngle**: Illumination elevation angle during acquisition. | ||
| - **polarizationMode**: Mode of polarization, space-separated (i.e. VV, VV VH, etc). | ||
| - **polarizationChannels**: Channels used for polarization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **polarizationChannels**: Channels used for polarization. | |
| - **polarizationChannels**: Channels used for polarization, space-separated (i.e. ``"VV"``, ``"VV VH"``, etc). |
| EODAG exposes metadata for queryables based on [OGC OpenSearch Extension for Earth Observation](https://docs.ogc.org/is/13-026r9/13-026r9.html) for all providers that support it. | ||
| All of the parameters are string based. If a parameter requires an specific format it will be defined on the list below. | ||
|
|
||
| ---------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| EODAG exposes metadata for queryables based on [OGC OpenSearch Extension for Earth Observation](https://docs.ogc.org/is/13-026r9/13-026r9.html) for all providers that support it. | |
| All of the parameters are string based. If a parameter requires an specific format it will be defined on the list below. | |
| ---------------------------- | |
| EODAG maps each provider's specific metadata parameters to a common model using | |
| `OGC OpenSearch Extension for Earth Observation <http://docs.opengeospatial.org/is/13-026r9/13-026r9.html>`_. | |
| Extra parameters that have no equivalent in this model are mapped as they are. | |
| For more information on parameters mapping, please see `Contributing / Parameters mapping <../params_mapping.rst>`_. | |
| Here is a list of these common mapped properties: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add or comment this suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- add
idas Unique identifier for the resource, harmonized across providers.
id is still missing
| EODAG exposes metadata for queryables based on [OGC OpenSearch Extension for Earth Observation](https://docs.ogc.org/is/13-026r9/13-026r9.html) for all providers that support it. | ||
| All of the parameters are string based. If a parameter requires an specific format it will be defined on the list below. | ||
|
|
||
| ---------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add or comment this suggestion
| * STAGING: the product has been ordered and will be `ONLINE` soon; | ||
| * OFFLINE: the product is not available for download, but can eventually be ordered. | ||
|
|
||
| * ``eodag`` is able to order `OFFLINE` products and retry downloading them for a while. This is described in more details in the `Python API user guide <../notebooks/api_user_guide/8_download.ipynb>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad RST formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please sort properties in alphabetical order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add double ticks around properties values to make them more visible (VV,VV VH, ...)
| ---------------------------- | ||
|
|
||
| * **uid**: Unique identifier for the resource, using provider specific formatting. | ||
| * **tileIdentifier**: Tile identifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * **tileIdentifier**: Tile identifier. | |
| * **tileIdentifier**: Tile identifier from Sentinel 2 MGRS tiling grid (``31TCJ``, ``17FQE``, ...) |
| * **productionStatus**: A string identifying the status of the entry (e.g., ARCHIVED, ACQUIRED, CANCELLED). | ||
| * **acquisitionType**: Used to distinguish at a high level the appropriateness of the acquisition for general use. Values: NOMINAL, CALIBRATION, OTHER. | ||
| * **orbitNumber**: A number, set, or interval requesting the acquisition orbit. | ||
| * **orbitDirection**: A string identifying the acquisition orbit direction. Possible values: ASCENDING, DESCENDING. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not list possible values as we do not harmonize them for the moment
| * **specification**: Reference to the specification to which the resource conforms. | ||
| * **parentIdentifier**: A string identifying the parent of the entry in a hierarchy of resources. | ||
| * **productionStatus**: A string identifying the status of the entry (e.g., ARCHIVED, ACQUIRED, CANCELLED). | ||
| * **acquisitionType**: Used to distinguish at a high level the appropriateness of the acquisition for general use. Values: NOMINAL, CALIBRATION, OTHER. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not list possible values as we do not harmonize them for the moment
Co-authored-by: Sylvain Brunato <[email protected]>
Co-authored-by: Sylvain Brunato <[email protected]>

Repurposing the old page to describe the EO Open Search parameters.