Skip to content

Commit

Permalink
Issue #236 : Namespace - add "lt" (#438)
Browse files Browse the repository at this point in the history
Issue #236 : [ldd-request] Create new LDD "lt"
Add the namespaces "lt" to the Namespace Registry and the config.properties file.
lt - Lunar Trailblazer LDD

@c-suh  [namespace-registry] add new namespace "neas" #236

Resolves #236

Co-authored-by: John Hughes <John.S.Hughes@jpl.nasa.gov>
  • Loading branch information
jshughes and John Hughes committed Feb 16, 2022
1 parent 9ead4b1 commit cf0f795
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/namespace-registry/pds-namespace-registry.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ hyb2,,This is the Hayabusa2 Mission Specific Data Dictionary.,mission/hyb2,http:
insight,,Namespace for the Insight dictionary.,mission/insight,http://pds.nasa.gov/pds4/mission/insight/v1,insight,urn:nasa:pds:,PDS4_INSIGHT,Mission,0001_NASA_PDS_1,InSight,geo,PDS GEO Node,Susie Slavney,slavney at wunder.wustl.edu, ,2015-04-25,S. Slavney,Yes,Yes,
ladee,,Namespace for the LADEE dictionary.,mission/ladee,http://pds.nasa.gov/pds4/mission/ladee/v1,ladee,urn:nasa:pds:,LADEE,Mission,0001_NASA_PDS_1,LADEE,atm,PDS ATM Node,Lyle Huber,lhuber at nmsu.edu, ,2014-07-17,L. Huber,Yes,Yes,
ladee,,Namespace for the Atmospheres Node's LADEE dictionary.,ladee,http://pds.nasa.gov/pds4/ladee/v1,ladee,urn:nasa:pds:,LADEE,Mission,0001_NASA_PDS_1,LADEE,atm,PDS ATM Node,Lyle Huber,lhuber at nmsu.edu, ,2014-07-17,L. Huber,Yes,Yes,
mars2020,Mars2020 Mission ,Namespace for the Mars2020 Mission Local Data Dictionary,mission/mars2020,http://pds.nasa.gov/pds4/mission/mars2020/v1,mars2020,urn:nasa:pds:,PDS4_MARS2020,Mission,0001_NASA_PDS_1,Mars 2020,geo,PDS Geo Node,Susie Slavney,slavney at wunder.wustl.edu, ,2021-05-17,S. Slavney,Yes,Yes,
lt,Lunar Trailblazer,Namespace for the Geo Node's Lunar Trailblazer dictionary.,lt,http://pds.nasa.gov/pds4/lt/v1,lt,urn:nasa:pds:,LT,Mission,0001_NASA_PDS_1,LT,geo,PDS Geo Node,Susie Slavney,slavney at wunder.wustl.edu, ,2022-02-16,S. Slavney,Yes,Yes,
mars2020,Mars 2020 Mission ,Namespace for the Mars2020 Mission Local Data Dictionary,mission/mars2020,http://pds.nasa.gov/pds4/mission/mars2020/v1,mars2020,urn:nasa:pds:,PDS4_MARS2020,Mission,0001_NASA_PDS_1,Mars 2020,geo,PDS Geo Node,Susie Slavney,slavney at wunder.wustl.edu, ,2021-05-17,S. Slavney,Yes,Yes,
mer,,Namespace for the Mars Exploration Rovers dictionary.,mission/mer,http://pds.nasa.gov/pds4/mission/mer/v1,mer,urn:nasa:pds:,PDS4_MER,Mission,0001_NASA_PDS_1,MER,geo,PDS Geo Node,Susie Slavney,slavney at wunder.wustl.edu, ,2020-04-14,S. Slavney,Yes,Yes,
mgs,,Namespace for the Mars Global Surveyor dictionary.,mission/mgs,http://pds.nasa.gov/pds4/mission/mgs/v1,mgs,urn:nasa:pds:,PDS4_MGS,Mission,0001_NASA_PDS_1,MGS,img,PDS IMG Node,Trent Hare,thare at usgs.gov, ,2013-11-22,S. Lavoie,Yes,Yes,
mpf,,Namespace for the Mars Pathfinder dictionary.,mission/mpf,http://pds.nasa.gov/pds4/mission/mpf/v1,mpf,urn:nasa:pds:,PDS4_MPF,Mission,0001_NASA_PDS_1,MPF,img,PDS IMG Node,Trent Hare,thare at usgs.gov, ,2015-08-04,J. Padams,Yes,Yes,
Expand Down
Binary file modified docs/namespace-registry/pds-namespace-registry.pdf
Binary file not shown.
Binary file modified docs/namespace-registry/pds-namespace-registry.xlsx
Binary file not shown.
16 changes: 13 additions & 3 deletions model-ontology/src/ontology/Data/config.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#DMDOC settings
#2022-02-09T20:04:0
toolVersionId=10.0.0
buildDate=2021-01-01 00:00:0
#2022-02-16T20:04:0
toolVersionId=${project.version}
buildDate=${buildNumber}
infoModelVersionId=1.18.0.0
schemaLabelVersionId=1.24
imSpecDocTitle=PDS4 Information Model Specification
Expand Down Expand Up @@ -430,6 +430,16 @@ lSchemaFileDefn.kplo.urnPrefix=urn:kari:kpds:
lSchemaFileDefn.kplo.modelShortName=KPDS
lSchemaFileDefn.kplo.regAuthId=0001_KARI_KPDS_1

lSchemaFileDefn.lt.identifier=lt
lSchemaFileDefn.lt.isMaster=false
lSchemaFileDefn.lt.isDiscipline=false
lSchemaFileDefn.lt.stewardArr=geo
lSchemaFileDefn.lt.nameSpaceURL=http://pds.nasa.gov/pds4/
lSchemaFileDefn.lt.nameSpaceURLs=https://pds.nasa.gov/pds4/
lSchemaFileDefn.lt.urnPrefix=urn:nasa:pds:
lSchemaFileDefn.lt.modelShortName=PDS4
lSchemaFileDefn.lt.regAuthId=0001_NASA_PDS_1

lSchemaFileDefn.mars2020.identifier=mars2020
lSchemaFileDefn.mars2020.isMaster=false
lSchemaFileDefn.mars2020.isDiscipline=false
Expand Down

0 comments on commit cf0f795

Please sign in to comment.