-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updated naming and data product versioning conventions #358
Updated naming and data product versioning conventions #358
Conversation
…rsation from SDWG meeting on 03/07/24
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.
minor nits, otherwise I think it agrees with what we discussed. Thanks for updating this!
* HIT: TBD | ||
* IDEX: TBD | ||
* IMAP-Hi: TBD | ||
* IMAP-Hi: ``45sensor-counts``, ``90sensor-counts``, ``45sensor-flux-3month-map`` (more TBD) |
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.
I forgot to bring this up on the call today, but for consistency should we put 3month
at the end?
flux-map-3month
similar to how SWAPI has sci-1min
with the frequency last.
cc @tech3371
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.
That is probably a good idea!
is also ``YYYYMMDD``. | ||
* ``<version>`` stores the version of the data product in the format is ``vXX-YY``. See the versioning conventions | ||
described in the :ref:`data product versioning <Data Product Versioning>` documentation for further details. | ||
* ``<repointing>`` is an optional component that describes the repointing number, in the format of ``repoint-<num>``, |
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.
I think we probably want to remove the "-" between repoint and number so it is a single repoint field and the hyphen separates the date and repointing fields.
* ``<repointing>`` is an optional component that describes the repointing number, in the format of ``repoint-<num>``, | |
* ``<repointing>`` is an optional component that describes the repointing number, in the format of ``repoint<num>``, |
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.
Ah yes, good catch.
…date-naming-and-version-conventions Updated naming and data product versioning conventions
Change Summary
Overview
This PR updates the documents for filenaming and data product versioning conventions based on the conversations during the SDWG meeting on 03/07/2024.
Updated Files
docs/source/development-guide/style-guide/naming-conventions.rst
docs/source/development-guide/style-guide/versioning.rst