Skip to content

Commit ed92053

Browse files
authored
Merge pull request #44 from pds-data-dictionaries/release/1.25.0.0
PDS4 Information Model Release 1.25.0.0 Also resolves LDD Repo issues [#340](pds-data-dictionaries/PDS4-LDD-Issue-Repo#340) and [#326](pds-data-dictionaries/PDS4-LDD-Issue-Repo#326).
2 parents b130d0d + 9056949 commit ed92053

85 files changed

Lines changed: 17027 additions & 189 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-docs.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ permissions:
1717
pages: write
1818
id-token: write
1919

20-
# Allow one concurrent deployment
21-
concurrency:
22-
group: "pages"
23-
cancel-in-progress: true
24-
2520
jobs:
2621
# Single deploy job since we're just deploying
2722
deploy:
@@ -30,17 +25,23 @@ jobs:
3025
name: github-pages
3126
url: ${{ steps.deployment.outputs.page_url }}
3227
runs-on: ubuntu-latest
28+
29+
# Allow one concurrent deployment
30+
concurrency:
31+
group: "pages"
32+
cancel-in-progress: true
33+
3334
if: github.actor != 'pdsen-ci'
3435
steps:
3536
- name: Checkout
36-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3738
with:
3839
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3940

4041
- name: Set up Python 3
41-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4243
with:
43-
python-version: '3.9'
44+
python-version: '3.13'
4445

4546
- name: Install dependencies
4647
run: |
@@ -57,7 +58,7 @@ jobs:
5758
uses: actions/configure-pages@v5
5859

5960
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6162
with:
6263
# Upload entire repository
6364
path: '.'
@@ -72,14 +73,14 @@ jobs:
7273
if: github.actor != 'pdsen-ci'
7374

7475
steps:
75-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v5
7677
with:
7778
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
7879

7980
- name: Set up Python 3
80-
uses: actions/setup-python@v5
81+
uses: actions/setup-python@v6
8182
with:
82-
python-version: '3.9'
83+
python-version: '3.13'
8384

8485
- name: Install dependencies
8586
run: |

.github/workflows/ldd-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
matrix: ${{ steps.set-matrix.outputs.matrix }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3434
ssh-key: ${{ secrets.SSH_KEY }}
@@ -57,15 +57,15 @@ jobs:
5757
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}
5858

5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
6363
ssh-key: ${{ secrets.SSH_KEY }}
6464

6565
- name: Set up Python 3
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
68-
python-version: '3.9'
68+
python-version: '3.13'
6969

7070
- name: Generate LDDs
7171
id: generate
@@ -104,12 +104,12 @@ jobs:
104104
if: ${{ failure() && github.actor != 'pdsen-ci' }}
105105

106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108
with:
109109
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
110110
ssh-key: ${{ secrets.SSH_KEY }}
111111

112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v6
113113
with:
114114
path: /tmp/artifacts
115115

@@ -146,12 +146,12 @@ jobs:
146146
if: ${{ github.actor != 'pdsen-ci' }}
147147

148148
steps:
149-
- uses: actions/checkout@v4
149+
- uses: actions/checkout@v5
150150
with:
151151
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
152152
ssh-key: ${{ secrets.SSH_KEY }}
153153

154-
- uses: actions/download-artifact@v4
154+
- uses: actions/download-artifact@v6
155155
with:
156156
path: /tmp/artifacts
157157

.github/workflows/release-ldd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
3030
ssh-key: ${{ secrets.SSH_KEY }}
@@ -50,15 +50,15 @@ jobs:
5050
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
token: ${{ secrets.ADMIN_GITHUB_TOKEN || github.token }}
5656
ssh-key: ${{ secrets.SSH_KEY }}
5757

5858
- name: Set up Python 3
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
61-
python-version: '3.9'
61+
python-version: '3.13'
6262

6363
- name: Adding dependencies
6464
run: |

build/development/105fad283b24fd6f04ff77fde91808979429ee9e/1.23.0.0/PDS4_SP_1N00_1320.JSON

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

build/development/105fad283b24fd6f04ff77fde91808979429ee9e/1.23.0.0/PDS4_SP_1N00_1320.csv

Lines changed: 140 additions & 0 deletions
Large diffs are not rendered by default.

build/development/105fad283b24fd6f04ff77fde91808979429ee9e/1.23.0.0/PDS4_SP_1N00_1320.sch

Lines changed: 822 additions & 0 deletions
Large diffs are not rendered by default.

build/development/105fad283b24fd6f04ff77fde91808979429ee9e/1.23.0.0/PDS4_SP_1N00_1320.txt

Lines changed: 1258 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- PDS4 XML product label for PDS4 V1.23.0.0 Fri Nov 14 21:30:16 UTC 2025 -->
3+
<!-- Generated from the PDS4 Information Model V1.23.0.0 - System Build 15.0 -->
4+
<!-- *** This PDS4 XML product label is an operational deliverable. *** -->
5+
<?xml-model href="https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1N00.sch"
6+
schematypens="http://purl.oclc.org/dsdl/schematron"?>
7+
<Product_XML_Schema xmlns="http://pds.nasa.gov/pds4/pds/v1"
8+
xmlns:pds="http://pds.nasa.gov/pds4/pds/v1"
9+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:schemaLocation="http://pds.nasa.gov/pds4/pds/v1
11+
https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1N00.xsd">
12+
<Identification_Area>
13+
<logical_identifier>urn:nasa:pds:system_bundle:xml_schema:sp-xml_schema_1.23.0.0_1.3.2.0</logical_identifier>
14+
<version_id>1.0</version_id>
15+
<title>PDS4 XML Schema - SP V1.3.2.0</title>
16+
<information_model_version>1.23.0.0</information_model_version>
17+
<product_class>Product_XML_Schema</product_class>
18+
<Modification_History>
19+
<Modification_Detail>
20+
<modification_date>2025-11-14</modification_date>
21+
<version_id>1.0</version_id>
22+
<description>This is the system generated PDS4 product label for PDS4 XML Schema and Schematron files.</description>
23+
</Modification_Detail>
24+
</Modification_History>
25+
</Identification_Area>
26+
<File_Area_XML_Schema>
27+
<File>
28+
<file_name>PDS4_SP_1N00_1320.xsd</file_name>
29+
<creation_date_time>2025-11-14T13:30:16</creation_date_time>
30+
<file_size unit="byte">71175</file_size>
31+
<records>1488</records>
32+
</File>
33+
<XML_Schema>
34+
<name>PDS4_SP_1N00_1320.xsd</name>
35+
<offset unit="byte">0</offset>
36+
<parsing_standard_id>XML Schema Version 1.1</parsing_standard_id>
37+
<description>This is a PDS4 XML Schema file for the declared namespace.</description>
38+
</XML_Schema>
39+
</File_Area_XML_Schema>
40+
<File_Area_XML_Schema>
41+
<File>
42+
<file_name>PDS4_SP_1N00_1320.sch</file_name>
43+
<creation_date_time>2025-11-14T13:30:16</creation_date_time>
44+
<file_size unit="byte">67369</file_size>
45+
<records>822</records>
46+
</File>
47+
<XML_Schema>
48+
<name>PDS4_SP_1N00_1320.sch</name>
49+
<offset unit="byte">0</offset>
50+
<parsing_standard_id>Schematron ISO/IEC 19757-3:2006</parsing_standard_id>
51+
<description>This is the PDS4 Schematron file for the declared namespace. Schematron provides rule-based validation for XML Schema.</description>
52+
</XML_Schema>
53+
</File_Area_XML_Schema>
54+
</Product_XML_Schema>

0 commit comments

Comments
 (0)